SET NAMES utf8;
SET time_zone = '+00:00';
SET foreign_key_checks = 0;
SET sql_mode = 'NO_AUTO_VALUE_ON_ZERO';

DROP TABLE IF EXISTS `cp_filephp`;
CREATE TABLE `cp_filephp` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `modul` varchar(20) DEFAULT NULL,
  `slug` varchar(99) DEFAULT NULL,
  `name` varchar(99) DEFAULT NULL,
  `param` varchar(99) DEFAULT NULL,
  `method` varchar(99) NOT NULL DEFAULT 'POST',
  `folder` varchar(20) DEFAULT NULL,
  `body` text DEFAULT NULL,
  `remark` varchar(150) DEFAULT NULL,
  `st` tinyint(4) NOT NULL,
  `type` tinyint(4) NOT NULL DEFAULT 1 COMMENT '1=api,2=non api',
  `del` tinyint(4) NOT NULL DEFAULT 0 COMMENT '1=delete',
  `update_at` int(11) NOT NULL DEFAULT 0,
  `create_at` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  UNIQUE KEY `folder_slug` (`folder`,`slug`),
  KEY `id_folder_slug` (`id`,`folder`,`slug`),
  KEY `name` (`name`)
) ENGINE=InnoDB AUTO_INCREMENT=24 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

INSERT INTO `cp_filephp` VALUES('1','','cp/index','','','GET','sub/travel/','','','0','0','0','1758601307','0');
INSERT INTO `cp_filephp` VALUES('2','','cp/inc/inc.filephp','','','GET','sub/travel/','','','0','0','0','1758601321','0');
INSERT INTO `cp_filephp` VALUES('3','','cp/tes_curl','','','GET','sub/travel/','','','0','0','0','1758601335','0');
INSERT INTO `cp_filephp` VALUES('4','','api/v2/index','','','GET','sub/travel/','','','0','0','0','1758600445','0');
INSERT INTO `cp_filephp` VALUES('5','','api/v2/php/bank','','','GET','sub/travel/','','','0','1','0','1758600464','0');
INSERT INTO `cp_filephp` VALUES('6','','api/v2/php/agent','','','GET','sub/travel/','','','0','1','0','1758600474','0');
INSERT INTO `cp_filephp` VALUES('7','','common.function','','','GET','sub/travel/','','','0','0','0','1758601397','0');
INSERT INTO `cp_filephp` VALUES('8','','inc.ar','','','GET','sub/travel/','','','0','0','0','1758601421','0');
INSERT INTO `cp_filephp` VALUES('9','','inc.ar.app','','','GET','sub/travel/','','','0','0','0','1758601434','0');
INSERT INTO `cp_filephp` VALUES('10','','inc.app.function','','','GET','sub/travel/','','','0','0','0','1758601454','0');
INSERT INTO `cp_filephp` VALUES('11','','api/v2/inc.mail','','','GET','sub/travel/','','','0','0','0','1758601503','0');
INSERT INTO `cp_filephp` VALUES('12','','cp/header','','','GET','sub/travel/','','','0','0','0','1758601792','0');
INSERT INTO `cp_filephp` VALUES('13','','cp/footer','','','GET','sub/travel/','','','0','0','0','1758601801','0');
INSERT INTO `cp_filephp` VALUES('14','','cp/ucol','','','GET','sub/travel/','','','0','0','0','1758601984','0');
INSERT INTO `cp_filephp` VALUES('15','','cp/inc/inc.member','','','GET','sub/travel/','','','0','0','0','1758605826','0');
INSERT INTO `cp_filephp` VALUES('16','','cp/inc/inc.rs4_filephp','','','GET','sub/travel/','','','0','0','0','1758780163','0');
INSERT INTO `cp_filephp` VALUES('17','','api/v2/index-','','','GET','sub/travel/','','','0','0','0','1758857708','0');
INSERT INTO `cp_filephp` VALUES('18','','cp/inc/inc.t6_css','','','GET','sub/travel/','','','0','0','0','1759054398','0');
INSERT INTO `cp_filephp` VALUES('19','','cp/inc/inc.t6_jsf','','','GET','sub/travel/','','','0','0','0','1759054458','0');
INSERT INTO `cp_filephp` VALUES('20','','cp/inc/inc.t6_html','','','GET','sub/travel/','','','0','0','0','1759054465','0');
INSERT INTO `cp_filephp` VALUES('21','','cp/inc/inc.t6_js','','','GET','sub/travel/','','','0','0','0','1759055000','0');
INSERT INTO `cp_filephp` VALUES('22','','cp/inc/inc.t6_h_tab','','','GET','sub/travel/','','','0','0','0','1759055015','0');
INSERT INTO `cp_filephp` VALUES('23','','cp/inc/inc.t6_h_page','','','GET','sub/travel/','','','0','0','0','1759055024','0');


DROP TABLE IF EXISTS `cp_filephp_2`;
CREATE TABLE `cp_filephp_2` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `modul` varchar(20) DEFAULT NULL,
  `slug` varchar(99) DEFAULT NULL,
  `name` varchar(99) DEFAULT NULL,
  `param` text DEFAULT NULL,
  `method` varchar(99) NOT NULL DEFAULT 'POST',
  `folder` varchar(40) DEFAULT NULL,
  `php` text DEFAULT NULL,
  `body` text DEFAULT NULL,
  `remark` varchar(150) DEFAULT NULL,
  `st` tinyint(4) NOT NULL,
  `type` tinyint(4) NOT NULL DEFAULT 1 COMMENT '1=api,2=non api',
  `del` tinyint(4) NOT NULL DEFAULT 0 COMMENT '1=delete',
  `update_at` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  UNIQUE KEY `folder_slug` (`folder`,`slug`),
  KEY `id_folder_slug` (`id`,`folder`,`slug`),
  KEY `name` (`name`)
) ENGINE=InnoDB AUTO_INCREMENT=171 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

INSERT INTO `cp_filephp_2` VALUES('1','post','index','item','','GET','sub/cps1/','','','','0','1','0','1759989628');
INSERT INTO `cp_filephp_2` VALUES('10','','header','','','GET','sub/cps1/','','','','0','1','0','1759905610');
INSERT INTO `cp_filephp_2` VALUES('11','','footer','','','GET','sub/cps1/','','','','0','1','0','1746796610');
INSERT INTO `cp_filephp_2` VALUES('12','','inc/inc.filephp','','','GET','sub/cps1/','','','','0','1','0','1747094450');
INSERT INTO `cp_filephp_2` VALUES('19','','app.function','','','GET','sub/cps1/','','','','0','1','0','1746796578');
INSERT INTO `cp_filephp_2` VALUES('23','','inc.ar','','','GET','sub/cps1/','','','','0','1','0','1759376547');
INSERT INTO `cp_filephp_2` VALUES('86','','inc/inc.t6_js','','','GET','sub/cps1/','','','','0','1','0','1759377082');
INSERT INTO `cp_filephp_2` VALUES('90','','inc/inc.t6_h_page','','','GET','sub/cps1/','','','','0','1','0','1759881118');
INSERT INTO `cp_filephp_2` VALUES('91','','inc/inc.t6_h_tab','','','GET','sub/cps1/','','','','0','1','0','1759871658');
INSERT INTO `cp_filephp_2` VALUES('92','','inc/inc.t6_css','','','GET','sub/cps1/','','','','0','1','0','1759990682');
INSERT INTO `cp_filephp_2` VALUES('93','','inc/inc.t6_jsf','','','GET','sub/cps1/','','','','0','1','0','1759121890');
INSERT INTO `cp_filephp_2` VALUES('94','','common.function','','','GET','sub/cps1/','','','','0','1','0','1759804978');
INSERT INTO `cp_filephp_2` VALUES('95','','inc/inc.t6_html','','','GET','sub/cps1/','','','','0','1','0','1759124795');
INSERT INTO `cp_filephp_2` VALUES('96','','api/pages','','','GET','sub/cps1/','','','','0','1','0','1759728484');
INSERT INTO `cp_filephp_2` VALUES('97','','allfiles','','','GET','sub/cps1/','','','','0','1','0','1759808998');
INSERT INTO `cp_filephp_2` VALUES('98','','inc/inc.t6_lang','','','GET','sub/cps1/','','','','0','1','0','1759809597');
INSERT INTO `cp_filephp_2` VALUES('99','','inc/inc.network','','','GET','sub/cps1/','','','','0','1','0','1759804528');
INSERT INTO `cp_filephp_2` VALUES('100','','inc/inc.t6_css_child','','','GET','sub/cps1/','','','','0','1','0','1759842297');
INSERT INTO `cp_filephp_2` VALUES('101','','jsoneditor','','','GET','sub/cps1/','','','','0','1','0','1759905821');
INSERT INTO `cp_filephp_2` VALUES('102','','inc/inc.t6_cssf','','','GET','sub/cps1/','','','','0','1','0','1759989569');


DROP TABLE IF EXISTS `cp_sphp`;
CREATE TABLE `cp_sphp` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `modul` varchar(99) DEFAULT NULL,
  `name` varchar(99) DEFAULT NULL,
  `body` text DEFAULT NULL,
  `is` varchar(10) DEFAULT '0',
  `del` tinyint(4) NOT NULL DEFAULT 0 COMMENT '1=delete',
  `level` tinyint(4) NOT NULL DEFAULT 0,
  `parent` int(11) NOT NULL DEFAULT 0,
  `update_at` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  UNIQUE KEY `folder_name` (`modul`(20),`name`),
  KEY `id_folder_slug` (`id`,`modul`(20)),
  KEY `name` (`name`)
) ENGINE=InnoDB AUTO_INCREMENT=87 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

INSERT INTO `cp_sphp` VALUES('1','api','api','','php','0','1','0','1748424030');
INSERT INTO `cp_sphp` VALUES('2','app','app','','php','0','1','0','0');
INSERT INTO `cp_sphp` VALUES('3','common','common','','php','0','1','0','1748689002');
INSERT INTO `cp_sphp` VALUES('4','api','transaction_byid','function transaction_byid() {\n  global $ar,$db;\n  $dt=array();\n  $sql="SELECT * from `transaction` where id>0 order by id";\n  $res2=mysqli_query($db,$sql);\n  while($r2=mysqli_fetch_assoc($res2)) {\n    $d=$r2[\'id\'];\n    $dt[$d]=$r2;    \n    if($r2[\'inout\']==2) {\n      $rp="-".ang2($r2[\'amount\']);\n      $col="red";\n    } else {\n      $rp=ang2($r2[\'amount\']);\n      $col="green"; \n    }\n    $dt[$d][\'rp\']=$rp;    \n    $dt[$d][\'col\']=$col;    \n    $dt[$d][\'act_datetime\']=date("Y-m-d H:i:s",$r2[\'action_at\']);\n    $dt[$d][\'act_date\']=date("Y-m-d",$r2[\'action_at\']);\n    $dt[$d][\'act_month\']=date("Y-m",$r2[\'action_at\']);\n    $dt[$d][\'update\']=date("Y-m-d H:i:s",$r2[\'update_at\']);\n  }\n  return $dt;    \n}','php','0','2','1','1748424212');
INSERT INTO `cp_sphp` VALUES('5','api','transaction_byseq','function transaction_byseq() {\n  global $ar,$db;\n  $dt=array();\n  $sql="SELECT * from `transaction` where id>0 order by id desc";\n  $res2=mysqli_query($db,$sql);\n  $d=0;\n  while($r2=mysqli_fetch_assoc($res2)) {\n    //$d=$r2[\'id\'];\n    $dt[$d]=$r2;    \n    if($r2[\'inout\']==2) {\n      $rp="-".ang2($r2[\'amount\']);\n      $col="red";\n    } else {\n      $rp=ang2($r2[\'amount\']);\n      $col="green"; \n    }\n    $dt[$d][\'rp\']=$rp;    \n    $dt[$d][\'col\']=$col;    \n    $dt[$d][\'image\']=$ar[\'imgurl\']."".$r2[\'img\'];  \n    $dt[$d][\'act_datetime\']=date("Y-m-d H:i:s",$r2[\'action_at\']);\n    $dt[$d][\'act_date\']=date("Y-m-d",$r2[\'action_at\']);\n    $dt[$d][\'act_month\']=date("Y-m",$r2[\'action_at\']);\n    $dt[$d][\'update\']=date("Y-m-d H:i:s",$r2[\'update_at\']);\n    $d++;\n  }\n  return $dt;    \n}','php','0','2','1','1748424234');
INSERT INTO `cp_sphp` VALUES('6','api','journal_add','function journal_add($transaction_id) {\n  global $ar,$db;\n  $dt=array();\n  $sql = "select * from transaction where id=".$transaction_id;\n  $res = mysqli_query($db, $sql);\n  //echo $sql;\n  $r1 = mysqli_fetch_assoc($res);    \n\n    $sql3 = "select id,id2,id-id2 as k from journal where id-id2>0 order by id2 limit 1";\n    $res3 = mysqli_query($db, $sql3);\n    if(mysqli_num_rows($res3)>0) {\n      $rw3 = mysqli_fetch_assoc($res3);\n      $id2=$rw3[\'id2\'];\n    } else {\n      $sql4 = "select * from journal order by id desc limit 1";\n      $res4 = mysqli_query($db, $sql4);\n      $rw4 = mysqli_fetch_assoc($res4);\n      if(isset($rw4[\'id\']) && $rw4[\'id\']>0) {\n        $id2=$rw4[\'id\']+1;\n      } else {\n        $id2=1;\n      }\n    }\n\n    $idt1=array(\n      \'id\'=>$id2,\n      \'transaction_id\'=>$r1[\'id\'],\n      \'action_at\'=>$r1[\'action_at\'],\n      \'amount\'=>to_numeric($r1[\'amount\']),\n      \'debit\'=>to_numeric($r1[\'amount\']),\n      \'inout\'=>1,\n      \'account_code\'=>$r1[\'debit\'],\n      \'action_id\'=>$r1[\'action_id\'],\n      \'seq\'=>$r1[\'seq\'],\n      \'year\'=>date("Y",$r1[\'action_at\']),\n      \'week\'=>date("W",$r1[\'action_at\']),\n      \'month\'=>date("Ym",$r1[\'action_at\']),\n    ); \n    $udt1=array(\n      \'transaction_id\'=>$r1[\'id\'],\n      \'action_at\'=>$r1[\'action_at\'],\n      \'amount\'=>to_numeric($r1[\'amount\']),\n      \'debit\'=>to_numeric($r1[\'amount\']),\n      \'inout\'=>1,\n      \'account_code\'=>$r1[\'debit\'],\n      \'action_id\'=>$r1[\'action_id\'],\n      \'seq\'=>$r1[\'seq\'],\n      \'year\'=>date("Y",$r1[\'action_at\']),\n      \'week\'=>date("W",$r1[\'action_at\']),\n      \'month\'=>date("Ym",$r1[\'action_at\']),\n      \'update_at\'=>time(),\n    );\n    InsertUpdate($db,"journal",$idt1,$udt1,0); \n    tool_id2("journal"); \n\n    $sql3 = "select id,id2,id-id2 as k from journal where id-id2>0 order by id2 limit 1";\n    $res3 = mysqli_query($db, $sql3);\n    if(mysqli_num_rows($res3)>0) {\n      $rw3 = mysqli_fetch_assoc($res3);\n      $id2=$rw3[\'id2\'];\n    } else {\n      $sql4 = "select * from journal order by id desc limit 1";\n      $res4 = mysqli_query($db, $sql4);\n      $rw4 = mysqli_fetch_assoc($res4);\n      if(isset($rw4[\'id\']) && $rw4[\'id\']>0) {\n        $id2=$rw4[\'id\']+1;\n      } else {\n        $id2=1;\n      }\n    }\n\n    $idt2=array(\n      \'id\'=>$id2,\n      \'action_at\'=>$r1[\'action_at\'],\n      \'seq\'=>$r1[\'seq\'],\n      \'transaction_id\'=>$r1[\'id\'],\n      \'action_id\'=>$r1[\'action_id\'],\n      \'amount\'=>to_numeric($r1[\'amount\']),\n      \'credit\'=>to_numeric($r1[\'amount\']),\n      \'inout\'=>2,\n      \'account_code\'=>$r1[\'credit\'],\n      \'year\'=>date("Y",$r1[\'action_at\']),\n      \'week\'=>date("W",$r1[\'action_at\']),\n      \'month\'=>date("Ym",$r1[\'action_at\']),\n    ); \n    $udt2=array(\n      \'transaction_id\'=>$r1[\'id\'],\n      \'action_id\'=>$r1[\'action_id\'],\n      \'action_at\'=>$r1[\'action_at\'],\n      \'seq\'=>$r1[\'seq\'],\n      \'amount\'=>to_numeric($r1[\'amount\']),\n      \'credit\'=>to_numeric($r1[\'amount\']),\n      \'inout\'=>2,\n      \'account_code\'=>$r1[\'credit\'],\n      \'year\'=>date("Y",$r1[\'action_at\']),\n      \'week\'=>date("W",$r1[\'action_at\']),\n      \'month\'=>date("Ym",$r1[\'action_at\']),\n      \'update_at\'=>time(),\n    );\n    InsertUpdate($db,"journal",$idt2,$udt2,0); \n    tool_id2("journal");  \n    account_equation($r1); \n    $dt[\'message\']="journal & account_equation added";\n    //$dt[\'account_equation\']=account_equation($r1);    \n    //JournalCount(date("Y",$r1[\'action_at\']));\n    return $dt;\n}','php','0','2','1','1748424288');
INSERT INTO `cp_sphp` VALUES('7','api','action_add_v2','function action_add_v2($js){\n  global $ar,$db;\n  $dt=array();\n\n  $sql3 = "select id,id2,id-id2 as k from `action` where id-id2>0 order by id2 limit 1";\n  $res3 = mysqli_query($db, $sql3);\n  if(mysqli_num_rows($res3)>0) {\n    $rw3 = mysqli_fetch_assoc($res3);\n    $id2=$rw3[\'id2\'];\n  } else {\n    $sql4 = "select * from `action` order by id desc limit 1";\n    $res4 = mysqli_query($db, $sql4);\n    $rw4 = mysqli_fetch_assoc($res4);\n    if(isset($rw4[\'id\']) && $rw4[\'id\']>0) {\n      $id2=$rw4[\'id\']+1;\n    } else {\n      $id2=1;\n    }\n  }\n\n  $idt=array(\n    \'id\'=>$id2,\n    \'action_at\'=>strtotime($js[\'action_at\']),\n    \'descr\'=>$js[\'descr\'],\n    \'cat\'=>$js[\'cat\'],\n    \'inout\'=>$js[\'inout\'],\n    \'bank\'=>$js[\'bank\'],\n    \'amount\'=>$js[\'amount\'],\n    \'year\'=>date("Y",strtotime($js[\'action_at\'])),\n    \'month\'=>date("Ym",strtotime($js[\'action_at\'])),\n    \'tgl\'=>date("Y-m-d",strtotime($js[\'action_at\'])),\n    \'update_at\'=>time(),\n  );\n  if(isset($js[\'pay_to\'])) {\n    $idt[\'pay_to\']=$js[\'pay_to\'];  \n  }\n  if(isset($js[\'pay_from\'])) {\n    $idt[\'pay_from\']=$js[\'pay_from\'];  \n  }\n  if(isset($js[\'invoice\'])) {\n    $idt[\'invoice\']=$js[\'invoice\'];  \n  }\n  if(isset($js[\'reff_sales_id\'])) {\n    $idt[\'reff_sales_id\']=$js[\'reff_sales_id\'];  \n  }\n  Insert($db,"action",$idt,0);  \n  tool_id2("action");\n  $dt[\'action_id\']=$id2;\n  $dt[\'success\']=true;\n  return $dt;\n}','php','0','2','1','1748589472');
INSERT INTO `cp_sphp` VALUES('8','api','sales_action_v2','function sales_action_v2($js,$v=0) {\n  global $db,$ar;\n  $dt=array();\n/*  \n\ncat=4=jual tunai\n- id1\n- persediaan berkurang //credit: 11202\n- hpp debit //51100\n\n-id2\n- terima cash dr penjualan //debit 11101\n- penjualan bertambah //credit 41100\n\ncat=7=jual kredit\n- id1\n- persediaan berkurang //credit: 11202\n- hpp debit //51100\n\n-id2\n- piutang berambah dr penjualan //debit 11201\n- penjualan bertambah //credit 41100\n\nitem_inout=2 (berkurang)\n\ncat=1, retur dr agen, menambah persediaan, mengurangi piutang\ncat=2, retur ke supplier, mengurangi utang dan persediaan\npersediaan/11202 dan utang dagang 21100\n*/\n\n\n  $sql4 = "select id from `action` order by id desc limit 1";\n  $res4 = mysqli_query($db, $sql4);\n  $r4 = mysqli_fetch_assoc($res4);\n  $id1=$r4[\'id\']+1;\n  $id2=$r4[\'id\']+2;\n\n  //catat penjualan-hpp\n\n  $idt1=array(\n    \'id\'=>$id1,\n    \'action_at\'=>strtotime($js[\'action_at\']),\n    \'pay_from\'=>$js[\'pay_from\'],\n    \'invoice\'=>$js[\'invoice\'],\n    \'reff_sales_id\'=>$js[\'reff_sales_id\'],\n    \'inout\'=>1,\n    \'descr\'=>$js[\'descr\'],\n    \'bank\'=>0,\n    \'cat\'=>$js[\'cat\'],\n    \'amount\'=>$js[\'qty\']*$js[\'hpp\'],\n    \'year\'=>date("Y",strtotime($js[\'action_at\'])),\n    \'month\'=>date("Ym",strtotime($js[\'action_at\'])),\n    \'tgl\'=>date("Y-m-d",strtotime($js[\'action_at\'])),\n    \'update_at\'=>time(),\n  );\n  Insert($db,"action",$idt1,$v);\n  $js1=$js;\n  $js1[\'action_id\']=$id1;\n  $js1[\'debit\']=51100; //hpp\n  $js1[\'credit\']=11202; //persediaan\n  //$dt[\'trx\']=transaction_add_v2($js1);\n  transaction_add_v2($js1);\n\n  $rr[\'descr\'][4]   ="Terima cash dari ";\n  $rr[\'debit\'][4]   =11101;\n  $rr[\'credit\'][4]  =41100;\n  $rr[\'bank\'][4]    =1;\n\n  $rr[\'descr\'][7]   ="Piutang ".$js[\'due_days\']." hari dari ";\n  $rr[\'debit\'][7]   =11201;\n  $rr[\'credit\'][7]  =41100;\n  $rr[\'bank\'][7]    =0;\n\n\n\n  // catat cash-penjuala (jika 4), piutang-penjualan (jika 7)\n  $idt2=array(\n    \'id\'=>$id2,\n    \'action_at\'=>strtotime($js[\'action_at\']),\n    \'pay_from\'=>$js[\'pay_from\'],\n    \'invoice\'=>$js[\'invoice\'],\n    \'reff_sales_id\'=>$js[\'reff_sales_id\'],\n    \'inout\'=>1,\n    \'descr\'=>$rr[\'descr\'][$js[\'cat\']]." ".$js[\'descr\'],\n    \'bank\'=>$rr[\'bank\'][$js[\'cat\']],\n    \'cat\'=>$js[\'cat\'],\n    \'amount\'=>$js[\'qty\']*$js[\'price_per_unit\'],\n    \'year\'=>date("Y",strtotime($js[\'action_at\'])),\n    \'month\'=>date("Ym",strtotime($js[\'action_at\'])),\n    \'tgl\'=>date("Y-m-d",strtotime($js[\'action_at\'])),\n    \'update_at\'=>time(),\n  );\n  Insert($db,"action",$idt2,$v);\n  $js2=$js;\n  $js2[\'action_id\']=$id2;\n  $js2[\'debit\']=$rr[\'debit\'][$js[\'cat\']];\n  $js2[\'credit\']=$rr[\'credit\'][$js[\'cat\']];\n  //$dt[\'trx\']=transaction_add_v2($js2);\n  transaction_add_v2($js2);\n\n  //catat di product_trx\n  $js3[\'action_at\']=strtotime($js[\'action_at\']);\n  $js3[\'inout\']=2;\n  $js3[\'remark\']=$js[\'descr\'];\n  $js3[\'action_id\']=$id1;\n  product_trx($js3);\n  $dt[\'message\']="add transaction succes";\n\n  $udt_41=array(\n    \'action_id_1\'=>$id1,\n    \'action_id_2\'=>$id2,\n  );\n  Update($db,"sales",$udt_41,"id=".$js[\'reff_sales_id\'],$v);\n\n  return $dt;\n}','php','0','2','1','1748768668');
INSERT INTO `cp_sphp` VALUES('9','api','bank','function bank(){\n  global $ar,$db;\n  $dt=array();\n  $sql2="SELECT * from `bank` where del=0";\n  $res2=mysqli_query($db,$sql2);\n  $r2=mysqli_num_rows($res2);\n  $dt[\'count\']=$r2;\n  $dt[\'success\']=true;\n\n  $sql=$sql2." order by id desc";\n  //echo $sql.";<br>";\n  $res=mysqli_query($db,$sql);\n  if(mysqli_num_rows($res2)>0) {\n    $c=0;\n    while($r1=mysqli_fetch_assoc($res)) {\n      $dt[\'data\'][$c]=$r1;    \n      $dt[\'data\'][$c][\'rp\']=ang2($r1[\'amount\']);    \n      $dt[\'data\'][$c][\'update\']=date("Y-m-d H:i:s",$r1[\'update_at\']);\n      $c++;\n    }\n  } else {\n    $dt[\'count\']=0;\n    $dt[\'error\']=true;\n    $dt[\'message\']="data action not found";\n  }\n  return $dt;\n  $db->close();\n}','php','0','2','1','1748499497');
INSERT INTO `cp_sphp` VALUES('10','api','company','function company(){\n  global $ar,$db;\n  $dt=array();\n  $sql2="SELECT * from `company` where del=0";\n  $res2=mysqli_query($db,$sql2);\n  $r2=mysqli_num_rows($res2);\n  $dt[\'count\']=$r2;\n  $dt[\'success\']=true;\n\n  $sql=$sql2." order by name";\n  //echo $sql.";<br>";\n  $res=mysqli_query($db,$sql);\n  if(mysqli_num_rows($res2)>0) {\n    $c=0;\n    while($r1=mysqli_fetch_assoc($res)) {\n      $dt[\'data\'][$c]=$r1;    \n      $dt[\'data\'][$c][\'image\']=$ar[\'imgurl\']."".$r1[\'img\'];    \n      $dt[\'data\'][$c][\'as\']=$ar[\'relation\'][$r1[\'relation\']];    \n      $dt[\'data\'][$c][\'update\']=date("Y-m-d H:i:s",$r1[\'update_at\']);\n      $c++;\n    }\n  } else {\n    $dt[\'count\']=0;\n    $dt[\'error\']=true;\n    $dt[\'message\']="data action not found";\n  }\n  return $dt;\n  $db->close();\n}','php','0','2','1','1748475588');
INSERT INTO `cp_sphp` VALUES('11','api','person','function person(){\n  global $ar,$db;\n  $dt=array();\n  $sql2="SELECT * from `person` where del=0";\n  $res2=mysqli_query($db,$sql2);\n  $r2=mysqli_num_rows($res2);\n  $dt[\'count\']=$r2;\n  $dt[\'success\']=true;\n\n  $sql=$sql2." order by id";\n  //echo $sql.";<br>";\n  $res=mysqli_query($db,$sql);\n  if(mysqli_num_rows($res2)>0) {\n    $c=0;\n    while($r1=mysqli_fetch_assoc($res)) {\n      $dt[\'data\'][$c]=$r1;    \n      $dt[\'data\'][$c][\'image\']=$ar[\'imgurl\']."".$r1[\'img\'];    \n      $dt[\'data\'][$c][\'update\']=date("Y-m-d H:i:s",$r1[\'update_at\']);\n      $c++;\n    }\n  } else {\n    $dt[\'count\']=0;\n  }  \n  return $dt;\n  $db->close();\n}','php','0','2','1','1748477025');
INSERT INTO `cp_sphp` VALUES('12','api','product','function product(){\n  global $ar,$db;  \n  $dt=array();\n  $dt2=array();\n  //id,name,brand,qty,item_code,price_per_unit,update_at\n  $sql2="SELECT `brand` from `product` where `del`=0 group by `brand` order by `brand`";\n  $res2=mysqli_query($db,$sql2);\n  //$dt[\'count\']=$r2;\n  $count=0;\n  if(mysqli_num_rows($res2)>0) {\n    $c=0;\n    while($r2=mysqli_fetch_assoc($res2)) {\n      $dt[\'data\'][\'by_brand\'][$c][\'brand\']=$r2[\'brand\'];\n      $sql3="SELECT id,name,qty,item_code,price_per_unit,img,update_at from `product` where del=0 and brand=\'".$r2[\'brand\']."\' order by `name`";\n      $res3=mysqli_query($db,$sql3);\n      $d=0;\n      while($r3=mysqli_fetch_assoc($res3)) {\n        $i_img_med=str_replace(\'small\',\'medium\',$r3[\'img\']);\n        $i_img_big=str_replace(\'small\',\'big\',$r3[\'img\']);\n        $dt[\'data\'][\'by_brand\'][$c][\'items\'][$d]=$r3;\n        $dt[\'data\'][\'by_brand\'][$c][\'items\'][$d][\'url_img\']=$ar[\'img_url\'].\'\'.$r3[\'img\'];\n        $dt[\'data\'][\'by_brand\'][$c][\'items\'][$d][\'url_img_medium\']=$ar[\'img_url\'].\'\'.$i_img_med;\n        $dt[\'data\'][\'by_brand\'][$c][\'items\'][$d][\'url_img_big\']=$ar[\'img_url\'].\'\'.$i_img_big;\n        $dt[\'data\'][\'by_brand\'][$c][\'items\'][$d][\'hpp\']=ang2($r3[\'price_per_unit\']);\n        $dt[\'data\'][\'by_brand\'][$c][\'items\'][$d][\'amount\']=ang2($r3[\'price_per_unit\']*$r3[\'qty\']);\n        $dt[\'data\'][\'by_brand\'][$c][\'items\'][$d][\'update\']=date("Y-m-d H:i:s",$r3[\'update_at\']);\n\n        $sql4="SELECT a.id,a.action_id,a.transaction_id,a.item_in,a.item_out,a.`balance`,a.invoice,a.tgl,a.`inout`,b.descr from `product_trx` a JOIN `action` b ON a.action_id=b.id where product_id=".$r3[\'id\']." order by a.action_at,a.action_id ";\n        $res4=mysqli_query($db,$sql4);\n        $e=0;\n        while($r4=mysqli_fetch_assoc($res4)) {\n          $dt[\'data\'][\'by_brand\'][$c][\'items\'][$d][\'trx\'][$e]=$r3;\n          $dt[\'data\'][\'by_brand\'][$c][\'items\'][$d][\'trx\'][$e][\'amount\']=ang2($r3[\'balance\']*$r1[\'price_per_unit\']);\n          $e++;\n        }        \n        $d++;\n        $count++;\n      }\n      $c++;\n    }\n\n    \n    $sql5="SELECT id,name,img,brand,qty,item_code,price_per_unit,update_at from `product` where del=0 order by id";\n    //echo $sql.";<br>";\n    $res5=mysqli_query($db,$sql5);\n    while($r5=mysqli_fetch_assoc($res5)) {\n      $c=$r5[\'id\'];\n\n      $i_img_med=str_replace(\'small\',\'medium\',$r5[\'img\']);\n      $i_img_big=str_replace(\'small\',\'big\',$r5[\'img\']);\n\n      $dt[\'data\'][\'by_id\'][$c]=$r5;\n      $dt[\'data\'][\'by_id\'][$c][\'url_img\']=$ar[\'img_url\'].\'\'.$r5[\'img\'];\n      $dt[\'data\'][\'by_id\'][$c][\'url_img_medium\']=$ar[\'img_url\'].\'\'.$i_img_med;\n      $dt[\'data\'][\'by_id\'][$c][\'url_img_big\']=$ar[\'img_url\'].\'\'.$i_img_big;\n      $dt[\'data\'][\'by_id\'][$c][\'hpp\']=ang2($r5[\'price_per_unit\']);\n      $dt[\'data\'][\'by_id\'][$c][\'amount\']=ang2($r5[\'price_per_unit\']*$r5[\'qty\']);\n      $dt[\'data\'][\'by_id\'][$c][\'update\']=date("Y-m-d H:i:s",$r5[\'update_at\']);\n      $sql6="SELECT a.id,a.action_id,a.transaction_id,a.item_in,a.item_out,a.`balance`,a.invoice,a.tgl,a.`inout`,b.descr from `product_trx` a JOIN `action` b ON a.action_id=b.id where product_id=".$r5[\'id\']." order by a.action_at,a.action_id ";\n      $res6=mysqli_query($db,$sql6);\n      $d=0;\n      while($r6=mysqli_fetch_assoc($res6)) {\n        $dt[\'data\'][\'by_id\'][$c][\'trx\'][$d]=$r6;\n        $dt[\'data\'][\'by_id\'][$c][\'trx\'][$d][\'amount\']=ang2($r6[\'balance\']*$r5[\'price_per_unit\']);\n        $d++;\n      }\n    }\n\n    $dt[\'count\']=$count;\n    $dt[\'success\']=true;\n  } else {\n    $dt[\'count\']=0;\n  }  \n  return $dt;\n  $db->close();\n}','php','0','2','1','1748481911');
INSERT INTO `cp_sphp` VALUES('13','api','action_byid','function action_byid() {\n  global $ar,$db;\n  $dt=array();\n  $sql="SELECT * from `action` where id>0 order by id";\n  $res2=mysqli_query($db,$sql);\n  while($r2=mysqli_fetch_assoc($res2)) {\n    $d=$r2[\'id\'];\n    $dt[$d]=$r2;    \n    if($r2[\'inout\']==2) {\n      $rp="-".ang2($r2[\'amount\']);\n      $col="red";\n      $p3=$r2[\'pay_to\'];       \n    } else {\n      $rp=ang2($r2[\'amount\']);\n      $col="green"; \n      $p3=$r2[\'pay_from\'];       \n    }\n    $dt[$d][\'rp\']=$rp;    \n    $dt[$d][\'col\']=$col;    \n    $dt[$d][\'p3\']=$p3;    \n    $dt[$d][\'image\']=$ar[\'imgurl\']."".$r2[\'img\'];  \n    $dt[$d][\'act_datetime\']=date("Y-m-d H:i:s",$r2[\'action_at\']);\n    $dt[$d][\'act_date\']=date("Y-m-d",$r2[\'action_at\']);\n    $dt[$d][\'act_month\']=date("Y-m",$r2[\'action_at\']);\n    $dt[$d][\'update\']=date("Y-m-d H:i:s",$r2[\'update_at\']);\n  }\n  return $dt;    \n}','php','0','2','1','1748423982');
INSERT INTO `cp_sphp` VALUES('14','app','tool_id2','function tool_id2($tbl) {\n  global $db,$ar;\n  $sql = "select * from ".$tbl." order by id";\n  $res = mysqli_query($db, $sql);\n  $id2=1;\n  while($rw = mysqli_fetch_assoc($res)) {\n    $udt=array(\n      \'id2\'=>$id2,\n    );    \n    Update($db,$tbl,$udt,"id=".$rw[\'id\'],0);\n    $id2++;\n  }  \n}','php','0','2','2','1748499552');
INSERT INTO `cp_sphp` VALUES('15','app','tool_id3','function tool_id3($tbl) {\n  global $db,$ar;\n  \n  $sql4 = "select id from ".$tbl." where id2=id order by id desc limit 1";\n  $res4 = mysqli_query($db, $sql4);\n  $rw4 = mysqli_fetch_assoc($res4);\n  if(isset($rw4) && $rw4[\'id\']>0) {        \n    $sql = "select * from ".$tbl." where id>".$rw4[\'id\']." order by id";\n    $res = mysqli_query($db, $sql);\n    $id2=$rw4[\'id\']+1;\n    while($rw = mysqli_fetch_assoc($res)) {\n      $udt=array(\n          \'id2\'=>$id2,\n      );\n      Update($db,$tbl,$udt,"id=".$rw[\'id\'],0);\n      $id2++;\n    }  \n  }\n}','php','0','2','2','1748499593');
INSERT INTO `cp_sphp` VALUES('16','app','product_trx_count','function product_trx_count() {\n  global $db,$ar;\n  \n  $sql4 = "select product_id from product_trx group by product_id";\n  $res4 = mysqli_query($db, $sql4);\n  while($rw4 = mysqli_fetch_assoc($res4)) {\n    $sql = "select * from product_trx where product_id=".$rw4[\'product_id\']." order by action_at";\n    $res = mysqli_query($db, $sql);\n    $j[\'balance\']=0;\n    while($r=mysqli_fetch_assoc($res)) {\n      $j[\'balance\']=$j[\'balance\']+$r[\'item_in\']-$r[\'item_out\'];\n      $udt=array(\n        \'balance\'=>$j[\'balance\'],\n      );\n      Update($db,"product_trx",$udt,"id=".$r[\'id\'],0);\n    }\n    $udt=array(\n      \'qty\'=>$j[\'balance\'],\n    );\n    Update($db,"product",$udt,"id=".$rw4[\'product_id\'],0);\n  }\n}','php','0','2','2','1748594290');
INSERT INTO `cp_sphp` VALUES('17','app','product_trx','function product_trx($js) {\n  global $db,$ar;\n  //$dt=array();\n  //echo "<pre>"; print_r($js); echo "</pre>";\n  //beli=add inout=1; jual=minus; inout=2\n  $sql4 = "select id from product_trx order by id desc limit 1";\n  $res4 = mysqli_query($db, $sql4);\n  $rw4 = mysqli_fetch_assoc($res4);\n  if(isset($rw4) && $rw4[\'id\']>0) {        \n    $id2=$rw4[\'id\']+1;\n  } else {\n    $id2=1;\n  }\n  $idt=array(\n    \'id\'=>$id2,\n    \'action_at\'=>$js[\'action_at\'],\n    \'action_id\'=>$js[\'action_id\'],\n    \'product_id\'=>$js[\'product_id\'],\n    \'item_code\'=>$js[\'item_code\'],\n    \'inout\'=>$js[\'inout\'],\n    \'invoice\'=>$js[\'invoice\'],\n    \'remark\'=>$js[\'descr\'],\n    \'year\'=>date("Y",$js[\'action_at\']),\n    \'month\'=>date("Ym",$js[\'action_at\']),\n    \'tgl\'=>date("Y-m-d",$js[\'action_at\']),\n    \'update_at\'=>time(),\n  );\n  $udt=array(\n    \'action_at\'=>$js[\'action_at\'],\n    \'action_id\'=>$js[\'action_id\'],\n    \'product_id\'=>$js[\'product_id\'],\n    \'item_code\'=>$js[\'item_code\'],\n    \'inout\'=>$js[\'inout\'],\n    \'invoice\'=>$js[\'invoice\'],\n    \'remark\'=>$js[\'descr\'],\n    \'year\'=>date("Y",$js[\'action_at\']),\n    \'month\'=>date("Ym",$js[\'action_at\']),\n    \'tgl\'=>date("Y-m-d",$js[\'action_at\']),\n    \'update_at\'=>time(),\n  );\n  if($js[\'inout\']==1) {\n    $idt[\'item_in\']=$udt[\'item_in\']=$js[\'qty\'];\n  } else {\n    $idt[\'item_out\']=$udt[\'item_out\']=$js[\'qty\'];\n  }\n  InsertUpdate($db,"product_trx",$idt,$udt,0);\n}','php','0','2','2','1748504043');
INSERT INTO `cp_sphp` VALUES('18','app','JournalCount','function JournalCount($year) {\n  global $db,$ar;\n  $sql6="update account set sel2=0";\n  $res6=mysqli_query($db,$sql6);\n  $sql3="SELECT * from action order by action_at,seq";\n  $res3=mysqli_query($db,$sql3);\n  while($r3=mysqli_fetch_assoc($res3)) {\n      $udt3=array(\n          \'seq\'=>$r3[\'seq\'],\n      );\n      Update($db,"journal",$udt3,"action_id=".$r3[\'id\'],0);\n      Update($db,"transaction",$udt3,"action_id=".$r3[\'id\'],0);\n  }\n  $sql="SELECT account_code from journal group by account_code";\n  $res=mysqli_query($db,$sql);\n  while($r1=mysqli_fetch_assoc($res)) {\n    $sql2="SELECT * from journal where year=".$year." and account_code=\'".$r1[\'account_code\']."\' order by action_at asc, seq asc";\n    //echo $sql2."<br>";\n    $res2=mysqli_query($db,$sql2);\n    $bal=0;\n    $seq2=1;\n    while($r2=mysqli_fetch_assoc($res2)) {\n      $bal=$bal+$r2[\'debit\']-$r2[\'credit\'];\n      $udt=array(\n        \'balance\'=>$bal,\n        \'seq2\'=>$seq2,\n        \'update_at\'=>time(),\n      );\n      Update($db,"journal",$udt,"id=".$r2[\'id\'],1);\n      $seq2++;\n    } \n    $udt4=array(\n      \'sel2\'=>1,\n    );\n    Update($db,"account",$udt4,"code=\'".$r1[\'account_code\']."\'",0);  \n  }  \n}','php','0','2','2','1748499670');
INSERT INTO `cp_sphp` VALUES('19','app','JournalCount_v2','function JournalCount_v2($year) {\n  global $db,$ar;\n  $sql6="update fcode set sel2=0";\n  $res6=mysqli_query($db,$sql6);\n  $sql3="SELECT * from action order by action_at,seq";\n  $res3=mysqli_query($db,$sql3);\n  while($r3=mysqli_fetch_assoc($res3)) {\n      $udt3=array(\n          \'seq\'=>$r3[\'seq\'],\n      );\n      Update($db,"journal",$udt3,"action_id=".$r3[\'id\'],0);\n      Update($db,"transaction",$udt3,"action_id=".$r3[\'id\'],0);\n  }\n  $sql="SELECT account_code from journal group by account_code";\n  $res=mysqli_query($db,$sql);\n  while($r1=mysqli_fetch_assoc($res)) {\n    $sql2="SELECT * from journal where year=".$year." and account_code=\'".$r1[\'account_code\']."\' order by action_at asc, seq asc";\n    //echo $sql2."<br>";\n    $res2=mysqli_query($db,$sql2);\n    $bal=0;\n    $seq2=1;\n    while($r2=mysqli_fetch_assoc($res2)) {\n      $bal=$bal+$r2[\'debit\']-$r2[\'credit\'];\n      $udt=array(\n        \'balance\'=>$bal,\n        \'seq2\'=>$seq2,\n        \'update_at\'=>time(),\n      );\n      Update($db,"journal",$udt,"id=".$r2[\'id\'],0);\n      $seq2++;\n    } \n    $udt4=array(\n      \'sel2\'=>1,\n    );\n    Update($db,"fcode",$udt4,"code=\'c".$r1[\'account_code\']."\'",0);  \n  }  \n}','php','0','2','2','1748499696');
INSERT INTO `cp_sphp` VALUES('20','app','ExportfMandiri2','function ExportfMandiri2($id) {\n  global $db,$ar;  \n  $sql4 = "select * from mandiri_mutasi where id=".$id;\n  $res4 = mysqli_query($db, $sql4);\n  $r4 = mysqli_fetch_assoc($res4);\n  //echo "<pre>"; print_r($r4); echo "</pre>";\n  \n  if($r4[\'debit\']==0) {\n      $amount=$r4[\'kredit\'];\n      $inout=2;\n      $payto="Mandiri IDR ".substr($r4[\'rek\'],-3);\n      $payfrom="";\n  } else {\n      $amount=$r4[\'debit\'];\n      $inout=1;\n      $payfrom="Mandiri IDR ".substr($r4[\'rek\'],-3);\n      $payto="";\n  }\n  \n  if($r4[\'payto\']!=\'\') {\n      $payto2=$r4[\'payto\'];\n  } else {\n      $payto2=$payto;\n  }\n\n  $sql3 = "select * from action where bank=1 and amount=".$amount." and tgl=\'".$r4[\'tgl\']."\'";\n  echo $sql3."<br>";\n  $res3 = mysqli_query($db, $sql3);\n  if(mysqli_num_rows($res3)>0) {\n    $r3 = mysqli_fetch_assoc($res3);\n    //echo "<pre>"; print_r($r3); echo "</pre>";\n    $udt=array(\n      \'action_id\'=>$r3[\'id\'],\n    );\n    Update($db,"mandiri_mutasi",$udt,"id=".$r4[\'id\'],1);\n      \n  } else {\n    $sql2 = "select id from action where id2=id order by id desc limit 1";\n    $res2 = mysqli_query($db, $sql2);\n    $r2 = mysqli_fetch_assoc($res2);\n    $id2=$r2[\'id\']+1;\n    $idt=array(\n          \'id\'=>$id2,\n          \'action_at\'=>$r4[\'tgl2\'],\n          \'tgl\'=>$r4[\'tgl\'],\n          \'month\'=>$r4[\'month\'],\n          \'year\'=>$r4[\'year\'],\n          \'descr\'=>$r4[\'keterangan\']." ".$r4[\'remark\'],\n          \'pay_to\'=>$payto2,\n          \'pay_from\'=>$payfrom,\n          \'cat\'=>$inout,\n          \'seq\'=>$r4[\'seq\'],\n          \'inout\'=>$inout,\n          \'bank\'=>$ar[\'manp\'][$r4[\'rek\']],\n          \'amount\'=>$amount,\n          \'st\'=>1,\n          \'update_at\'=>time(),\n    );\n    Insert($db,"action",$idt,1);\n    tool_id3("action");      \n    $udt=array(\n      \'action_id\'=>$id2,\n    );\n    Update($db,"mandiri_mutasi",$udt,"id=".$r4[\'id\'],1);\n  }  \n}','php','0','2','2','1748499718');
INSERT INTO `cp_sphp` VALUES('21','app','SalesAction','function SalesAction($p,$v=0) {\n  global $db,$ar;\n  //echo "<pre>"; print_r($p); echo "</pre>";\n  $ar[\'act_desc\'][1]=\'Penerimaan tunai atas\';\n  $ar[\'act_bank\'][1]=1;\n  $ar[\'act__cat\'][1]=1;\n\n  $ar[\'act_desc\'][2]=\'Piutang kredit \'.$p[\'days_due_date\'].\' atas\';\n  $ar[\'act_bank\'][2]=0;\n  $ar[\'act__cat\'][2]=7; //piutang\n\n  //cek dulu ref id,\n  $sql1 = "select id,reff_sales_id from `action` where reff_sales_id=".$p[\'id\'];\n  $res1 = mysqli_query($db, $sql1);\n  if(mysqli_num_rows($res1)==0) {\n    //insert\n      $sql4 = "select * from `action` order by id desc limit 1";\n      $res4 = mysqli_query($db, $sql4);\n      $r4 = mysqli_fetch_assoc($res4);\n      $id1=$r4[\'id\']+1;\n      $id2=$r4[\'id\']+2;\n\n      $idt1=array(\n        \'id\'=>$id1,\n        \'action_at\'=>strtotime($p[\'sales_at\']),\n        \'reff_sales_id\'=>$p[\'id\'],\n        \'pay_from\'=>$p[\'buyer\'],\n        \'invoice\'=>$p[\'invoice\'],\n        \'inout\'=>1,\n        \'descr\'=>$p[\'descr\'],\n        \'bank\'=>0,\n        \'cat\'=>4,\n        \'amount\'=>$p[\'qty\']*$p[\'hpp\'],\n        \'year\'=>date("Y",strtotime($p[\'sales_at\'])),\n        \'month\'=>date("Ym",strtotime($p[\'sales_at\'])),\n        \'tgl\'=>date("Y-m-d",strtotime($p[\'sales_at\'])),\n        \'update_at\'=>time(),\n      );\n      Insert($db,"action",$idt1,$v);\n      $idt2=array(\n        \'id\'=>$id2,\n        \'action_at\'=>strtotime($p[\'sales_at\']),\n        \'reff_sales_id\'=>$p[\'id\'],\n        \'pay_from\'=>$p[\'buyer\'],\n        \'invoice\'=>$p[\'invoice\'],\n        \'inout\'=>1,\n        \'descr\'=>$ar[\'act_desc\'][$p[\'cash_credit\']]." ".$p[\'descr\'],\n        \'bank\'=>$ar[\'act_bank\'][$p[\'cash_credit\']],\n        \'cat\'=>$ar[\'act__cat\'][$p[\'cash_credit\']],\n        \'amount\'=>$p[\'qty\']*$p[\'price\'],\n        \'year\'=>date("Y",strtotime($p[\'sales_at\'])),\n        \'month\'=>date("Ym",strtotime($p[\'sales_at\'])),\n        \'tgl\'=>date("Y-m-d",strtotime($p[\'sales_at\'])),\n        \'update_at\'=>time(),\n      );\n      Insert($db,"action",$idt2,$v);\n      $udt_41=array(\n        \'action_id_1\'=>$id1,\n        \'action_id_2\'=>$id2,\n      );\n      Update($db,"sales",$udt_41,"id=".$p[\'id\'],$v);\n      //catat di product_trx\n      $p[\'action_at\']=strtotime($p[\'sales_at\']);\n      $p[\'inout\']=2;\n      $p[\'remark\']=$p[\'descr\'];\n      $p[\'action_id\']=$id1;\n      product_trx($p);\n\n\n  } else {\n    $sql2=$sql1." order by id";\n    $res2 = mysqli_query($db, $sql2);\n    $dt=array();\n    while($r2=mysqli_fetch_assoc($res2)) {\n      $dt[\'id\'][]=$r2[\'id\'];\n    }\n    $udt1=array(\n      \'action_at\'=>strtotime($p[\'sales_at\']),\n      \'reff_sales_id\'=>$p[\'id\'],\n      \'pay_from\'=>$p[\'buyer\'],\n      \'invoice\'=>$p[\'invoice\'],\n      \'inout\'=>1,\n      \'descr\'=>$p[\'descr\'],\n      \'bank\'=>0,\n      \'cat\'=>4,\n      \'amount\'=>$p[\'qty\']*$p[\'hpp\'],\n      \'year\'=>date("Y",strtotime($p[\'sales_at\'])),\n      \'month\'=>date("Ym",strtotime($p[\'sales_at\'])),\n      \'tgl\'=>date("Y-m-d",strtotime($p[\'sales_at\'])),\n      \'update_at\'=>time(),\n    );\n    Update($db,"action",$udt1,"id=".$dt[\'id\'][0],$v);\n    $udt2=array(\n      \'action_at\'=>strtotime($p[\'sales_at\']),\n      \'reff_sales_id\'=>$p[\'id\'],\n      \'pay_from\'=>$p[\'buyer\'],\n      \'invoice\'=>$p[\'invoice\'],\n      \'inout\'=>1,\n      \'descr\'=>$ar[\'act_desc\'][$p[\'cash_credit\']]." ".$p[\'descr\'],\n      \'bank\'=>$ar[\'act_bank\'][$p[\'cash_credit\']],\n      \'cat\'=>$ar[\'act__cat\'][$p[\'cash_credit\']],\n      \'amount\'=>$p[\'qty\']*$p[\'price\'],\n      \'year\'=>date("Y",strtotime($p[\'sales_at\'])),\n      \'month\'=>date("Ym",strtotime($p[\'sales_at\'])),\n      \'tgl\'=>date("Y-m-d",strtotime($p[\'sales_at\'])),\n      \'update_at\'=>time(),\n    );\n    Update($db,"action",$udt2,"id=".$dt[\'id\'][1],$v);\n    $udt_41=array(\n      \'action_id_1\'=>$dt[\'id\'][0],\n      \'action_id_2\'=>$dt[\'id\'][1],\n    );\n    Update($db,"sales",$udt_41,"id=".$p[\'id\'],$v);\n    //catat di product_trx\n    $p[\'action_at\']=strtotime($p[\'sales_at\']);\n    $p[\'inout\']=2;\n    $p[\'remark\']=$p[\'descr\'];\n    $p[\'action_id\']=$dt[\'id\'][0];\n    product_trx($p);\n  }\n}','php','0','2','2','1748499742');
INSERT INTO `cp_sphp` VALUES('22','app','to_money','function to_money($ang) {\n    $sid = preg_replace("/[^0-9+-]/","",$ang);\n    return $sid;\n}','php','0','2','2','1748499764');
INSERT INTO `cp_sphp` VALUES('23','app','list_equ_2','function list_equ_2(){\n  global $ar,$db;\n  $dt=array();\n\n  $sql = "select a.*, b.descr as descr,b.seq as seq from account_equation a JOIN `action` b ON a.action_id=b.id where a.st>0 ";\n  \n    $sql .= " and a.`year`=\'".date("Y")."\' ";\n\n  \n  //$sql .= " order by a.".$sortby." asc, a.id asc";\n  $res = mysqli_query($db, $sql);\n    foreach ($ar[\'equ\'] as $k => $v) {\n      $j[$v]=0;\n    }\n\n  while($rw = mysqli_fetch_assoc($res)) {\n    foreach ($ar[\'equ\'] as $k1 => $v1) {\n      $j[$v1]=$j[$v1]+$rw[$v1];\n    } \n  }\n\n  $j[\'aktiva_lancar\']=$j[\'c11\']=$j[\'c11101\']+$j[\'c11201\']+$j[\'c11202\']+$j[\'c11203\']+$j[\'c11204\']+$j[\'c11205\'];\n\n  $j[\'aktiva_tak_lancar\']=$j[\'c12\']=$j[\'c12101\']+$j[\'c12201\']+$j[\'c12202\']+$j[\'c12301\']+$j[\'c12302\']+$j[\'c12401\']+$j[\'c12402\'];\n\n  $j[\'utang\']=$j[\'c21\']=$j[\'c21100\']+$j[\'c22100\']+$j[\'c23100\'];\n\n  $j[\'equity\']=$j[\'c31\']=$j[\'c31100\']+$j[\'c31200\']+$j[\'c31300\'];\n\n  $j[\'pendapatan\']=$j[\'c41\']=$j[\'c41100\']+$j[\'c41200\']+$j[\'c41300\'];\n\n  $j[\'hpp\']=$j[\'c51\']=$j[\'c51100\']+$j[\'c51200\']+$j[\'c51300\'];\n\n  $j[\'beban_penjualan\']=$j[\'c61\']=$j[\'c61101\']+$j[\'c61102\']+$j[\'c61103\']+$j[\'c61104\']+$j[\'c61105\']+$j[\'c61106\'];\n\n  $j[\'beban_administrasi\']=$j[\'c62\']=$j[\'c62101\']+$j[\'c62102\']+$j[\'c62103\']+$j[\'c62104\']+$j[\'c62106\']+$j[\'c62107\'];\n\n  $j[\'pendapatan_lain\']=$j[\'c71\']=$j[\'c71000\'];\n\n  $j[\'beban_lain\']=$j[\'c81\']=$j[\'c81100\']+$j[\'c81200\'];\n\n  $j[\'beban\']=$j[\'beban_penjualan\']+$j[\'beban_administrasi\'];\n\n  $j[\'aktiva\']=$j[\'aktiva_lancar\']+$j[\'aktiva_tak_lancar\'];\n\n  $j[\'laba_kotor\']=$j[\'pendapatan\']+$j[\'hpp\']+$j[\'beban_penjualan\'];\n\n  $j[\'laba_sebelum_pph\']=$j[\'laba_kotor\']+$j[\'beban_administrasi\'];\n\n  $j[\'pph\']=0;\n\n  $j[\'laba_setelah_pph\']=$j[\'laba_bersih\']=$j[\'laba_sebelum_pph\']-$j[\'pph\'];\n\n  $j[\'pasiva\']=$j[\'utang\']+$j[\'equity\']+$j[\'laba_setelah_pph\']; \n  echo "aktiva:<br>".ang2($j[\'aktiva\'])."<br>pasiva:<br>".ang2($j[\'pasiva\'])."<br>Rugi/Laba:<br>".ang2($j[\'laba_bersih\']); \n}','php','0','2','2','1748658706');
INSERT INTO `cp_sphp` VALUES('24','app','list_equ_3','function list_equ_3(){\n  global $ar,$db;\n  $dt=array();\n\n  $sql = "select a.*, b.descr as descr,b.seq as seq from account_equation a JOIN `action` b ON a.action_id=b.id where a.st>0 ";\n  \n    $sql .= " and a.`year`=\'".date("Y")."\' ";\n\n  \n  //$sql .= " order by a.".$sortby." asc, a.id asc";\n  $res = mysqli_query($db, $sql);\n    foreach ($ar[\'equ\'] as $k => $v) {\n      $j[$v]=0;\n    }\n\n  while($rw = mysqli_fetch_assoc($res)) {\n    foreach ($ar[\'equ\'] as $k1 => $v1) {\n      $j[$v1]=$j[$v1]+$rw[$v1];\n    } \n  }\n\n  foreach ($ar[\'equ\'] as $k1 => $v1) {\n    //$j[$v1]=$j[$v1]+$rw[$v1];\n    $udt=array(\n      \'update_at\'=>time(),\n      \'s2025\'=>$j[$v1],\n    );\n    Update($db,"fcode",$udt,"`code`=\'".$v1."\'",0);\n  }\n  \n\n}','php','0','2','2','1748499813');
INSERT INTO `cp_sphp` VALUES('25','app','account_equation','function account_equation($trx) {\n  global $db,$ar;\n  $dt=array();\n  $dt[\'src\']=$trx;\n  /*  \n  //cek kolom apa saja yg diupdate\n  $sql = "SELECT `code` from account where code=\'".$trx[\'debit\']."\'"; \n  //echo $sql."<br>";\n  $res = mysqli_query($db,$sql);\n  $r1  = mysqli_fetch_assoc($res);\n\n  $sql2 = "SELECT lev2,min from account where code=\'".$trx[\'credit\']."\'"; \n  $res2 = mysqli_query($db,$sql2);\n  $r2   = mysqli_fetch_assoc($res2);\n  */\n  $col_debit=\'c\'.$trx[\'debit\'];\n  $col_credit=\'c\'.$trx[\'credit\'];\n  \n  $col3_debit=substr($col_debit,0,3);\n  $col3_credit=substr($col_credit,0,3);\n\n  $val_credit=to_numeric($trx[\'amount\']);\n  $val_debit=to_numeric($trx[\'amount\']);\n\n  //beban dr cash\n  if($col_credit==\'c11101\') {\n    //bayar beban\n    if($col3_debit==\'c61\' or $col3_debit==\'c62\' or $col_debit==\'c21100\' or $col_debit==\'c41300\' or $col_debit==\'c31200\') {\n      $val_credit=-to_numeric($trx[\'amount\']);\n      $val_debit=-to_numeric($trx[\'amount\']);\n    }\n    //bayar asset\n    if($col_debit==\'c11202\' or $col_debit==\'c11203\' or $col_debit==\'c11204\' or $col_debit==\'c11205\' or $col_debit==\'c12101\' or $col_debit==\'c12201\' or $col_debit==\'c12301\' or $col_debit==\'c12401\') {\n      $val_credit=-to_numeric($trx[\'amount\']);\n      $val_debit=to_numeric($trx[\'amount\']);\n    }\n\n  } \n\n  //ada piutang yg di bayar\n  if($col_credit==\'c11201\' && $col_debit==\'c11101\') {\n    $val_credit=-to_numeric($trx[\'amount\']);\n    $val_debit=to_numeric($trx[\'amount\']);\n  } \n\n  //ada piutang dg barang dagangan di retur\n  if($col_credit==\'c11201\' && $col_debit==\'c41100\') {\n    $val_credit=-to_numeric($trx[\'amount\']);\n    $val_debit=-to_numeric($trx[\'amount\']);\n  } \n\n  //ada piutang yg di bayar\n  if($col_credit==\'c11202\' && $col_debit==\'c51100\') {\n    $val_credit=-to_numeric($trx[\'amount\']);\n    $val_debit=-to_numeric($trx[\'amount\']);\n  } \n\n  //ada rtur barang pembelian kredit (utang)\n  if($col_credit==\'c11202\' && $col_debit==\'c21100\') {\n    $val_credit=-to_numeric($trx[\'amount\']);\n    $val_debit=-to_numeric($trx[\'amount\']);\n  } \n\n  //bayar biaya dengan utang\n  if($col_credit==\'c22100\') {\n    if($col3_debit==\'c61\' or $col3_debit==\'c62\') {\n      $val_credit=to_numeric($trx[\'amount\']);\n      $val_debit=-to_numeric($trx[\'amount\']);\n    }\n  } \n\n  //penyusutan aset\n  if($col_credit==\'c12202\' or $col_credit==\'c12302\' or $col_credit==\'c12402\') {\n    if($col3_debit==\'c61\' or $col3_debit==\'c62\') {\n      $val_credit=-to_numeric($trx[\'amount\']);\n      $val_debit=-to_numeric($trx[\'amount\']);\n    }\n  } \n\n\n  $sql3 = "select id,id2,id-id2 as k from account_equation where id-id2>0 order by id2 limit 1";\n  $res3 = mysqli_query($db, $sql3);\n  if(mysqli_num_rows($res3)>0) {\n    $rw3 = mysqli_fetch_assoc($res3);\n    $id2=$rw3[\'id2\'];\n  } else {\n    $sql4 = "select * from account_equation order by id desc limit 1";\n    $res4 = mysqli_query($db, $sql4);\n    $rw4 = mysqli_fetch_assoc($res4);\n    if(isset($rw4[\'id\']) && $rw4[\'id\']>0) {\n      $id2=$rw4[\'id\']+1;\n    } else {\n      $id2=1;\n    }\n  }\n  /*\n  foreach ($ar[\'equ\'] as $k => $v) {\n    $udt6=array(\n      $v=>0,\n    );\n    Update($db,"account_equation",$udt6,"transaction_id=".$trx[\'id\'],0);\n  }*/\n  $idt=array(\n    \'id\'=>$id2,\n    \'transaction_id\'=>$trx[\'id\'],\n    \'action_at\'=>$trx[\'action_at\'],\n    \'action_id\'=>$trx[\'action_id\'],\n    \'year\'=>date("Y",$trx[\'action_at\']),\n    \'month\'=>date("Ym",$trx[\'action_at\']),\n    \'week\'=>date("W",$trx[\'action_at\']),\n    \'amount\'=>to_numeric($trx[\'amount\']),\n    $col_debit=>$val_debit,\n    $col_credit=>$val_credit,\n  );\n  $udt=array(\n    \'action_at\'=>$trx[\'action_at\'],\n    \'year\'=>date("Y",$trx[\'action_at\']),\n    \'month\'=>date("Ym",$trx[\'action_at\']),\n    \'week\'=>date("W",$trx[\'action_at\']),\n    \'amount\'=>to_numeric($trx[\'amount\']),\n    $col_debit=>$val_debit,\n    $col_credit=>$val_credit,\n  );\n  InsertUpdate($db,"account_equation",$idt,$udt,0);\n  tool_id2("account_equation");\n  equ_count();\n  $dt[\'idt\']=$idt;\n  $dt[\'udt\']=$udt;\n  return $dt;\n}','php','0','2','2','1748666334');
INSERT INTO `cp_sphp` VALUES('26','api','start_old','function start_old(){\n  global $ar,$db;\n  $dt=array();\n$dt2=array();\n\n//account_trx\n$sql2="SELECT `id`,`name`,`code`,`c3`,`parent_id` from `account` where trx=1";\n$res2=mysqli_query($db,$sql2);\n$r2=mysqli_num_rows($res2);\n$dt[\'account_trx\'][\'count\']=$r2;\n\n$sql=$sql2." order by `code`";\n//echo $sql.";<br>";\n$res=mysqli_query($db,$sql);\nif(mysqli_num_rows($res2)>0) {\n  $c=0; $d=0;\n  while($r1=mysqli_fetch_assoc($res)) {\n    $dt[\'account_trx\'][\'data\'][\'all\'][$r1[\'code\']]=$r1;\n    if($r1[\'c3\']<30) {\n      $dt[\'account_trx\'][\'data\'][\'left\'][$c]=$r1;\n      $c++;\n    } else {\n      $dt[\'account_trx\'][\'data\'][\'right\'][$d]=$r1; \n      $d++;     \n    }\n  }\n} else {\n  $dt[\'account_trx\'][\'count\']=0;\n}\n\n$sql2="SELECT * from `account_equation` where id>0";\n$res2=mysqli_query($db,$sql2);\n$r2=mysqli_num_rows($res2);\n$dt[\'account_equation\'][\'count\']=$r2;\n\n$sql=$sql2." order by id";\n//echo $sql.";<br>";\n$res=mysqli_query($db,$sql);\nif(mysqli_num_rows($res2)>0) {\n  $c=0;\n  while($r1=mysqli_fetch_assoc($res)) {\n    $dt[\'account_equation\'][\'data\'][$c]=$r1;    \n    //$dt[\'data\'][$c][\'update\']=date("Y-m-d H:i:s",$r1[\'update_at\']);\n    $c++;\n  }\n} else {\n  $dt[\'account_equation\'][\'count\']=0;\n}\n\n//action\n$sql2="SELECT * from `action` where id>0";\n$res2=mysqli_query($db,$sql2);\n$r2=mysqli_num_rows($res2);\n$dt[\'action\'][\'count\']=$r2;\n\n$sql=$sql2." order by id";\n//echo $sql.";<br>";\n$res=mysqli_query($db,$sql);\nif(mysqli_num_rows($res2)>0) {\n  while($r1=mysqli_fetch_assoc($res)) {\n    $c=$r1[\'id\'];\n    $dt[\'action\'][\'data\'][$c]=$r1;    \n    $dt[\'action\'][\'data\'][$c][\'rp\']=ang2($r1[\'amount\']);    \n    $dt[\'action\'][\'data\'][$c][\'update\']=date("Y-m-d H:i:s",$r1[\'update_at\']);\n  }\n} else {\n  $dt[\'action\'][\'count\']=0;\n}\n\n//bank\n$sql2="SELECT * from `bank` where id>0";\n$res2=mysqli_query($db,$sql2);\n$r2=mysqli_num_rows($res2);\n$dt[\'bank\'][\'count\']=$r2;\n\n$sql=$sql2." order by id";\n//echo $sql.";<br>";\n$res=mysqli_query($db,$sql);\nif(mysqli_num_rows($res2)>0) {\n  $c=0;\n  while($r1=mysqli_fetch_assoc($res)) {\n    $dt[\'bank\'][\'data\'][$c]=$r1;    \n    $dt[\'bank\'][\'data\'][$c][\'update\']=date("Y-m-d H:i:s",$r1[\'update_at\']);\n    $c++;\n  }\n} else {\n  $dt[\'bank\'][\'count\']=0;\n}\n\n//company\n$sql2="SELECT * from `company` where id>0";\n$res2=mysqli_query($db,$sql2);\n$r2=mysqli_num_rows($res2);\n$dt[\'company\'][\'count\']=$r2;\n\n$sql=$sql2." order by id";\n//echo $sql.";<br>";\n$res=mysqli_query($db,$sql);\nif(mysqli_num_rows($res2)>0) {\n  $c=0;\n  while($r1=mysqli_fetch_assoc($res)) {\n    $dt[\'company\'][\'data\'][$c]=$r1;    \n    $dt[\'company\'][\'data\'][$c][\'update\']=date("Y-m-d H:i:s",$r1[\'update_at\']);\n    $c++;\n  }\n} else {\n  $dt[\'company\'][\'count\']=0;\n}\n\n//inventory\n$sql2="SELECT * from `inventory` where id>0";\n$res2=mysqli_query($db,$sql2);\n$r2=mysqli_num_rows($res2);\n$dt[\'inventory\'][\'count\']=$r2;\n\n$sql=$sql2." order by id";\n//echo $sql.";<br>";\n$res=mysqli_query($db,$sql);\nif(mysqli_num_rows($res2)>0) {\n  $c=0;\n  while($r1=mysqli_fetch_assoc($res)) {\n    $dt[\'inventory\'][\'data\'][$c]=$r1;    \n    $dt[\'inventory\'][\'data\'][$c][\'rp\']=ang2($r1[\'amount\']);    \n    $dt[\'inventory\'][\'data\'][$c][\'update\']=date("Y-m-d H:i:s",$r1[\'update_at\']);\n    $c++;\n  }\n} else {\n  $dt[\'inventory\'][\'count\']=0;\n}\n\n//journal\n$sql2="SELECT a.*,b.descr from `journal` a JOIN `action` b ON a.action_id=b.id where a.id>0";\n$res2=mysqli_query($db,$sql2);\n$r2=mysqli_num_rows($res2);\n$dt[\'journal\'][\'count\']=$r2;\n\n$sql=$sql2." order by a.action_at desc,a.id desc";\n//echo $sql.";<br>";\n$res=mysqli_query($db,$sql);\nif(mysqli_num_rows($res2)>0) {\n  $c=0;\n  while($r1=mysqli_fetch_assoc($res)) {\n    $dt[\'journal\'][\'data\'][$c]=$r1;    \n    $dt[\'journal\'][\'data\'][$c][\'rp_debit\']=ang2($r1[\'debit\']);    \n    $dt[\'journal\'][\'data\'][$c][\'rp_credit\']=ang2($r1[\'credit\']);    \n    $dt[\'journal\'][\'data\'][$c][\'rp_balance\']=ang2($r1[\'balance\']);    \n    $dt[\'journal\'][\'data\'][$c][\'rp\']=ang2($r1[\'amount\']);    \n    $dt[\'journal\'][\'data\'][$c][\'update\']=date("Y-m-d H:i:s",$r1[\'update_at\']);\n    $c++;\n  }\n} else {\n  $dt[\'journal\'][\'count\']=0;\n}\n\n//person\n$sql2="SELECT * from `person` where id>0";\n$res2=mysqli_query($db,$sql2);\n$r2=mysqli_num_rows($res2);\n$dt[\'person\'][\'count\']=$r2;\n\n$sql=$sql2." order by id";\n//echo $sql.";<br>";\n$res=mysqli_query($db,$sql);\nif(mysqli_num_rows($res2)>0) {\n  $c=0;\n  while($r1=mysqli_fetch_assoc($res)) {\n    $dt[\'person\'][\'data\'][$c]=$r1;    \n    $dt[\'person\'][\'data\'][$c][\'update\']=date("Y-m-d H:i:s",$r1[\'update_at\']);\n    $c++;\n  }\n} else {\n  $dt[\'person\'][\'count\']=0;\n}\n\n//product\n\n$sql2="SELECT id,name,img,brand,qty,item_code,price_per_unit,update_at from `product` where del=0";\n$res2=mysqli_query($db,$sql2);\n$r2=mysqli_num_rows($res2);\n$dt[\'product_byid\'][\'count\']=$r2;\n\n$sql=$sql2." order by id";\n//echo $sql.";<br>";\n$res=mysqli_query($db,$sql);\nif(mysqli_num_rows($res2)>0) {\n  //$c=0;\n  while($r1=mysqli_fetch_assoc($res)) {\n    $c=$r1[\'id\'];\n    $dt[\'product_byid\'][\'data\'][$c]=$r1;\n    $dt[\'product_byid\'][\'data\'][$c][\'hpp\']=ang2($r1[\'price_per_unit\']);\n    $dt[\'product_byid\'][\'data\'][$c][\'amount\']=ang2($r1[\'price_per_unit\']*$r1[\'qty\']);\n    $dt[\'product_byid\'][\'data\'][$c][\'update\']=date("Y-m-d H:i:s",$r1[\'update_at\']);\n    $sql3="SELECT a.id,a.action_id,a.transaction_id,a.item_in,a.item_out,a.`balance`,a.invoice,a.tgl,a.`inout`,b.descr from `product_trx` a JOIN `action` b ON a.action_id=b.id where product_id=".$r1[\'id\']." order by a.action_at,a.action_id ";\n    $res3=mysqli_query($db,$sql3);\n    $d=0;\n    while($r3=mysqli_fetch_assoc($res3)) {\n      $dt[\'product_byid\'][\'data\'][$c][\'trx\'][$d]=$r3;\n      $dt[\'product_byid\'][\'data\'][$c][\'trx\'][$d][\'amount\']=ang2($r3[\'balance\']*$r1[\'price_per_unit\']);\n      $d++;\n    }\n  }\n} else {\n  $dt[\'product_byid\'][\'count\']=0;\n}\n/* */\n\n$sql2="SELECT `brand` from `product` where `del`=0 group by `brand` order by `brand`";\n  $res2=mysqli_query($db,$sql2);\n  //$dt[\'count\']=$r2;\n  $count=0;\n  if(mysqli_num_rows($res2)>0) {\n    $c=0;\n    while($r2=mysqli_fetch_assoc($res2)) {\n      $dt[\'product\'][\'data\'][$c][\'brand\']=$r2[\'brand\'];\n      $sql3="SELECT id,name,qty,item_code,price_per_unit,img,update_at from `product` where del=0 and brand=\'".$r2[\'brand\']."\' order by `name`";\n      $res3=mysqli_query($db,$sql3);\n      $d=0;\n      while($r3=mysqli_fetch_assoc($res3)) {\n        $dt[\'product\'][\'data\'][$c][\'items\'][$d]=$r3;\n        $dt[\'product\'][\'data\'][$c][\'items\'][$d][\'hpp\']=ang2($r3[\'price_per_unit\']);\n        $dt[\'product\'][\'data\'][$c][\'items\'][$d][\'amount\']=ang2($r3[\'price_per_unit\']*$r3[\'qty\']);\n        $dt[\'product\'][\'data\'][$c][\'items\'][$d][\'update\']=date("Y-m-d H:i:s",$r3[\'update_at\']);\n\n        $sql4="SELECT a.id,a.action_id,a.transaction_id,a.item_in,a.item_out,a.`balance`,a.invoice,a.tgl,a.`inout`,b.descr from `product_trx` a JOIN `action` b ON a.action_id=b.id where product_id=".$r3[\'id\']." order by a.action_at,a.action_id ";\n        $res4=mysqli_query($db,$sql4);\n        $e=0;\n        while($r4=mysqli_fetch_assoc($res4)) {\n          $dt[\'product\'][\'data\'][$c][\'items\'][$d][\'trx\'][$e]=$r4;\n          $dt[\'product\'][\'data\'][$c][\'items\'][$d][\'trx\'][$e][\'amount\']=ang2($r4[\'balance\']*$r3[\'price_per_unit\']);\n          $e++;\n        }        \n        $d++;\n        $count++;\n      }\n      $c++;\n    }\n    $dt[\'product\'][\'count\']=$count;\n  } else {\n    $dt[\'product\'][\'count\']=0;\n  }  \n\n\n//[\'sales\']\n$sql2="SELECT * from `sales` where del=0";\n$res2=mysqli_query($db,$sql2);\n$r2=mysqli_num_rows($res2);\n$dt[\'sales\'][\'count\']=$r2;\n\n$sql=$sql2." order by id";\n//echo $sql.";<br>";\n$res=mysqli_query($db,$sql);\nif(mysqli_num_rows($res2)>0) {\n  $c=0;\n  while($r1=mysqli_fetch_assoc($res)) {\n    $dt[\'sales\'][\'data\'][$c]=$r1;\n    $dt[\'sales\'][\'data\'][$c][\'rp_hpp\']=ang2($r1[\'hpp\']);\n    $dt[\'sales\'][\'data\'][$c][\'rp_price\']=ang2($r1[\'price\']);\n    $dt[\'sales\'][\'data\'][$c][\'rp_amount\']=ang2($r1[\'amount\']);\n    $dt[\'sales\'][\'data\'][$c][\'pay\']=$ar[\'cash_credit\'][$r1[\'cash_credit\']];\n    $dt[\'sales\'][\'data\'][$c][\'update\']=date("Y-m-d H:i:s",$r1[\'update_at\']);\n    $c++;\n  }\n} else {\n  $dt[\'sales\'][\'count\']=0;\n}\n\n//[\'transaction\']\n$sql2="SELECT a.*,b.descr,b.invoice from `transaction` a JOIN `action` b ON a.id=b.id where a.id>0";\n$res2=mysqli_query($db,$sql2);\n$r2=mysqli_num_rows($res2);\n$dt[\'transaction\'][\'count\']=$r2;\n\n$sql=$sql2." order by a.action_at desc,a.id desc";\n//echo $sql.";<br>";\n$res=mysqli_query($db,$sql);\nif(mysqli_num_rows($res2)>0) {\n  $c=0;\n  while($r1=mysqli_fetch_assoc($res)) {\n    $dt[\'transaction\'][\'data\'][$c]=$r1;    \n    $dt[\'transaction\'][\'data\'][$c][\'tgl\']=date("Y-m-d",$r1[\'action_at\']);    \n    $dt[\'transaction\'][\'data\'][$c][\'debit_acc\']=$ar[\'acc_name\'][$r1[\'debit\']];    \n    $dt[\'transaction\'][\'data\'][$c][\'credit_acc\']=$ar[\'acc_name\'][$r1[\'credit\']];    \n    $dt[\'transaction\'][\'data\'][$c][\'rp_amount\']=ang2($r1[\'amount\']);\n    $dt[\'transaction\'][\'data\'][$c][\'update\']=date("Y-m-d H:i:s",$r1[\'update_at\']);\n    $c++;\n  }\n} else {\n  $dt[\'transaction\'][\'count\']=0;\n}\n\n//icons\ninclude_once $ar[\'path_core\']."u9/inc.ar.f7icon.php";\n$dt[\'icons\'][\'count\']=count($ar[\'f7_icon\']);\nforeach($ar[\'f7_icon\'] as $k=>$v) {\n  $dt[\'icons\'][\'data\'][$k][\'name\']=$v;\n  $dt[\'icons\'][\'data\'][$k][\'id\']=$k+1;\n}\n\n\n\n$dt2[\'result\']=$dt;\n$dt2[\'status\']=true;\n//echo json_encode($dt2);\n\n\n\n  return $dt2;\n  $db->close();\n}','php','0','2','1','1748571940');
INSERT INTO `cp_sphp` VALUES('27','api','start','function start(){\n  global $ar,$db;\n  $dt=array();\n  $dt2=array();\n  $dt[\'menu\']=tab_add_menu();\n  //account_trx\n  $sql2="SELECT `id`,`name`,`code`,`c3`,`parent_id` from `account` where trx=1";\n  $res2=mysqli_query($db,$sql2);\n  $r2=mysqli_num_rows($res2);\n  $dt[\'account_trx\'][\'count\']=$r2;\n\n  $sql=$sql2." order by `code`";\n  //echo $sql.";<br>";\n  $res=mysqli_query($db,$sql);\n  if(mysqli_num_rows($res2)>0) {\n    $c=0; $d=0;\n    while($r1=mysqli_fetch_assoc($res)) {\n      $dt[\'account_trx\'][\'data\'][\'all\'][$r1[\'code\']]=$r1;\n      if($r1[\'c3\']<30) {\n        $dt[\'account_trx\'][\'data\'][\'left\'][$c]=$r1;\n        $c++;\n      } else {\n        $dt[\'account_trx\'][\'data\'][\'right\'][$d]=$r1; \n        $d++;     \n      }\n    }\n  } else {\n    $dt[\'account_trx\'][\'count\']=0;\n  }\n\n  //account_trx\n  $sql2="SELECT `id`,`name`,`code`,`parent` from `fcode` where `code`=\'c61\' or `code`=\'c62\'  or `code`=\'c81\' or `code`=\'c11\' or `code`=\'c21\' or `code`=\'c31\'";\n  $res2=mysqli_query($db,$sql2);\n  $r2=mysqli_num_rows($res2);\n\n  $sql=$sql2." order by `code`";\n  //echo $sql.";<br>";\n  $res=mysqli_query($db,$sql);\n  if(mysqli_num_rows($res2)>0) {\n    $c=0;\n    while($r1=mysqli_fetch_assoc($res)) {\n      $dt[\'account_cost\'][\'data\'][$r1[\'code\']]=$r1;\n      $sql3="SELECT `id`,`name`,`code`,`parent` from `fcode` where `parent`=".$r1[\'id\']." and trx=1 and is_cost=1 order by `name`";\n      $res3=mysqli_query($db,$sql3);\n      $d=0;\n      while($r3=mysqli_fetch_assoc($res3)) {\n        $dt[\'account_cost\'][\'data\'][$r1[\'code\']][\'items\'][$d]=$r3;\n        $dt[\'account_cost\'][\'data\'][$r1[\'code\']][\'items\'][$d][\'code\']=substr($r3[\'code\'],1);\n        $d++;        \n      }\n      $c++;\n    }\n  } \n\n  //account_trx\n  $sql2="SELECT `id`,`name`,`code`,`parent` from `fcode` where `code`=\'c31\'  or `code`=\'c71\' or `code`=\'c11\' or `code`=\'c21\' ";\n  $res2=mysqli_query($db,$sql2);\n  $r2=mysqli_num_rows($res2);\n\n  $sql=$sql2." order by `code`";\n  //echo $sql.";<br>";\n  $res=mysqli_query($db,$sql);\n  if(mysqli_num_rows($res2)>0) {\n    $c=0;\n    while($r1=mysqli_fetch_assoc($res)) {\n      $dt[\'account_in\'][\'data\'][$r1[\'code\']]=$r1;\n      $sql3="SELECT `id`,`name`,`code`,`parent` from `fcode` where `parent`=".$r1[\'id\']." and trx=1 and is_income=1 order by `name`";\n      $res3=mysqli_query($db,$sql3);\n      $d=0;\n      while($r3=mysqli_fetch_assoc($res3)) {\n        $dt[\'account_in\'][\'data\'][$r1[\'code\']][\'items\'][$d]=$r3;\n        $dt[\'account_in\'][\'data\'][$r1[\'code\']][\'items\'][$d][\'code\']=substr($r3[\'code\'],1);\n        $d++;        \n      }\n      $c++;\n    }\n  } \n\n  //icons\n  include_once $ar[\'path_core\']."u9/inc.ar.f7icon.php";\n  $dt[\'icons\'][\'count\']=count($ar[\'f7_icon\']);\n  foreach($ar[\'f7_icon\'] as $k=>$v) {\n    $dt[\'icons\'][\'data\'][$k][\'name\']=$v;\n    $dt[\'icons\'][\'data\'][$k][\'id\']=$k+1;\n  }\n  $dt2[\'result\']=$dt;\n  $dt2[\'status\']=true;\n  //echo json_encode($dt2);\n  return $dt2;\n  $db->close();\n}','php','0','2','1','1748922599');
INSERT INTO `cp_sphp` VALUES('28','app','sales_add','function sales_add($js){\n  global $ar,$db;\n  $dt=array();\n  $sql3 = "select id,id2,id-id2 as k from `sales` where id-id2>0 order by id2 limit 1";\n  $res3 = mysqli_query($db, $sql3);\n  if(mysqli_num_rows($res3)>0) {\n    $rw3 = mysqli_fetch_assoc($res3);\n    $id1=$rw3[\'id2\'];\n  } else {\n    $sql4 = "select * from `sales` order by id desc limit 1";\n    $res4 = mysqli_query($db, $sql4);\n    $rw4 = mysqli_fetch_assoc($res4);\n    if(isset($rw4[\'id\']) && $rw4[\'id\']>0) {\n      $id1=$rw4[\'id\']+1;\n    } else {\n      $id1=1;\n    }\n  }\n\n  if($js[\'cat\']==7 && $js[\'due_days\']>0) {\n    $due_days=$js[\'due_days\']*24*60*60;\n    $due_date=date("Y-m-d",strtotime($js[\'action_at\'])+$due_days);\n    $cash_credit=2;\n  } else {\n    $due_date=$js[\'action_at\'];\n    $cash_credit=1;\n  }\n\n  $idt=array(\n    \'id\'=>$id1,\n    \'product_id\'=>$js[\'product_id\'],\n    \'hpp\'=>$js[\'hpp\'],\n    \'cash_credit\'=>$cash_credit,\n    \'buyer\'=>$js[\'buyer\'],\n    \'sales\'=>$js[\'sales\'],\n    \'sales_at\'=>strtotime($js[\'action_at\']),\n    \'qty\'=>$js[\'qty\'],\n    \'price\'=>$js[\'price_per_unit\'],\n    \'amount\'=>$js[\'qty\']*$js[\'price_per_unit\'],\n    \'due_date\'=>$due_date,\n    \'invoice\'=>$js[\'invoice\'],\n    \'descr\'=>$js[\'descr\'],\n    \'tgl\'=>$js[\'action_at\'],\n    \'days_due_date\'=>$js[\'due_days\'],\n    \'year\'=>date("Y",strtotime($js[\'action_at\'])),\n    \'month\'=>date("Ym",strtotime($js[\'action_at\'])),\n    \'update_at\'=>time(),\n  );\n  Insert($db,"sales",$idt,0);\n  tool_id2(\'sales\'); \n  $dt[\'message\']="Add sales Successfully";\n  $dt[\'sales_id\']=$id1;\n  $dt[\'success\']=true; \n  return $dt;\n}','php','0','2','2','1748589739');
INSERT INTO `cp_sphp` VALUES('29','app','equ_count','function equ_count(){\n  global $ar,$db;\n  //$dt=array();\n  $udt1=array(\n  \'s2025\'=>0\n  );\n  Update($db,"fcode",$udt1,"id>0",0);\n  $ar[\'fcode\'][\'level4\']=array(\'b3201\',\'b3202\',\'b3203\',\'b3204\',\'b3205\',\'b3206\',\'b3207\',\'b3208\',\'b3209\',\'b3210\');\n\n  $ar[\'fcode\'][\'level3\']=array(\'b11\',\'b12\',\'b21\',\'b31\',\'b32\',\'b33\',\'c11\',\'c12\',\'c21\',\'c31\',\'c41\',\'c51\',\'c61\',\'c62\',\'c71\',\'c81\');\n  /*\n  $ar[\'fcode\'][\'level2\']=array(\'a01\', \'a02\', \'a03\', \'a04\', \'a05\', \'a06\', \'a07\', \'a08\', \'a09\', \'a10\', \'b11\', \'b12\', \'b21\', \'b33\', \'c1\', \'c2\', \'d1\', \'d2\', \'d3\', \'d4\', \'m1\', \'m2\');\n  */\n  $ar[\'fcode\'][\'level2\']=array(\'a01\', \'a02\', \'a03\', \'a04\', \'a05\', \'a06\', \'a07\', \'a08\', \'a09\', \'a10\', \'b11\', \'b12\', \'b21\', \'b33\',\'b1\',\'b2\', \'c1\', \'c2\');\n\n  $sql = "select a.*, b.descr as descr,b.seq as seq from account_equation a JOIN `action` b ON a.action_id=b.id where a.st>0 ";\n  \n    $sql .= " and a.`year`=\'".date("Y")."\' ";\n\n  \n  //$sql .= " order by a.".$sortby." asc, a.id asc";\n  $res = mysqli_query($db, $sql);\n    foreach ($ar[\'equ\'] as $k => $v) {\n      $j[$v]=0;\n    }\n\n  while($rw = mysqli_fetch_assoc($res)) {\n    foreach ($ar[\'equ\'] as $k1 => $v1) {\n      $j[$v1]=$j[$v1]+$rw[$v1];\n    } \n  }\n\n  $j[\'aktiva_lancar\']=$j[\'c11\']=$j[\'c11101\']+$j[\'c11201\']+$j[\'c11202\']+$j[\'c11203\']+$j[\'c11204\']+$j[\'c11205\'];\n\n  $j[\'aktiva_tak_lancar\']=$j[\'c12\']=$j[\'c12101\']+$j[\'c12201\']+$j[\'c12202\']+$j[\'c12301\']+$j[\'c12302\']+$j[\'c12401\']+$j[\'c12402\'];\n\n  $j[\'utang\']=$j[\'c21\']=$j[\'c21100\']+$j[\'c22100\']+$j[\'c23100\'];\n\n  $j[\'equity\']=$j[\'c31\']=$j[\'c31100\']+$j[\'c31200\']+$j[\'c31300\'];\n\n  $j[\'pendapatan\']=$j[\'c41\']=$j[\'c41100\']+$j[\'c41200\']+$j[\'c41300\'];\n\n  $j[\'hpp\']=$j[\'c51\']=$j[\'c51100\']+$j[\'c51200\']+$j[\'c51300\'];\n\n  $j[\'beban_penjualan\']=$j[\'c61\']=$j[\'c61101\']+$j[\'c61102\']+$j[\'c61103\']+$j[\'c61104\']+$j[\'c61105\']+$j[\'c61106\'];\n\n  $j[\'beban_administrasi\']=$j[\'c62\']=$j[\'c62101\']+$j[\'c62102\']+$j[\'c62103\']+$j[\'c62104\']+$j[\'c62106\']+$j[\'c62107\'];\n\n  $j[\'pendapatan_lain\']=$j[\'c71\']=$j[\'c71000\'];\n\n  $j[\'beban_lain\']=$j[\'c81\']=$j[\'c81100\']+$j[\'c81200\'];\n\n  $j[\'beban\']=$j[\'beban_penjualan\']+$j[\'beban_administrasi\'];\n\n  $j[\'aktiva\']=$j[\'aktiva_lancar\']+$j[\'aktiva_tak_lancar\'];\n\n  $j[\'laba_kotor\']=$j[\'pendapatan\']+$j[\'hpp\']+$j[\'beban_penjualan\'];\n\n  $j[\'laba_sebelum_pph\']=$j[\'laba_kotor\']+$j[\'beban_administrasi\']+$j[\'pendapatan_lain\']+$j[\'beban_lain\'];\n\n  $j[\'pph\']=0;\n\n  $j[\'laba_setelah_pph\']=$j[\'laba_bersih\']=$j[\'laba_sebelum_pph\']-$j[\'pph\'];\n\n  $j[\'pasiva\']=$j[\'utang\']+$j[\'equity\']+$j[\'laba_setelah_pph\']; \n\n  //level4\n  $j[\'b3201\']=$j[\'c41\'];\n  $j[\'b3202\']=$j[\'c51\'];\n  $j[\'b3203\']=$j[\'c61\'];\n  $j[\'b3204\']=$j[\'b3201\']+$j[\'b3202\']+$j[\'b3203\'];\n  $j[\'b3205\']=$j[\'c62\'];\n  $j[\'b3206\']=$j[\'c71\'];\n  $j[\'b3207\']=$j[\'c81\'];\n  $j[\'b3208\']=$j[\'b3204\']+$j[\'b3205\']+$j[\'b3206\']+$j[\'b3207\'];\n  $j[\'b3209\']=$j[\'pph\'];\n  $j[\'b3210\']=$j[\'b3208\']+$j[\'b3209\'];\n\n  //level3;\n  $j[\'b11\']=$j[\'c11\'];\n  $j[\'b12\']=$j[\'c12\'];\n  $j[\'b21\']=$j[\'c21\'];\n  $j[\'b31\']=$j[\'c31\'];\n  $j[\'b32\']=$j[\'b3210\'];\n  $j[\'b33\']=$j[\'c31\']+$j[\'b32\'];\n\n  //level2\n  $j[\'a01\']=$j[\'c41\'];\n  $j[\'a02\']=$j[\'c51\'];\n  $j[\'a03\']=$j[\'c61\'];\n  $j[\'a04\']=$j[\'laba_kotor\'];\n  $j[\'a05\']=$j[\'c62\'];\n  $j[\'a06\']=$j[\'c71\'];\n  $j[\'a07\']=$j[\'c81\'];\n  $j[\'a08\']=$j[\'laba_sebelum_pph\'];\n  $j[\'a09\']=$j[\'pph\'];\n  $j[\'a10\']=$j[\'laba_setelah_pph\'];\n\n  $j[\'b1\']=$j[\'b11\']+$j[\'b12\'];\n  $j[\'b2\']=$j[\'b21\']+$j[\'b33\'];\n\n  $j[\'c1\']=$j[\'c11\']+$j[\'c12\'];\n  $j[\'c2\']=$j[\'pasiva\'];\n\n  foreach ($ar[\'equ\'] as $k1 => $v1) {  \n    $udt=array(\n      \'s2025\'=>$j[$v1],\n    );\n    $dt[\'sql\'][]=Update_v2($db,"fcode",$udt,"code=\'".$v1."\'",1);\n  } \n  foreach ($ar[\'fcode\'][\'level4\'] as $k => $v) {\n    $udt=array(\n      \'s2025\'=>$j[$v],\n    );\n    $dt[\'sql\'][]=Update_v2($db,"fcode",$udt,"code=\'".$v."\'",1);\n  }\n  foreach ($ar[\'fcode\'][\'level3\'] as $k => $v) {\n    $udt=array(\n      \'s2025\'=>$j[$v],\n    );\n    $dt[\'sql\'][]=Update_v2($db,"fcode",$udt,"code=\'".$v."\'",1);\n  }\n  foreach ($ar[\'fcode\'][\'level2\'] as $k => $v) {\n    $udt=array(\n      \'s2025\'=>$j[$v],\n    );\n    $dt[\'sql\'][]=Update_v2($db,"fcode",$udt,"code=\'".$v."\'",1);\n  }\n  $dt[\'count\']=$j;\n  //return $dt; \n  //$dt[\'count\']=$j;\n  //return $dt; \n}','php','0','2','2','1748786406');
INSERT INTO `cp_sphp` VALUES('30','api','inventory','function inventory(){\n  global $ar,$db;\n  $dt=array();\n  $sql2="SELECT * from `inventory` where id>0";\n  $res2=mysqli_query($db,$sql2);\n  $r2=mysqli_num_rows($res2);\n  $dt[\'count\']=$r2;\n  $dt[\'success\']=true;\n  $sql=$sql2." order by id";\n  //echo $sql.";<br>";\n  $res=mysqli_query($db,$sql);\n  if(mysqli_num_rows($res2)>0) {\n    $c=0;\n    while($r1=mysqli_fetch_assoc($res)) {\n      $dt[\'data\'][$c]=$r1;    \n      $dt[\'data\'][$c][\'image\']=$ar[\'imgurl\']."".$r1[\'img\'];    \n      $dt[\'data\'][$c][\'rp\']=ang2($r1[\'amount\']);    \n      $dt[\'data\'][$c][\'date_purchase\']=date("Y-m-d H:i:s",$r1[\'purchase_date\']);\n      $dt[\'data\'][$c][\'update\']=date("Y-m-d H:i:s",$r1[\'update_at\']);\n      $c++;\n    }\n  } else {\n    $dt[\'count\']=0;\n    $dt[\'message\']="data not found";\n  }\n  return $dt;\n  $db->close();\n}','php','0','2','1','1748591291');
INSERT INTO `cp_sphp` VALUES('31','api','sales','function sales(){\n  global $ar,$db;  \n  $dt=array();\n  $sql2="SELECT * from `sales` where del=0";\n  $res2=mysqli_query($db,$sql2);\n  $r2=mysqli_num_rows($res2);\n  $dt[\'count\']=$r2;\n  $dt[\'success\']=true;\n\n  $sql=$sql2." order by id";\n  //echo $sql.";<br>";\n  $res=mysqli_query($db,$sql);\n  if(mysqli_num_rows($res2)>0) {\n    $c=0;\n    while($r1=mysqli_fetch_assoc($res)) {\n      $dt[\'data\'][$c]=$r1;\n      $dt[\'data\'][$c][\'tgl\']=date("Y-m-d",$r1[\'sales_at\']);\n      $dt[\'data\'][$c][\'image\']=$ar[\'imgurl\']."".$r1[\'img\'];  \n      $dt[\'data\'][$c][\'rp_hpp\']=ang2($r1[\'hpp\']);\n      $dt[\'data\'][$c][\'rp_price\']=ang2($r1[\'price\']);\n      $dt[\'data\'][$c][\'rp_amount\']=ang2($r1[\'amount\']);\n      $dt[\'data\'][$c][\'pay\']=$ar[\'cash_credit\'][$r1[\'cash_credit\']];\n      $dt[\'data\'][$c][\'update\']=date("Y-m-d H:i:s",$r1[\'update_at\']);\n      $c++;\n    }\n  } else {\n    $dt[\'count\']=0;\n  }\n  return $dt;\n  $db->close();\n}','php','0','2','1','1748676741');
INSERT INTO `cp_sphp` VALUES('32','app','retur_action','function retur_action($js,$v=0) {\n  global $db,$ar;\n  $dt=array();\n/*  \ncat=1, retur dr agen, menambah persediaan, mengurangi piutang\ncat=2, retur ke supplier, mengurangi utang dan persediaan\npersediaan/11202 dan utang dagang 21100\n*/\n  $rr[\'retur_descr\'][1]="";\n  $rr[\'debit\'][1]      ="41100";\n  $rr[\'credit\'][1]     ="11201";\n\n  $rr[\'retur_descr\'][2]="";\n  $rr[\'debit\'][2]      ="21100";\n  $rr[\'credit\'][2]     ="11202";\n\n  $sql4 = "select id from `action` order by id desc limit 1";\n  $res4 = mysqli_query($db, $sql4);\n  $r4 = mysqli_fetch_assoc($res4);\n  $id1=$r4[\'id\']+1;\n  $id2=$r4[\'id\']+2;\n\n  $idt1=array(\n    \'id\'=>$id1,\n    \'action_at\'=>strtotime($js[\'action_at\']),\n    \'pay_to\'=>$js[\'pay_to\'],\n    \'pay_from\'=>$js[\'pay_from\'],\n    \'invoice\'=>$js[\'invoice\'],\n    \'inout\'=>$js[\'inout\'],\n    \'descr\'=>$js[\'descr\']." ".$rr[\'retur_descr\'][$js[\'inout\']],\n    \'bank\'=>0,\n    \'cat\'=>8,\n    \'amount\'=>$js[\'amount\'],\n    \'year\'=>date("Y",strtotime($js[\'action_at\'])),\n    \'month\'=>date("Ym",strtotime($js[\'action_at\'])),\n    \'tgl\'=>date("Y-m-d",strtotime($js[\'action_at\'])),\n    \'update_at\'=>time(),\n  );\n  Insert($db,"action",$idt1,$v);\n  $js1=$js;\n  $js1[\'action_id\']=$id1;\n  $js1[\'debit\']=$rr[\'debit\'][$js[\'inout\']];\n  $js1[\'credit\']=$rr[\'credit\'][$js[\'inout\']];\n  //$dt[\'trx\']=transaction_add_v2($js1);\n  transaction_add_v2($js1);\n  \n  if($js[\'inout\']==1) {\n    $idt2=array(\n      \'id\'=>$id2,\n      \'action_at\'=>strtotime($js[\'action_at\']),\n      \'pay_to\'=>$js[\'pay_to\'],\n      \'pay_from\'=>$js[\'pay_from\'],\n      \'invoice\'=>$js[\'invoice\'],\n      \'inout\'=>$js[\'inout\'],\n      \'descr\'=>$js[\'descr\']."",\n      \'bank\'=>0,\n      \'cat\'=>8,\n      \'amount\'=>$js[\'amount\'],\n      \'year\'=>date("Y",strtotime($js[\'action_at\'])),\n      \'month\'=>date("Ym",strtotime($js[\'action_at\'])),\n      \'tgl\'=>date("Y-m-d",strtotime($js[\'action_at\'])),\n      \'update_at\'=>time(),\n    );\n    Insert($db,"action",$idt2,$v);\n    $js2=$js;\n    $js2[\'action_id\']=$id2;\n    $js2[\'debit\']=11202;\n    $js2[\'credit\']=51100;\n    //$dt[\'trx\']=transaction_add_v2($js2);\n    transaction_add_v2($js2);\n  }\n\n  //catat di product_trx\n  $js[\'action_at\']=strtotime($js[\'action_at\']);\n  //$js[\'inout\']=2;\n  $js[\'remark\']=$js[\'descr\'];\n  $js[\'action_id\']=$id1;\n  product_trx($js);\n  $dt[\'message\']="add transaction succes";\n  return $dt;\n}','php','0','2','2','1748607404');
INSERT INTO `cp_sphp` VALUES('33','api','fcode','function fcode(){\n  global $ar,$db;\n  $dt=array();\n\n  $sql1 = "select `id`,`name`,`code`,`remark`,`s2025`,`level` from `fcode` where del=0 and parent=0 and view=1 order by `code`";\n  $res1 = mysqli_query($db, $sql1);\n  $a=0;\n  while($r1 = mysqli_fetch_assoc($res1)) {\n    $dt[\'success\']=true;\n    $dt[\'data\'][$a]=$r1;\n    //echo $r1[\'code\']." (".$r1[\'name\'].")<br>";\n    $sql2 = "select `id`,`name`,`code`,`remark`,`s2025`,`level` from `fcode` where del=0 and parent=".$r1[\'id\']." order by `code`";\n    $res2 = mysqli_query($db, $sql2);\n    $b=0;\n    while($r2 = mysqli_fetch_assoc($res2)) {\n      $dt[\'data\'][$a][\'items\'][$b]=$r2;\n      $dt[\'data\'][$a][\'items\'][$b][\'rp\']=ang2($r2[\'s2025\']);\n\n      //echo "- ".$r2[\'code\']." (".$r2[\'name\'].")<br>";\n      $sql3 = "select `id`,`name`,`code`,`remark`,`s2025`,`level` from `fcode` where del=0 and parent=".$r2[\'id\']." order by `code`";\n      $res3 = mysqli_query($db, $sql3);\n      $c=0;\n      while($r3 = mysqli_fetch_assoc($res3)) {\n        $dt[\'data\'][$a][\'items\'][$b][\'items\'][$c]=$r3;\n        $dt[\'data\'][$a][\'items\'][$b][\'items\'][$c][\'rp\']=ang2($r3[\'s2025\']);\n\n        //echo "- - ".$r3[\'code\']." (".$r3[\'name\'].")<br>";\n        $sql4 = "select `id`,`name`,`code`,`remark`,`s2025`,`level`,`trx` from `fcode` where del=0 and parent=".$r3[\'id\']." order by `code`";\n        $res4 = mysqli_query($db, $sql4);\n        $d=0;\n        while($r4 = mysqli_fetch_assoc($res4)) {\n          $dt[\'data\'][$a][\'items\'][$b][\'items\'][$c][\'items\'][$d]=$r4;\n          $dt[\'data\'][$a][\'items\'][$b][\'items\'][$c][\'items\'][$d][\'cd\']=substr($r4[\'code\'],1);\n          $dt[\'data\'][$a][\'items\'][$b][\'items\'][$c][\'items\'][$d][\'rp\']=ang2($r4[\'s2025\']);\n          //echo "- - - ".$r4[\'code\']." (".$r4[\'name\'].") [".ang2($r4[\'s2025\'])."]<br>";\n          $sql5 = "select `id`,`name`,`code`,`remark`,`s2025`,`level` from `fcode` where del=0 and parent=".$r4[\'id\']." order by `code`";\n          $res5 = mysqli_query($db, $sql5);\n          $e=0;\n          while($r5 = mysqli_fetch_assoc($res5)) {\n            $dt[\'data\'][$a][\'items\'][$b][\'items\'][$c][\'items\'][$d][\'items\'][$e]=$r5;\n            $dt[\'data\'][$a][\'items\'][$b][\'items\'][$c][\'items\'][$d][\'items\'][$e][\'rp\']=ang2($r5[\'s2025\']);\n            //echo "- - - - ".$r5[\'code\']." (".$r5[\'name\'].")<br>";\n            $e++;\n          }   \n          $d++;\n        }   \n        $c++;\n      } \n      $b++;  \n    } \n    $a++;  \n  }   \n  \n  return $dt;\n  $db->close();\n}','php','0','2','1','1748786730');
INSERT INTO `cp_sphp` VALUES('34','api','tes_equ_count','function tes_equ_count(){\n  global $ar,$db;\n  $dt=array();\n  $sql="update `fcode` set s2025=0";\n  $res=mysqli_query($db,$sql);\n\n  $ar[\'fcode\'][\'level4\']=array(\'b3201\',\'b3202\',\'b3203\',\'b3204\',\'b3205\',\'b3206\',\'b3207\',\'b3208\',\'b3209\',\'b3210\');\n\n  $ar[\'fcode\'][\'level3\']=array(\'b11\',\'b12\',\'b21\',\'b31\',\'b32\',\'b33\',\'c11\',\'c12\',\'c21\',\'c31\',\'c41\',\'c51\',\'c61\',\'c62\',\'c71\',\'c81\');\n  /*\n  $ar[\'fcode\'][\'level2\']=array(\'a01\', \'a02\', \'a03\', \'a04\', \'a05\', \'a06\', \'a07\', \'a08\', \'a09\', \'a10\', \'b11\', \'b12\', \'b21\', \'b33\', \'c1\', \'c2\', \'d1\', \'d2\', \'d3\', \'d4\', \'m1\', \'m2\');\n  */\n  $ar[\'fcode\'][\'level2\']=array(\'a01\', \'a02\', \'a03\', \'a04\', \'a05\', \'a06\', \'a07\', \'a08\', \'a09\', \'a10\', \'b11\', \'b12\', \'b21\', \'b33\',\'b1\',\'b2\', \'c1\', \'c2\');\n\n  $sql = "select a.*, b.descr as descr,b.seq as seq from account_equation a JOIN `action` b ON a.action_id=b.id where a.st>0 ";\n  \n    $sql .= " and a.`year`=\'".date("Y")."\' ";\n\n  \n  //$sql .= " order by a.".$sortby." asc, a.id asc";\n  $res = mysqli_query($db, $sql);\n    foreach ($ar[\'equ\'] as $k => $v) {\n      $j[$v]=0;\n    }\n\n  while($rw = mysqli_fetch_assoc($res)) {\n    foreach ($ar[\'equ\'] as $k1 => $v1) {\n      $j[$v1]=$j[$v1]+$rw[$v1];\n    } \n  }\n\n  $j[\'aktiva_lancar\']=$j[\'c11\']=$j[\'c11101\']+$j[\'c11201\']+$j[\'c11202\']+$j[\'c11203\']+$j[\'c11204\']+$j[\'c11205\'];\n\n  $j[\'aktiva_tak_lancar\']=$j[\'c12\']=$j[\'c12101\']+$j[\'c12201\']+$j[\'c12202\']+$j[\'c12301\']+$j[\'c12302\']+$j[\'c12401\']+$j[\'c12402\'];\n\n  $j[\'utang\']=$j[\'c21\']=$j[\'c21100\']+$j[\'c22100\']+$j[\'c23100\'];\n\n  $j[\'equity\']=$j[\'c31\']=$j[\'c31100\']+$j[\'c31200\']+$j[\'c31300\'];\n\n  $j[\'pendapatan\']=$j[\'c41\']=$j[\'c41100\']+$j[\'c41200\']+$j[\'c41300\'];\n\n  $j[\'hpp\']=$j[\'c51\']=$j[\'c51100\']+$j[\'c51200\']+$j[\'c51300\'];\n\n  $j[\'beban_penjualan\']=$j[\'c61\']=$j[\'c61101\']+$j[\'c61102\']+$j[\'c61103\']+$j[\'c61104\']+$j[\'c61105\']+$j[\'c61106\'];\n\n  $j[\'beban_administrasi\']=$j[\'c62\']=$j[\'c62101\']+$j[\'c62102\']+$j[\'c62103\']+$j[\'c62104\']+$j[\'c62106\']+$j[\'c62107\'];\n\n  $j[\'pendapatan_lain\']=$j[\'c71\']=$j[\'c71000\'];\n\n  $j[\'beban_lain\']=$j[\'c81\']=$j[\'c81100\']+$j[\'c81200\'];\n\n  $j[\'beban\']=$j[\'beban_penjualan\']+$j[\'beban_administrasi\'];\n\n  $j[\'aktiva\']=$j[\'aktiva_lancar\']+$j[\'aktiva_tak_lancar\'];\n\n  $j[\'laba_kotor\']=$j[\'pendapatan\']+$j[\'hpp\']+$j[\'beban_penjualan\'];\n\n  $j[\'laba_sebelum_pph\']=$j[\'laba_kotor\']+$j[\'beban_administrasi\']+$j[\'pendapatan_lain\']+$j[\'beban_lain\'];\n\n  $j[\'pph\']=0;\n\n  $j[\'laba_setelah_pph\']=$j[\'laba_bersih\']=$j[\'laba_sebelum_pph\']-$j[\'pph\'];\n\n  $j[\'pasiva\']=$j[\'utang\']+$j[\'equity\']+$j[\'laba_setelah_pph\']; \n\n  //level4\n  $j[\'b3201\']=$j[\'c41\'];\n  $j[\'b3202\']=$j[\'c51\'];\n  $j[\'b3203\']=$j[\'c61\'];\n  $j[\'b3204\']=$j[\'b3201\']+$j[\'b3202\']+$j[\'b3203\'];\n  $j[\'b3205\']=$j[\'c62\'];\n  $j[\'b3206\']=$j[\'c71\'];\n  $j[\'b3207\']=$j[\'c81\'];\n  $j[\'b3208\']=$j[\'b3204\']+$j[\'b3205\']+$j[\'b3206\']+$j[\'b3207\'];\n  $j[\'b3209\']=$j[\'pph\'];\n  $j[\'b3210\']=$j[\'b3208\']+$j[\'b3209\'];\n\n  //level3;\n  $j[\'b11\']=$j[\'c11\'];\n  $j[\'b12\']=$j[\'c12\'];\n  $j[\'b21\']=$j[\'c21\'];\n  $j[\'b31\']=$j[\'c31\'];\n  $j[\'b32\']=$j[\'b3210\'];\n  $j[\'b33\']=$j[\'c31\']+$j[\'b32\'];\n\n  //level2\n  $j[\'a01\']=$j[\'c41\'];\n  $j[\'a02\']=$j[\'c51\'];\n  $j[\'a03\']=$j[\'c61\'];\n  $j[\'a04\']=$j[\'laba_kotor\'];\n  $j[\'a05\']=$j[\'c62\'];\n  $j[\'a06\']=$j[\'c71\'];\n  $j[\'a07\']=$j[\'c81\'];\n  $j[\'a08\']=$j[\'laba_sebelum_pph\'];\n  $j[\'a09\']=$j[\'pph\'];\n  $j[\'a10\']=$j[\'laba_setelah_pph\'];\n\n  $j[\'b1\']=$j[\'b11\']+$j[\'b12\'];\n  $j[\'b2\']=$j[\'b21\']+$j[\'b33\'];\n\n  $j[\'c1\']=$j[\'c11\']+$j[\'c12\'];\n  $j[\'c2\']=$j[\'pasiva\'];\n\n  foreach ($ar[\'equ\'] as $k1 => $v1) {  \n    $udt=array(\n      \'s2025\'=>$j[$v1],\n    );\n    $dt[\'sql\'][]=Update_v2($db,"fcode",$udt,"code=\'".$v1."\'",1);\n  } \n  foreach ($ar[\'fcode\'][\'level4\'] as $k => $v) {\n    $udt=array(\n      \'s2025\'=>$j[$v],\n    );\n    $dt[\'sql\'][]=Update_v2($db,"fcode",$udt,"code=\'".$v."\'",1);\n  }\n  foreach ($ar[\'fcode\'][\'level3\'] as $k => $v) {\n    $udt=array(\n      \'s2025\'=>$j[$v],\n    );\n    $dt[\'sql\'][]=Update_v2($db,"fcode",$udt,"code=\'".$v."\'",1);\n  }\n  foreach ($ar[\'fcode\'][\'level2\'] as $k => $v) {\n    $udt=array(\n      \'s2025\'=>$j[$v],\n    );\n    $dt[\'sql\'][]=Update_v2($db,"fcode",$udt,"code=\'".$v."\'",1);\n  }\n  $dt[\'count\']=$j;\n  return $dt; \n}','php','0','2','1','1748781864');
INSERT INTO `cp_sphp` VALUES('35','api','journal','function journal($year=2025){\n  global $ar,$db;\n  $dt=array();\n\n  $sql="SELECT account_code from journal where `year`=".$year." group by account_code";\n  $res=mysqli_query($db,$sql);\n  if(mysqli_num_rows($res)>0) {  \n    $dt[\'success\']=true;\n    $a=0;\n    while($r1=mysqli_fetch_assoc($res)) {\n      $dt[\'data\'][$r1[\'account_code\']][\'name\']=$ar[\'acc_name\'][$r1[\'account_code\']];\n      //$dt[\'data\'][\'title\']=$ar[\'acc_name\'][$r1[\'account_code\']];\n      $sql2="SELECT a.*,b.descr,b.img from `journal` a JOIN `action` b ON a.action_id=b.id where a.account_code=\'".$r1[\'account_code\']."\' and a.`year`=".$year." order by seq";\n      $res2=mysqli_query($db,$sql2);\n      $b=0;\n      while($r2=mysqli_fetch_assoc($res2)) {\n    if($r2[\'inout\']==2) {\n      $rp="-".ang2($r2[\'amount\']);\n      $col="red";\n      //$p3=$r2[\'pay_to\'];       \n    } else {\n      $rp=ang2($r2[\'amount\']);\n      $col="green"; \n      //$p3=$r2[\'pay_from\'];       \n    }\n      \n        $dt[\'data\'][$r1[\'account_code\']][\'items\'][$b]=$r2;\n        $dt[\'data\'][$r1[\'account_code\']][\'items\'][$b][\'image\']=$ar[\'imgurl\']."".$r2[\'img\'];  \n        $dt[\'data\'][$r1[\'account_code\']][\'items\'][$b][\'rp\']=$rp;\n        $dt[\'data\'][$r1[\'account_code\']][\'items\'][$b][\'col\']=$col;\n        $dt[\'data\'][$r1[\'account_code\']][\'items\'][$b][\'tgl\']=date("Y-m-d",$r2[\'action_at\']);\n        $dt[\'data\'][$r1[\'account_code\']][\'items\'][$b][\'rp_debit\']=ang2($r2[\'debit\']);\n        $dt[\'data\'][$r1[\'account_code\']][\'items\'][$b][\'rp_credit\']=ang2($r2[\'credit\']);\n        $dt[\'data\'][$r1[\'account_code\']][\'items\'][$b][\'rp_balance\']=ang2($r2[\'balance\']);\n        $b++;\n      }\n      $a++;\n    }\n\n  } else {\n    $dt[\'error\']=true;\n    $dt[\'message\']="data not found";\n  }\n  return $dt;\n  $db->close();\n}','php','0','2','1','1748672889');
INSERT INTO `cp_sphp` VALUES('36','api','action_byseq','function action_byseq() {\n  global $ar,$db;\n  $dt=array();\n  $sql="SELECT * from `action` where id>0 order by id desc";\n  $res2=mysqli_query($db,$sql);\n  $d=0;\n  while($r2=mysqli_fetch_assoc($res2)) {\n    //$d=$r2[\'id\'];\n    $dt[$d]=$r2;    \n    if($r2[\'inout\']==2) {\n      $rp="-".ang2($r2[\'amount\']);\n      $col="red";\n      $p3=$r2[\'pay_to\'];       \n    } else {\n      $rp=ang2($r2[\'amount\']);\n      $col="green"; \n      $p3=$r2[\'pay_from\'];       \n    }\n    $dt[$d][\'rp\']=$rp;    \n    $dt[$d][\'col\']=$col;    \n    $dt[$d][\'p3\']=$p3;    \n    $dt[$d][\'image\']=$ar[\'imgurl\']."".$r2[\'img\'];  \n    $dt[$d][\'act_datetime\']=date("Y-m-d H:i:s",$r2[\'action_at\']);\n    $dt[$d][\'act_date\']=date("Y-m-d",$r2[\'action_at\']);\n    $dt[$d][\'act_month\']=date("Y-m",$r2[\'action_at\']);\n    $dt[$d][\'update\']=date("Y-m-d H:i:s",$r2[\'update_at\']);\n    $d++;\n  }\n  return $dt;    \n}','php','0','2','1','1748424079');
INSERT INTO `cp_sphp` VALUES('37','common','UploadImageData','function UploadImageData($POST,$img_data,$modul) {\n    global $db,$ar;\n    //echo "<pre>"; print_r($POST); echo "</pre>";\n    //echo "<pre>"; print_r($FILES); echo "</pre>";\n    if(isset($POST[\'title\']) && ($POST[\'title\']!=\'\')) {\n        $title=$POST[\'title\'];\n    } else {\n        $title="";\n    }\n    if(isset($POST[\'caption\']) && ($POST[\'caption\']!=\'\')) {\n        $caption=$POST[\'caption\'];\n    } else {\n        $caption="";\n    }\n    //get last id\n    $sql2= "select id from `files` order by id desc limit 1";\n    $res2=mysqli_query($db,$sql2);\n    $r2=mysqli_fetch_assoc($res2);\n\n    if(isset($r2[\'id\']) && ($r2[\'id\']>0)) {\n        $iid=$r2[\'id\']+1;\n    } else {\n        $iid=1;\n    }\n\n    //get last seq\n    $sql9= "select seq from `files` where item_id=".$POST[\'id\']." and modul=\'".$modul."\' order by seq desc limit 1";\n    $res9=mysqli_query($db,$sql9);\n    $r9=mysqli_fetch_assoc($res9);\n\n    if(isset($r9[\'seq\']) && ($r9[\'seq\']>0)) {\n        $seq=$r9[\'seq\']+1;\n    } else {\n        $seq=1;\n    }\n\n    $folder_y=$ar[\'img_path\']."".$modul."/".date("y");\n    if (!is_dir($folder_y)) {\n        mkdir($folder_y, 0777, true);\n    }\n    $folder_ym=$folder_y."/".date("m");\n    if (!is_dir($folder_ym)) {\n        mkdir($folder_ym, 0777, true);\n    }\n\n    $folder_ymd=$folder_ym."/".date("d");\n    if (!is_dir($folder_ymd)) {\n        mkdir($folder_ymd, 0777, true);\n    }\n\n    $folder_ymdh=$folder_ymd."/".date("H");\n    if (!is_dir($folder_ymdh)) {\n        mkdir($folder_ymdh, 0777, true);\n    }\n\n    $folder_main=$folder_ymdh."/".$POST[\'id\'];\n\n    if (!is_dir($folder_main)) {\n        mkdir($folder_main, 0777, true);\n    }\n    $folder_seq=$folder_main."/".$seq;\n    if (!is_dir($folder_seq)) {\n        mkdir($folder_seq, 0777, true);\n    }\n\n    $folder_tmp=$folder_seq."/tmp";\n    if (!is_dir($folder_tmp)) {\n        mkdir($folder_tmp, 0777, true);\n    }\n\n    /*$sub_folder=$_POST[\'id\']."/".$seq."/";\n    switch($_POST[\'file_type\']) {\n      case "Image";\n\n    }*/\n\n    $path=date("y")."/".date("m")."/".date("d")."/".date("H")."/".$POST[\'id\'];;\n    $data=$img_data;\n    $image_info = getimagesize($img_data);\n    $extension = (isset($image_info["mime"]) ? explode(\'/\', $image_info["mime"] )[1]: "");\n    $file_name=date("YmdHis").".".$extension;\n\n    $data = str_replace(\'data:image/\'.$extension.\';base64,\', \'\', $data);\n    $data = str_replace(\' \',\'+\',$data);\n    $bin = base64_decode($data);\n    if ($bin === false) {\n      //$dt[\'info\']="convert invalid";  \n    }\n    //$img = imageCreateFromString($bin);\n    //tmp file\n    $tmp_file=$folder_tmp.\'/\'.$file_name;\n    file_put_contents($tmp_file, $bin);\n\n    $sub_folder=$folder_seq."/image";\n    $sub_folder_big=$folder_seq."/image/big";\n    $sub_folder_medium=$folder_seq."/image/medium";\n    $sub_folder_small=$folder_seq."/image/small";\n\n    if(!is_dir($sub_folder)){ mkdir($sub_folder, 0755); }\n    if(!is_dir($sub_folder_big)){ mkdir($sub_folder_big, 0755); }\n    if(!is_dir($sub_folder_medium)){ mkdir($sub_folder_medium, 0755); }\n    if(!is_dir($sub_folder_small)){ mkdir($sub_folder_small, 0755); }\n\n    $source_image=$tmp_file;\n    $img_big= $sub_folder_big."/".$file_name;\n    $img_medium= $sub_folder_medium."/".$file_name;\n    $img_small= $sub_folder_small."/".$file_name;\n    //$destination=$ar[\'img_path\']."".$img_url;\n    //resize(640, $destination, $source_image);\n    image_handler($source_image,$img_big,1080,1080,90,false);\n    image_handler($source_image,$img_medium,800,800,90,false);\n    image_handler($source_image,$img_small,150,150,90,false);\n\n    $udata2=array(\n      \'id\'=>$iid,\n      \'seq\'=>$seq,\n      \'modul\'=>$modul,\n      \'item_id\'=>$POST[\'id\'],\n      \'type\'=>\'image\',\n      \'title\'=>gpc($title),\n      \'caption\'=>gpc($caption),\n      \'url_original\'=>"temp/".$file_name,\n      \'create_at\'=>time(),\n      \'path\'=>$path,\n      \'url\'=>$file_name\n      );\n    Insert($db,"files",$udata2,0);\n\n    $udt2=array(\n      \'img\'=>$modul."/".$path."/".$seq."/image/small/".$file_name,\n    );\n    Update($db,$modul,$udt2,"id=".$POST[\'id\']);\n}','php','0','2','3','1748687899');
INSERT INTO `cp_sphp` VALUES('38','common','genToken','function genToken($length = 10) {\n  $characters = \'abcdefghijkmnpqrstuvwxyzABCDEFGHJKLMNPRSTUVWXYZ_@!)(^%\';\n  $charactersLength = strlen($characters);\n  $randomString = \'\';\n  for ($i = 0; $i < $length; $i++) {\n      $randomString .= $characters[rand(0, $charactersLength - 1)];\n  }\n  return $randomString;\n}','php','0','2','3','1748687964');
INSERT INTO `cp_sphp` VALUES('39','common','arCss','function arCss($css) {\n  $cleanCss = [];\n\n  // Remove css comments\n  $clean1 = explode(\'/*\', $css);\n  foreach($clean1 as $clean2) {\n      $clean3 = explode(\'*/\', $clean2);\n      $cleanCss[] = $clean3[count($clean3) -1];\n  }\n  $css = implode(\'\', $cleanCss);\n  $temp = explode(\'}\', $css);\n  $params = [];\n  $type = \'all\';\n  $nextBracketIsNotMediaEnd = false;\n  foreach($temp as $tem2) {\n      $data = explode(\'{\', $tem2);\n      if (count($data) == 1) {\n          if ($nextBracketIsNotMediaEnd) {\n              $nextBracketIsNotMediaEnd = false;\n          } else {\n              $type = \'all\';\n              continue;\n          }\n      }\n      if (count($data) == 3) {\n          $typeTemp = trim($data[0]);\n          if (substr( $typeTemp, 0, 6 ) === "@media" ) {\n              $type = $typeTemp;\n              array_shift($data);\n          } else {\n              $data[1] = $data[0].$data[1];\n              $nextBracketIsNotMediaEnd = true;\n          }\n      }\n      if (count($data) == 2) {\n          $rows = explode(\';\',$data[1]);\n\n          $tempData = [];\n          foreach($rows as $row) {\n              $paramsinline = explode(\':\', $row);\n              if (empty($paramsinline[0]) || empty($paramsinline[1])){\n                  continue;\n              }\n              $tempData[trim($paramsinline[0])] = trim($paramsinline[1]);\n          }\n          $selector = trim($data[0]);\n          if (!empty($tempData)) {\n              if (empty($params[$type][$selector])) {\n                  $params[$type][$selector] = $tempData;\n              } else {\n                  $params[$type][$selector] = array_merge($params[$type][$selector], $tempData);\n              }\n          }\n      }\n  }\n  return $params; \n}','php','0','2','3','1748687993');
INSERT INTO `cp_sphp` VALUES('40','common','genRandom','function genRandom($length = 10) {\n    $characters = \'1234567890abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNPQRSTUVWXYZ\';\n    $charactersLength = strlen($characters);\n    $randomString = \'\';\n    for ($i = 0; $i < $length; $i++) {\n        $randomString .= $characters[rand(0, $charactersLength - 1)];\n    }\n    return $randomString;\n}','php','0','2','3','1748688025');
INSERT INTO `cp_sphp` VALUES('41','common','genCode','function genCode($length = 10) {\n    $characters = \'abcdefghijkmnpqrstuvwxyzABCDEFGHJKLMNPRSTUVWXYZ\';\n    $charactersLength = strlen($characters);\n    $randomString = \'\';\n    for ($i = 0; $i < $length; $i++) {\n        $randomString .= $characters[rand(0, $charactersLength - 1)];\n    }\n    return $randomString;\n}','php','0','2','3','1748688046');
INSERT INTO `cp_sphp` VALUES('42','common','getUserIP','function getUserIP(){\n  $client  = @$_SERVER[\'HTTP_CLIENT_IP\'];\n  $forward = @$_SERVER[\'HTTP_X_FORWARDED_FOR\'];\n  $remote  = $_SERVER[\'REMOTE_ADDR\'];\n\n  if(filter_var($client, FILTER_VALIDATE_IP)){\n      $ip = $client;\n  }\n  elseif(filter_var($forward, FILTER_VALIDATE_IP)){\n      $ip = $forward;\n  }\n  else{\n      $ip = $remote;\n  }\n  return $ip;\n}','php','0','2','3','1748688096');
INSERT INTO `cp_sphp` VALUES('43','common','emptyDir','function emptyDir($dir) {\n  if (is_dir($dir)) {\n    $scn = scandir($dir);\n    foreach ($scn as $files) {\n      if ($files !== \'.\') {\n        if ($files !== \'..\') {\n          if (!is_dir($dir . \'/\' . $files)) {\n            unlink($dir . \'/\' . $files);\n          } else {\n            emptyDir($dir . \'/\' . $files);\n            rmdir($dir . \'/\' . $files);\n          }\n        }\n      }\n    }\n  }\n}','php','0','2','3','1748688148');
INSERT INTO `cp_sphp` VALUES('44','common','slug','function slug($text){\n  // replace non letter or digits by -\n  $text = preg_replace(\'~[^pLd]+~u\', \'-\', $text);\n  // transliterate\n  $text = iconv(\'utf-8\', \'us-ascii//TRANSLIT\', $text);\n  // remove unwanted characters\n  $text = preg_replace(\'~[^-w]+~\', \'\', $text);\n  // trim\n  $text = trim($text, \'-\');\n  // remove duplicate -\n  $text = preg_replace(\'~-+~\', \'-\', $text);\n  // lowercase\n  $text = strtolower($text);\n  if (empty($text)) {\n    return \'n-a\';\n  }\n  return $text;\n}','php','0','2','3','1748688192');
INSERT INTO `cp_sphp` VALUES('45','common','image_resize','function image_resize($newWidth, $targetFile, $originalFile) {\n  $info = getimagesize($originalFile);\n  $mime = $info[\'mime\'];\n\n  switch ($mime) {\n    case \'image/jpeg\':\n      $image_create_func = \'imagecreatefromjpeg\';\n      $image_save_func = \'imagejpeg\';\n      $new_image_ext = \'jpg\';\n      break;\n\n    case \'image/png\':\n      $image_create_func = \'imagecreatefrompng\';\n      $image_save_func = \'imagepng\';\n      $new_image_ext = \'png\';\n      break;\n\n    case \'image/gif\':\n      $image_create_func = \'imagecreatefromgif\';\n      $image_save_func = \'imagegif\';\n      $new_image_ext = \'gif\';\n      break;\n\n    default: \n      throw new Exception(\'Unknown image type.\');\n  }\n\n  $img = $image_create_func($originalFile);\n  list($width, $height) = getimagesize($originalFile);\n  $newHeight = ($height / $width) * $newWidth;\n  $tmp = imagecreatetruecolor($newWidth, $newHeight);\n  imagecopyresampled($tmp, $img, 0, 0, 0, 0, $newWidth, $newHeight, $width, $height);\n  if (file_exists($targetFile)) {\n    unlink($targetFile);\n  }\n  $image_save_func($tmp, "$targetFile");\n}','php','0','2','3','1748692193');
INSERT INTO `cp_sphp` VALUES('46','common','image_resize_w_mark','function image_resize_w_mark($img_src,$img_dst,$new_w,$quality=80,$wmsource=false) {\n  // The getimagesize functions provides an "imagetype" string contstant, which can be passed to the image_type_to_mime_type function for the corresponding mime type\n  $info = getimagesize($img_src);\n  $imgtype = image_type_to_mime_type($info[2]);\n  // Then the mime type can be used to call the correct function to generate an image resource from the provided image\n  switch ($imgtype) {\n  case \'image/jpeg\':\n    $source = imagecreatefromjpeg($img_src);\n    break;\n  case \'image/gif\':\n    $source = imagecreatefromgif($img_src);\n    break;\n  case \'image/png\':\n    $source = imagecreatefrompng($img_src);\n    break;\n  default:\n    die($img_src.\'Invalid image type.\');\n  }\n  // Now, we can determine the dimensions of the provided image, and calculate the width/height ratio\n  $src_w = imagesx($source);\n  $src_h = imagesy($source);\n  $src_ratio = $src_h/$src_w;\n  // Now we can use the power of math to determine whether the image needs to be cropped to fit the new dimensions, and if so then whether it should be cropped vertically or horizontally. We\'re just going to crop from the center to keep this simple.\n  \n  /*\n  if ($tn_w/$tn_h > $src_ratio) {\n  $new_h = $tn_w/$src_ratio;\n  $new_w = $tn_w;\n  } else {\n  $new_w = $tn_h*$src_ratio;\n  $new_h = $tn_h;\n  }\n  */\n  \n  $new_h=$new_w*$src_ratio;\n  $tn_w=$new_w;\n  $tn_h=$new_h;\n  \n  $x_mid = $new_w/2;\n  $y_mid = $new_h/2;\n\n  // Now actually apply the crop and resize!\n  $newpic = imagecreatetruecolor(round($new_w), round($new_h));\n  imagecopyresampled($newpic, $source, 0, 0, 0, 0, $new_w, $new_h, $src_w, $src_h);\n  $final = imagecreatetruecolor($tn_w, $tn_h);\n  imagecopyresampled($final, $newpic, 0, 0, ($x_mid-($tn_w/2)), ($y_mid-($tn_h/2)), $tn_w, $tn_h, $tn_w, $tn_h);\n  // If a watermark source file is specified, get the information about the watermark as well. This is the same thing we did above for the source image.\n  if($wmsource) {\n  $info = getimagesize($wmsource);\n  $imgtype = image_type_to_mime_type($info[2]);\n  switch ($imgtype) {\n    case \'image/jpeg\':\n      $watermark = imagecreatefromjpeg($wmsource);\n      break;\n    case \'image/gif\':\n      $watermark = imagecreatefromgif($wmsource);\n      break;\n    case \'image/png\':\n      $watermark = imagecreatefrompng($wmsource);\n      break;\n    default:\n      die(\'Invalid watermark type.\');\n  }\n  // Determine the size of the watermark, because we\'re going to specify the placement from the top left corner of the watermark image, so the width and height of the watermark matter.\n  $wm_w = imagesx($watermark);\n  $wm_h = imagesy($watermark);\n  // Now, figure out the values to place the watermark in the bottom right hand corner. You could set one or both of the variables to "0" to watermark the opposite corners, or do your own math to put it somewhere else.\n  $wm_x = ($tn_w - $wm_w)/2;\n  $wm_y = ($tn_h - $wm_h)/2;\n  // Copy the watermark onto the original image\n  // The last 4 arguments just mean to copy the entire watermark\n  imagecopy($final, $watermark, $wm_x, $wm_y, 0, 0, $wm_w, $wm_h);\n  }\n  // Ok, save the output as a jpeg, to the specified img_dst path at the desired quality.\n  // You could use imagepng or imagegif here if you wanted to output those file types instead.\n  if(Imagejpeg($final,$img_dst,$quality)) {\n  return true;\n  }\n  // If something went wrong\n  return false;\n}','php','0','2','3','1748693189');
INSERT INTO `cp_sphp` VALUES('47','common','image_handler','function image_handler($source_image,$destination,$tn_w = 100,$tn_h = 100,$quality = 80,$wmsource = false) {\n  // The getimagesize functions provides an "imagetype" string contstant, which can be passed to the image_type_to_mime_type function for the corresponding mime type\n  $info = getimagesize($source_image);\n  $imgtype = image_type_to_mime_type($info[2]);\n  // Then the mime type can be used to call the correct function to generate an image resource from the provided image\n  switch ($imgtype) {\n  case \'image/jpeg\':\n    $source = imagecreatefromjpeg($source_image);\n    break;\n  case \'image/gif\':\n    $source = imagecreatefromgif($source_image);\n    break;\n  case \'image/png\':\n    $source = imagecreatefrompng($source_image);\n    break;\n  default:\n    die($source_image.\'Invalid image type.\');\n  }\n  // Now, we can determine the dimensions of the provided image, and calculate the width/height ratio\n  $src_w = imagesx($source);\n  $src_h = imagesy($source);\n  $src_ratio = $src_w/$src_h;\n  // Now we can use the power of math to determine whether the image needs to be cropped to fit the new dimensions, and if so then whether it should be cropped vertically or horizontally. We\'re just going to crop from the center to keep this simple.\n  if ($tn_w/$tn_h > $src_ratio) {\n  $new_h = $tn_w/$src_ratio;\n  $new_w = $tn_w;\n  } else {\n  $new_w = $tn_h*$src_ratio;\n  $new_h = $tn_h;\n  }\n  $x_mid = $new_w/2;\n  $y_mid = $new_h/2;\n  // Now actually apply the crop and resize!\n  $newpic = imagecreatetruecolor(round($new_w), round($new_h));\n  imagecopyresampled($newpic, $source, 0, 0, 0, 0, $new_w, $new_h, $src_w, $src_h);\n  $final = imagecreatetruecolor($tn_w, $tn_h);\n  imagecopyresampled($final, $newpic, 0, 0, ($x_mid-($tn_w/2)), ($y_mid-($tn_h/2)), $tn_w, $tn_h, $tn_w, $tn_h);\n  // If a watermark source file is specified, get the information about the watermark as well. This is the same thing we did above for the source image.\n  if($wmsource) {\n  $info = getimagesize($wmsource);\n  $imgtype = image_type_to_mime_type($info[2]);\n  switch ($imgtype) {\n    case \'image/jpeg\':\n      $watermark = imagecreatefromjpeg($wmsource);\n      break;\n    case \'image/gif\':\n      $watermark = imagecreatefromgif($wmsource);\n      break;\n    case \'image/png\':\n      $watermark = imagecreatefrompng($wmsource);\n      break;\n    default:\n      die(\'Invalid watermark type.\');\n  }\n  // Determine the size of the watermark, because we\'re going to specify the placement from the top left corner of the watermark image, so the width and height of the watermark matter.\n  $wm_w = imagesx($watermark);\n  $wm_h = imagesy($watermark);\n  // Now, figure out the values to place the watermark in the bottom right hand corner. You could set one or both of the variables to "0" to watermark the opposite corners, or do your own math to put it somewhere else.\n  $wm_x = ($tn_w - $wm_w)/2;\n  $wm_y = ($tn_h - $wm_h)/2;\n  // Copy the watermark onto the original image\n  // The last 4 arguments just mean to copy the entire watermark\n  imagecopy($final, $watermark, $wm_x, $wm_y, 0, 0, $wm_w, $wm_h);\n  }\n  // Ok, save the output as a jpeg, to the specified destination path at the desired quality.\n  // You could use imagepng or imagegif here if you wanted to output those file types instead.\n  if(Imagejpeg($final,$destination,$quality)) {\n  return true;\n  }\n  // If something went wrong\n  return false;\n}','php','0','2','3','1748688345');
INSERT INTO `cp_sphp` VALUES('48','common','UploadImage','function UploadImage($POST,$FILES,$modul) {\n  global $db,$ar;\n  if(isset($POST[\'title\']) && ($POST[\'title\']!=\'\')) {\n      $title=$POST[\'title\'];\n  } else {\n      $title="";\n  }\n  if(isset($POST[\'caption\']) && ($POST[\'caption\']!=\'\')) {\n      $caption=$POST[\'caption\'];\n  } else {\n      $caption="";\n  }\n  //get last id\n  $sql2= "select id from `files` order by id desc limit 1";\n  $res2=mysqli_query($db,$sql2);\n  $r2=mysqli_fetch_assoc($res2);\n\n  if(isset($r2[\'id\']) && ($r2[\'id\']>0)) {\n      $iid=$r2[\'id\']+1;\n  } else {\n      $iid=1;\n  }\n\n  //get last seq\n  $sql9= "select seq from `files` where item_id=".$POST[\'id\']." and modul=\'".$modul."\' order by seq desc limit 1";\n  echo $sql9."<br>";\n  $res9=mysqli_query($db,$sql9);\n  $r9=mysqli_fetch_assoc($res9);\n\n  if(isset($r9[\'seq\']) && ($r9[\'seq\']>0)) {\n    $seq=$r9[\'seq\']+1;\n  } else {\n    $seq=1;\n  }\n\n  $folder_y=$ar[\'img_path\'].$modul."/".date("y");\n  if (!is_dir($folder_y)) {\n    mkdir($folder_y, 0777, true);\n  }\n  $folder_ym=$folder_y."/".date("m");\n  if (!is_dir($folder_ym)) {\n    mkdir($folder_ym, 0777, true);\n  }\n\n  $folder_ymd=$folder_ym."/".date("d");\n  if (!is_dir($folder_ymd)) {\n    mkdir($folder_ymd, 0777, true);\n  }\n\n  $folder_ymdh=$folder_ymd."/".date("H");\n  if (!is_dir($folder_ymdh)) {\n    mkdir($folder_ymdh, 0777, true);\n  }\n\n  $folder_main=$folder_ymdh."/".$POST[\'id\'];\n  if (!is_dir($folder_main)) {\n    mkdir($folder_main, 0777, true);\n  }\n  $folder_seq=$folder_main."/".$seq;\n  if (!is_dir($folder_seq)) {\n    mkdir($folder_seq, 0777, true);\n  }\n  $folder_tmp=$folder_seq."/tmp";\n  if (!is_dir($folder_tmp)) {\n    mkdir($folder_tmp, 0777, true);\n  }\n\n  /*$sub_folder=$_POST[\'id\']."/".$seq."/";\n  switch($_POST[\'file_type\']) {\n    case "Image";\n\n  }*/\n\n  $path=date("y")."/".date("m")."/".date("d")."/".date("H")."/".$POST[\'id\'];\n  $e_ext=explode("/",$FILES[\'file\'][\'type\']);\n  $file_name=date("YmdHis").".".$e_ext[1];\n\n  if($POST[\'file_type\']==\'image\') {\n    if (move_uploaded_file($FILES[\'file\'][\'tmp_name\'], $folder_tmp.\'/\'. $FILES["file"][\'name\'])) {\n      //echo "Image Card Front Uploaded";\n      //$file_name=date("YmdHis").".jpg";\n\n\n      $sub_folder=$folder_seq."/image";\n      $sub_folder_big=$folder_seq."/image/big";\n      $sub_folder_medium=$folder_seq."/image/medium";\n      $sub_folder_small=$folder_seq."/image/small";\n\n      if(!is_dir($sub_folder)){ mkdir($sub_folder, 0755); }\n      if(!is_dir($sub_folder_big)){ mkdir($sub_folder_big, 0755); }\n      if(!is_dir($sub_folder_medium)){ mkdir($sub_folder_medium, 0755); }\n      if(!is_dir($sub_folder_small)){ mkdir($sub_folder_small, 0755); }\n\n      $source_image=$folder_tmp.\'/\'. $FILES["file"][\'name\'];\n      $img_big= $sub_folder_big."/".$file_name;\n      $img_medium= $sub_folder_medium."/".$file_name;\n      $img_small= $sub_folder_small."/".$file_name;\n      //$destination=$ar[\'img_path\']."".$img_url;\n      //resize(640, $destination, $source_image);\n      image_handler($source_image,$img_big,1080,1080,90,false);\n      image_handler($source_image,$img_medium,800,800,90,false);\n      image_handler($source_image,$img_small,150,150,90,false);\n\n      echo $sub_folder_small."<br>";\n\n      $udata2=array(\n        \'id\'=>$iid,\n        \'seq\'=>$seq,\n        \'modul\'=>$modul,\n        \'item_id\'=>$POST[\'id\'],\n        \'type\'=>\'image\',\n        \'title\'=>gpc($title),\n        \'caption\'=>gpc($caption),\n        \'url_original\'=>\'tmp/\'.$FILES["file"][\'name\'],\n        \'create_at\'=>time(),\n        \'path\'=>$path,\n        \'url\'=>$file_name\n        );\n      Insert($db,"files",$udata2,1);\n\n      $udt2=array(\n        \'img\'=>$modul."/".$path."/".$seq."/image/small/".$file_name,\n      );\n      Update($db,$modul,$udt2,"id=".$POST[\'id\'],1);\n    }\n  } else {\n    if (move_uploaded_file($FILES[\'file\'][\'tmp_name\'], $folder_seq.\'/\'.$file_name)) {\n      //echo "Image Card Front Uploaded";\n      $udata2=array(\n        \'id\'=>$iid,\n        \'seq\'=>$seq,\n        \'modul\'=>$modul,\n        \'item_id\'=>$POST[\'id\'],\n        \'type\'=>$POST[\'file_type\'],\n        \'title\'=>gpc($title),\n        \'caption\'=>gpc($caption),\n        \'url_original\'=>\'tmp/\'.$FILES["file"][\'name\'],\n        \'create_at\'=>time(),\n        \'path\'=>$path,\n        \'url\'=>$file_name,\n        );\n      Insert($db,"files",$udata2,0);\n    }\n  }   \n}','php','0','2','3','1748688515');
INSERT INTO `cp_sphp` VALUES('49','common','CopyUrlImage','function CopyUrlImage($POST,$modul) {\n  global $db,$ar;\n  if(isset($POST[\'title\']) && ($POST[\'title\']!=\'\')) {\n      $title=$POST[\'title\'];\n  } else {\n      $title="";\n  }\n  if(isset($POST[\'caption\']) && ($POST[\'caption\']!=\'\')) {\n      $caption=$POST[\'caption\'];\n  } else {\n      $caption="";\n  }\n  //get last id\n  $sql2= "select id from `files` order by id desc limit 1";\n  $res2=mysqli_query($db,$sql2);\n  $r2=mysqli_fetch_assoc($res2);\n\n  if(isset($r2[\'id\']) && ($r2[\'id\']>0)) {\n      $iid=$r2[\'id\']+1;\n  } else {\n      $iid=1;\n  }\n\n\n  //get last seq\n  $sql9= "select seq from `files` where item_id=".$POST[\'id\']." and modul=\'".$modul."\' order by seq desc limit 1";\n  //echo $sql9."<br>";\n  $res9=mysqli_query($db,$sql9);\n  $r9=mysqli_fetch_assoc($res9);\n\n  if(isset($r9[\'seq\']) && ($r9[\'seq\']>0)) {\n      $seq=$r9[\'seq\']+1;\n  } else {\n      $seq=1;\n  }\n\n  $folder_y=$ar[\'img_path\'].$modul."/".date("y");\n  if (!is_dir($folder_y)) {\n      mkdir($folder_y, 0777, true);\n  }\n  $folder_ym=$folder_y."/".date("m");\n  if (!is_dir($folder_ym)) {\n      mkdir($folder_ym, 0777, true);\n  }\n\n  $folder_ymd=$folder_ym."/".date("d");\n  if (!is_dir($folder_ymd)) {\n      mkdir($folder_ymd, 0777, true);\n  }\n\n  $folder_ymdh=$folder_ymd."/".date("H");\n  if (!is_dir($folder_ymdh)) {\n      mkdir($folder_ymdh, 0777, true);\n  }\n\n  $folder_main=$folder_ymdh."/".$POST[\'id\'];\n\n  if (!is_dir($folder_main)) {\n      mkdir($folder_main, 0777, true);\n  }\n  $folder_seq=$folder_main."/".$seq;\n  if (!is_dir($folder_seq)) {\n      mkdir($folder_seq, 0777, true);\n  }\n\n  $folder_tmp=$folder_seq."/tmp";\n  if (!is_dir($folder_tmp)) {\n      mkdir($folder_tmp, 0777, true);\n  }\n\n  $path=date("y")."/".date("m")."/".date("d")."/".date("H")."/".$POST[\'id\'];\n  if($POST[\'url_img_src\']!=\'\') {\n    $info_img = getimagesize($POST[\'url_img_src\']);\n    $e_ext=explode("/",$info_img[\'mime\']);\n    $file_name=date("YmdHis").".".$e_ext[1];\n    $e_url=explode("/",$POST[\'url_img_src\']);\n\n    copyimg($POST[\'url_img_src\'],$folder_tmp."/".$file_name);\n    //echo "Image Card Front Uploaded";\n    //$file_name=date("YmdHis").".jpg";\n\n\n    $sub_folder=$folder_seq."/image";\n    $sub_folder_big=$folder_seq."/image/big";\n    $sub_folder_medium=$folder_seq."/image/medium";\n    $sub_folder_small=$folder_seq."/image/small";\n\n    if(!is_dir($sub_folder)){ mkdir($sub_folder, 0755); }\n    if(!is_dir($sub_folder_big)){ mkdir($sub_folder_big, 0755); }\n    if(!is_dir($sub_folder_medium)){ mkdir($sub_folder_medium, 0755); }\n    if(!is_dir($sub_folder_small)){ mkdir($sub_folder_small, 0755); }\n\n    $source_image=$folder_tmp.\'/\'. $file_name;\n    $img_big= $sub_folder_big."/".$file_name;\n    $img_medium= $sub_folder_medium."/".$file_name;\n    $img_small= $sub_folder_small."/".$file_name;\n    //$destination=$ar[\'img_path\']."".$img_url;\n    //resize(640, $destination, $source_image);\n    image_handler($source_image,$img_big,1080,1080,90,false);\n    image_handler($source_image,$img_medium,800,800,90,false);\n    image_handler($source_image,$img_small,150,150,90,false);\n\n    //echo $sub_folder_small."<br>";\n\n    $udata2=array(\n      \'id\'=>$iid,\n      \'seq\'=>$seq,\n      \'modul\'=>$modul,\n      \'item_id\'=>$POST[\'id\'],\n      \'type\'=>\'image\',\n      \'title\'=>gpc($title),\n      \'caption\'=>gpc($caption),\n      \'url_original\'=>\'tmp/\'.$file_name,\n      \'create_at\'=>time(),\n      \'path\'=>$path,\n      \'url\'=>$file_name\n      );\n    Insert($db,"files",$udata2,0);\n    $udt2=array(\n      \'img\'=>$modul."/".$path."/".$seq."/image/small/".$file_name,\n    );\n    Update($db,$modul,$udt2,"id=".$POST[\'id\'],0);\n  }\n}','php','0','2','3','1748688648');
INSERT INTO `cp_sphp` VALUES('50','common','getDistance','function getDistance($latitude1, $longitude1, $latitude2, $longitude2) {\n  $theta = $longitude1 - $longitude2;\n  $miles = (sin(deg2rad($latitude1)) * sin(deg2rad($latitude2))) + (cos(deg2rad($latitude1)) * cos(deg2rad($latitude2)) * cos(deg2rad($theta)));\n  $miles = acos($miles);\n  $miles = rad2deg($miles);\n  $miles = $miles * 60 * 1.1515;\n  $feet = $miles * 5280;\n  $yards = $feet / 3;\n  $kilometers = $miles * 1.609344;\n  $meters = $kilometers * 1000;\n  //return compact(\'miles\',\'feet\',\'yards\',\'kilometers\',\'meters\'); \n  return $kilometers;\n}','php','0','2','3','1748688710');
INSERT INTO `cp_sphp` VALUES('51','common','to_tgl','function to_tgl($time) {\n  if($time>0) {\n    $tt=date("Y-m-d H:i:s",$time);\n  } else {\n    $tt="";\n  }    \n  return $tt;\n}','php','0','2','3','1748688779');
INSERT INTO `cp_sphp` VALUES('52','common','to_hp','function to_hp($ang) {\n  $sid = preg_replace("/[^0-9]/","",$ang);\n\n  $awalan=substr($sid,0,2);\n  if($awalan==\'08\') {\n      $newhp="628".substr($sid,2);\n  } else {\n      $newhp=$sid;\n  }\n\n  return $newhp;\n}','php','0','2','3','1748688814');
INSERT INTO `cp_sphp` VALUES('53','common','NoSpace','function NoSpace($ang) {\n  $sid = preg_replace("/[^A-Za-z0-9]/","",$ang);\n  return $sid;\n}','php','0','2','3','1748688840');
INSERT INTO `cp_sphp` VALUES('54','common','to_numeric','function to_numeric($ang) {\n  $sid = preg_replace("/[^0-9]/","",$ang);\n  return $sid;\n}','php','0','2','3','1748688862');
INSERT INTO `cp_sphp` VALUES('55','common','getimg','function getimg($url) {         \n  $headers[] = \'Accept: image/gif, image/x-bitmap, image/jpeg, image/pjpeg\';              \n  $headers[] = \'Connection: Keep-Alive\';         \n  $headers[] = \'Content-type: application/x-www-form-urlencoded;charset=UTF-8\';         \n  $user_agent = \'php\';         \n  $process = curl_init($url);         \n  curl_setopt($process, CURLOPT_HTTPHEADER, $headers);         \n  curl_setopt($process, CURLOPT_HEADER, 0);         \n  curl_setopt($process, CURLOPT_USERAGENT, $user_agent); //check here         \n  curl_setopt($process, CURLOPT_TIMEOUT, 30);         \n  curl_setopt($process, CURLOPT_RETURNTRANSFER, 1);         \n  curl_setopt($process, CURLOPT_FOLLOWLOCATION, 1);         \n  $return = curl_exec($process);         \n  curl_close($process);         \n  return $return;     \n}','php','0','2','3','1748688889');
INSERT INTO `cp_sphp` VALUES('56','common','copyimg','function copyimg($file,$newfile) {\n  if (copy($file, $newfile)) {\n    //echo "<br>Copy <b>$file</b> success!<br>";\n  }else{\n    //echo "<br>Copy <b>$file</b> failed.<br>";\n  }\n}','php','0','2','3','1748695801');
INSERT INTO `cp_sphp` VALUES('57','common','viewImage','function viewImage($modul,$item_id) {\n  global $db,$ar;\n  $sql2 = "SELECT * FROM `files` WHERE modul=\'".$modul."\' and item_id=\'".$item_id."\' and `type`=\'image\' ";\n  $run2 = mysqli_query($db, $sql2);\n  $ret= "<hr><h3>Images</h3><div class=\'row mb-20 pb-20\'>";\n  while($r2 = mysqli_fetch_assoc($run2)) {\n    $img_small=$modul."/".$r2[\'path\']."/".$r2[\'seq\']."/image/small/".$r2[\'url\'];\n    $img_big=$modul."/".$r2[\'path\']."/".$r2[\'seq\']."/image/big/".$r2[\'url\'];\n    $ret .= \'\n    <div class="col-sm-3 col-lg-2 col-xs-6">\n      <div class="card">\n    \';\n    $ret .= \'<img src="\'.$ar[\'url_img\'].\'\'.$img_small.\'" alt="">\';\n    $ret .= \'\';\n    $ret .= \'\n      </div>\n    </div>\';\n  }\n  $ret .= "</div>";\n  return $ret;\n}','php','0','2','3','1748692136');
INSERT INTO `cp_sphp` VALUES('58','common','repl_space','function repl_space($text) {\n  $ret = preg_replace(\'!s+!\', \' \', $text);\n  return $ret;\n}','php','0','2','3','1748689052');
INSERT INTO `cp_sphp` VALUES('59','common','Insert','function Insert($mysqli,$table,$data,$v=0){\n  //global $mysqli;\n  //print_r($data);\n  $fields = array_keys( $data );  \n  $values = array_map( array($mysqli, \'real_escape_string\'), array_values( $data ) );\n  if($v==1) {\n    echo "INSERT INTO `$table`(`".implode("`,`",$fields)."`) VALUES (\'".implode("\',\'", $values )."\');";\n  }\n  //exit;  \n  mysqli_query($mysqli, "INSERT INTO `$table`(`".implode("`,`",$fields)."`) VALUES (\'".implode("\',\'", $values )."\');") or die( mysqli_error($mysqli) );\n}','php','0','2','3','1748692299');
INSERT INTO `cp_sphp` VALUES('60','common','InsertUpdate','function InsertUpdate($mysqli,$table_name,$i_data,$u_data,$v=0){   \n  $i_fields = array_keys( $i_data );  \n  $i_values = array_map( array($mysqli, \'real_escape_string\'), array_values( $i_data ) );\n\n  $u_fields = array_keys( $u_data );  \n  $u_values = array_map( array($mysqli, \'real_escape_string\'), array_values( $u_data ) );\n\n  $sql = "INSERT INTO `$table_name` (`".implode("`,`",$i_fields)."`) VALUES (\'".implode("\',\'", $i_values )."\') ";    \n\n  // start the actual SQL statement\n  $sql .= " on duplicate key UPDATE ";\n\n  // loop and build the column /\n  $sets = array();\n  foreach($u_data as $column => $value) {\n       $sets[] = "`".$column."`=\'".$value."\'";\n  }\n  $sql .= implode(\', \', $sets);\n\n  if($v==1) {\n    echo $sql.";<br>";\n  }\n  return mysqli_query($mysqli,$sql);\n}','php','0','2','3','1748692370');
INSERT INTO `cp_sphp` VALUES('61','common','Update','function Update($mysqli,$table_name, $form_data, $where_clause=\'\',$v=0){   \n  $whereSQL = \'\';\n  if(!empty($where_clause)){\n    // check to see if the \'where\' keyword exists\n    if(substr(strtoupper(trim($where_clause)), 0, 5) != \'WHERE\'){\n        // not found, add key word\n      $whereSQL = " WHERE ".$where_clause;\n    } else {\n      $whereSQL = " ".trim($where_clause);\n    }\n  }\n  // start the actual SQL statement\n  $sql = "UPDATE `".$table_name."` SET ";\n  // loop and build the column /\n  $sets = array();\n  foreach($form_data as $column => $value) {\n    $sets[] = "`".$column."` = \'".$value."\'";\n  }\n  $sql .= implode(\', \', $sets);\n  // append the where statement\n  $sql .= $whereSQL;\n  // run and return the query result\n  if($v==1) {\n    echo $sql."<br>";\n  }\n  return mysqli_query($mysqli,$sql);\n}','php','0','2','3','1748692470');
INSERT INTO `cp_sphp` VALUES('62','common','Delete','function Delete($mysqli,$table_name, $where_clause=\'\'){   \n  $whereSQL = \'\';\n  if(!empty($where_clause)) {\n    // check to see if the \'where\' keyword exists\n    if(substr(strtoupper(trim($where_clause)), 0, 5) != \'WHERE\') {\n      // not found, add keyword\n      $whereSQL = " WHERE ".$where_clause;\n    } else {\n      $whereSQL = " ".trim($where_clause);\n    }\n  }\n  $sql = "DELETE FROM `".$table_name."` ".$whereSQL;\n  return mysqli_query($mysqli,$sql);\n}','php','0','2','3','1748692539');
INSERT INTO `cp_sphp` VALUES('63','common','Insert_v2','function Insert_v2($mysqli,$table,$data){\n  $dt=array();\n  $fields = array_keys($data);  \n  $values = array_map(array($mysqli,\'real_escape_string\'),array_values($data));\n  $sql="INSERT INTO `$table` (`".implode("`,`",$fields)."`) VALUES (\'".implode("\',\'",$values)."\')";\n  $dt[\'sql\']=$sql;\n  if(mysqli_query($mysqli,$sql)) {\n    $dt[\'result\']="Success";\n  } else {\n    $dt[\'result\']="Error";    \n  }\n  return json_encode($dt);\n}','php','0','2','3','1748692565');
INSERT INTO `cp_sphp` VALUES('64','common','InsertUpdate_v2','function InsertUpdate_v2($mysqli,$table_name,$i_data,$u_data){   \n  $dt=array();\n  $i_fields = array_keys($i_data);  \n  $i_values = array_map(array($mysqli, \'real_escape_string\'), array_values($i_data));\n\n  $u_fields = array_keys($u_data);  \n  $u_values = array_map(array($mysqli, \'real_escape_string\'), array_values($u_data));\n\n  $sql = "INSERT INTO `$table_name` (`".implode("`,`",$i_fields)."`) VALUES (\'".implode("\',\'", $i_values)."\')";\n\n  // start the actual SQL statement\n  $sql .= " on duplicate key UPDATE ";\n\n  // loop and build the column /\n  $sets = array();\n  foreach($u_data as $column => $value) {\n       $sets[] = "`".$column."`=\'".$value."\'";\n  }\n  $sql .= implode(\', \', $sets);\n  $dt[\'sql\']=$sql.";";\n  // run and return the query result\n  // return mysqli_query($mysqli,$sql);\n  if(mysqli_query($mysqli,$sql)) {\n    $dt[\'result\']="Success";\n  } else {\n    $dt[\'result\']="Error";    \n  }  \n  return json_encode($dt);\n}','php','0','2','3','1748692586');
INSERT INTO `cp_sphp` VALUES('65','common','Update_v2','function Update_v2($mysqli,$table_name, $form_data, $where_clause=\'\'){   \n  //global $mysqli;\n  // check for optional where clause\n  $whereSQL = \'\';\n  if(!empty($where_clause)){\n    // check to see if the \'where\' keyword exists\n    if(substr(strtoupper(trim($where_clause)), 0, 5) != \'WHERE\'){\n      // not found, add key word\n      $whereSQL = " WHERE ".$where_clause;\n    } else {\n      $whereSQL = " ".trim($where_clause);\n    }\n  }\n  // start the actual SQL statement\n  $sql = "UPDATE `".$table_name."` SET ";\n\n  // loop and build the column /\n  $sets = array();\n  foreach($form_data as $column => $value){\n    $sets[] = "`".$column."` = \'".$value."\'";\n  }\n  $sql .= implode(\', \', $sets);\n\n  // append the where statement\n  $sql .= $whereSQL;\n       \n  $dt[\'sql\']=$sql.";";\n  // run and return the query result\n  // return mysqli_query($mysqli,$sql);\n  if(mysqli_query($mysqli,$sql)) {\n    $dt[\'result\']="Success";\n  } else {\n    $dt[\'result\']="Error";    \n  }  \n  return json_encode($dt);\n}','php','0','2','3','1748692612');
INSERT INTO `cp_sphp` VALUES('66','common','Delete_v2','function Delete_v2($db,$table_name, $where_clause=\'\'){   \n  $whereSQL = \'\';\n  if(!empty($where_clause)) {\n    if(substr(strtoupper(trim($where_clause)), 0, 5) != \'WHERE\') {\n      $whereSQL = " WHERE ".$where_clause;\n    } else {\n      $whereSQL = " ".trim($where_clause);\n    }\n  }\n  $sql = "DELETE FROM `".$table_name."` ".$whereSQL;\n  $dt[\'sql\']=$sql.";";\n  if(mysqli_query($db,$sql)) {\n    $dt[\'result\']="Success";\n  } else {\n    $dt[\'result\']="Error";    \n  }  \n  return json_encode($dt);\n}','php','0','2','3','1748692682');
INSERT INTO `cp_sphp` VALUES('67','common','image_upload_v2','function image_upload_v2($POST,$FILES,$modul) {\n  global $db,$ar;\n  if(isset($POST[\'title\']) && ($POST[\'title\']!=\'\')) {\n      $title=$POST[\'title\'];\n  } else {\n      $title="";\n  }\n  if(isset($POST[\'caption\']) && ($POST[\'caption\']!=\'\')) {\n      $caption=$POST[\'caption\'];\n  } else {\n      $caption="";\n  }\n  //get last id\n  $sql2= "select id from `files` order by id desc limit 1";\n  $res2=mysqli_query($db,$sql2);\n  $r2=mysqli_fetch_assoc($res2);\n\n  if(isset($r2[\'id\']) && ($r2[\'id\']>0)) {\n      $iid=$r2[\'id\']+1;\n  } else {\n      $iid=1;\n  }\n\n  //get last seq\n  $sql9= "select seq from `files` where item_id=".$POST[\'id\']." and modul=\'".$modul."\' order by seq desc limit 1";\n  echo $sql9."<br>";\n  $res9=mysqli_query($db,$sql9);\n  $r9=mysqli_fetch_assoc($res9);\n\n  if(isset($r9[\'seq\']) && ($r9[\'seq\']>0)) {\n    $seq=$r9[\'seq\']+1;\n  } else {\n    $seq=1;\n  }\n\n  $folder_y=$ar[\'img_path\'].$modul."/".date("y");\n  if (!is_dir($folder_y)) {\n    mkdir($folder_y, 0777, true);\n  }\n  $folder_ym=$folder_y."/".date("m");\n  if (!is_dir($folder_ym)) {\n    mkdir($folder_ym, 0777, true);\n  }\n\n  $folder_ymd=$folder_ym."/".date("d");\n  if (!is_dir($folder_ymd)) {\n    mkdir($folder_ymd, 0777, true);\n  }\n\n  $folder_ymdh=$folder_ymd."/".date("H");\n  if (!is_dir($folder_ymdh)) {\n    mkdir($folder_ymdh, 0777, true);\n  }\n\n  $folder_main=$folder_ymdh."/".$POST[\'id\'];\n  if (!is_dir($folder_main)) {\n    mkdir($folder_main, 0777, true);\n  }\n  $folder_seq=$folder_main."/".$seq;\n  if (!is_dir($folder_seq)) {\n    mkdir($folder_seq, 0777, true);\n  }\n  $folder_tmp=$folder_seq."/tmp";\n  if (!is_dir($folder_tmp)) {\n    mkdir($folder_tmp, 0777, true);\n  }\n\n  /*$sub_folder=$_POST[\'id\']."/".$seq."/";\n  switch($_POST[\'file_type\']) {\n    case "Image";\n\n  }*/\n\n  $path=date("y")."/".date("m")."/".date("d")."/".date("H")."/".$POST[\'id\'];\n  $e_ext=explode("/",$FILES[\'file\'][\'type\']);\n  $file_name=date("YmdHis").".".$e_ext[1];\n\n  if($POST[\'file_type\']==\'image\') {\n    if (move_uploaded_file($FILES[\'file\'][\'tmp_name\'], $folder_tmp.\'/\'. $FILES["file"][\'name\'])) {\n      //echo "Image Card Front Uploaded";\n      //$file_name=date("YmdHis").".jpg";\n\n\n      $sub_folder=$folder_seq."/image";\n      $sub_folder_big=$folder_seq."/image/big";\n      $sub_folder_medium=$folder_seq."/image/medium";\n      $sub_folder_small=$folder_seq."/image/small";\n\n      if(!is_dir($sub_folder)){ mkdir($sub_folder, 0755); }\n      if(!is_dir($sub_folder_big)){ mkdir($sub_folder_big, 0755); }\n      if(!is_dir($sub_folder_medium)){ mkdir($sub_folder_medium, 0755); }\n      if(!is_dir($sub_folder_small)){ mkdir($sub_folder_small, 0755); }\n\n      $source_image=$folder_tmp.\'/\'. $FILES["file"][\'name\'];\n      $img_big= $sub_folder_big."/".$file_name;\n      $img_medium= $sub_folder_medium."/".$file_name;\n      $img_small= $sub_folder_small."/".$file_name;\n      //$destination=$ar[\'img_path\']."".$img_url;\n      //resize(640, $destination, $source_image);\n      image_handler($source_image,$img_big,1080,1080,90,false);\n      image_handler($source_image,$img_medium,800,800,90,false);\n      image_handler($source_image,$img_small,150,150,90,false);\n\n      echo $sub_folder_small."<br>";\n\n      $udata2=array(\n        \'id\'=>$iid,\n        \'seq\'=>$seq,\n        \'modul\'=>$modul,\n        \'item_id\'=>$POST[\'id\'],\n        \'type\'=>\'image\',\n        \'title\'=>gpc($title),\n        \'caption\'=>gpc($caption),\n        \'url_original\'=>\'tmp/\'.$FILES["file"][\'name\'],\n        \'create_at\'=>time(),\n        \'path\'=>$path,\n        \'url\'=>$file_name\n        );\n      Insert($db,"files",$udata2,1);\n\n      $udt2=array(\n        \'img\'=>$modul."/".$path."/".$seq."/image/small/".$file_name,\n      );\n      Update($db,$modul,$udt2,"id=".$POST[\'id\'],1);\n    }\n  } else {\n    if (move_uploaded_file($FILES[\'file\'][\'tmp_name\'], $folder_seq.\'/\'.$file_name)) {\n      //echo "Image Card Front Uploaded";\n      $udata2=array(\n        \'id\'=>$iid,\n        \'seq\'=>$seq,\n        \'modul\'=>$modul,\n        \'item_id\'=>$POST[\'id\'],\n        \'type\'=>$POST[\'file_type\'],\n        \'title\'=>gpc($title),\n        \'caption\'=>gpc($caption),\n        \'url_original\'=>\'tmp/\'.$FILES["file"][\'name\'],\n        \'create_at\'=>time(),\n        \'path\'=>$path,\n        \'url\'=>$file_name,\n        );\n      Insert($db,"files",$udata2,0);\n    }\n  }   \n}','php','0','2','3','1748701148');
INSERT INTO `cp_sphp` VALUES('68','common','image_from_url','function image_from_url($POST,$modul) {\n  global $db,$ar;\n  if(isset($POST[\'title\']) && ($POST[\'title\']!=\'\')) {\n      $title=$POST[\'title\'];\n  } else {\n      $title="";\n  }\n  if(isset($POST[\'caption\']) && ($POST[\'caption\']!=\'\')) {\n      $caption=$POST[\'caption\'];\n  } else {\n      $caption="";\n  }\n  //get last id\n  $sql2= "select id from `files` order by id desc limit 1";\n  $res2=mysqli_query($db,$sql2);\n  $r2=mysqli_fetch_assoc($res2);\n\n  if(isset($r2[\'id\']) && ($r2[\'id\']>0)) {\n      $iid=$r2[\'id\']+1;\n  } else {\n      $iid=1;\n  }\n  //get last seq\n  $sql9= "select seq from `files` where item_id=".$POST[\'id\']." and modul=\'".$modul."\' order by seq desc limit 1";\n  //echo $sql9."<br>";\n  $res9=mysqli_query($db,$sql9);\n  $r9=mysqli_fetch_assoc($res9);\n\n  if(isset($r9[\'seq\']) && ($r9[\'seq\']>0)) {\n      $seq=$r9[\'seq\']+1;\n  } else {\n      $seq=1;\n  }\n\n  $folder_y=$ar[\'img_path\'].$modul."/".date("y");\n  if (!is_dir($folder_y)) {\n      mkdir($folder_y, 0777, true);\n  }\n  $folder_ym=$folder_y."/".date("m");\n  if (!is_dir($folder_ym)) {\n      mkdir($folder_ym, 0777, true);\n  }\n\n  $folder_ymd=$folder_ym."/".date("d");\n  if (!is_dir($folder_ymd)) {\n      mkdir($folder_ymd, 0777, true);\n  }\n\n  $folder_ymdh=$folder_ymd."/".date("H");\n  if (!is_dir($folder_ymdh)) {\n      mkdir($folder_ymdh, 0777, true);\n  }\n\n  $folder_main=$folder_ymdh."/".$POST[\'id\'];\n\n  if (!is_dir($folder_main)) {\n      mkdir($folder_main, 0777, true);\n  }\n  $folder_seq=$folder_main."/".$seq;\n  if (!is_dir($folder_seq)) {\n      mkdir($folder_seq, 0777, true);\n  }\n\n  $folder_tmp=$folder_seq."/tmp";\n  if (!is_dir($folder_tmp)) {\n      mkdir($folder_tmp, 0777, true);\n  }\n\n  $path=date("y")."/".date("m")."/".date("d")."/".date("H")."/".$POST[\'id\'];\n  if($POST[\'url_img_src\']!=\'\') {\n    $info_img = getimagesize($POST[\'url_img_src\']);\n    $e_ext=explode("/",$info_img[\'mime\']);\n    $file_name=date("YmdHis").".".$e_ext[1];\n    $e_url=explode("/",$POST[\'url_img_src\']);\n\n    copyimg($POST[\'url_img_src\'],$folder_tmp."/".$file_name);\n    //echo "Image Card Front Uploaded";\n    //$file_name=date("YmdHis").".jpg";\n\n\n    $sub_folder=$folder_seq."/image";\n    $sub_folder_big=$folder_seq."/image/big";\n    $sub_folder_medium=$folder_seq."/image/medium";\n    $sub_folder_small=$folder_seq."/image/small";\n\n    if(!is_dir($sub_folder)){ mkdir($sub_folder, 0755); }\n    if(!is_dir($sub_folder_big)){ mkdir($sub_folder_big, 0755); }\n    if(!is_dir($sub_folder_medium)){ mkdir($sub_folder_medium, 0755); }\n    if(!is_dir($sub_folder_small)){ mkdir($sub_folder_small, 0755); }\n\n    $source_image=$folder_tmp.\'/\'. $file_name;\n    $img_big= $sub_folder_big."/".$file_name;\n    $img_medium= $sub_folder_medium."/".$file_name;\n    $img_small= $sub_folder_small."/".$file_name;\n    //$destination=$ar[\'img_path\']."".$img_url;\n    //resize(640, $destination, $source_image);\n    image_handler($source_image,$img_big,1080,1080,90,false);\n    image_handler($source_image,$img_medium,800,800,90,false);\n    image_handler($source_image,$img_small,150,150,90,false);\n\n    //echo $sub_folder_small."<br>";\n\n    $udata2=array(\n      \'id\'=>$iid,\n      \'seq\'=>$seq,\n      \'modul\'=>$modul,\n      \'item_id\'=>$POST[\'id\'],\n      \'type\'=>\'image\',\n      \'title\'=>gpc($title),\n      \'caption\'=>gpc($caption),\n      \'url_original\'=>\'tmp/\'.$file_name,\n      \'create_at\'=>time(),\n      \'path\'=>$path,\n      \'url\'=>$file_name\n      );\n    Insert($db,"files",$udata2,0);\n    $udt2=array(\n      \'img\'=>$modul."/".$path."/".$seq."/image/small/".$file_name,\n    );\n    Update($db,$modul,$udt2,"id=".$POST[\'id\'],0);\n  }\n}','php','0','2','3','1748692878');
INSERT INTO `cp_sphp` VALUES('69','common','xhr','function xhr($url){\n  global $ar,$db;\n  include_once $ar[\'path_core\']."dom/request.php";\n  $xhr = request($url);\n  return $xhr;\n}','php','0','2','3','1748693264');
INSERT INTO `cp_sphp` VALUES('70','common','repl_all_space','function repl_all_space($text) {\n  $ret = preg_replace(\'/s|&nbsp;/\', \'\', $text);\n  return $ret;\n}','php','0','2','3','1748693286');
INSERT INTO `cp_sphp` VALUES('71','common','repl_class','function repl_class($text) {\n  $ret = preg_replace(\'/ class=".*?"/\', \'\', $text);\n  $ret = preg_replace(\'/ style=".*?"/\', \'\', $ret);\n  $ret = preg_replace(\'/ dir=".*?"/\', \'\', $ret);\n  return $ret;\n}','php','0','2','3','1748693304');
INSERT INTO `cp_sphp` VALUES('74','common','CommaToDot','function CommaToDot($grade) {\n$grade = str_replace(\',\', \'.\', $grade);\nreturn $grade;\n}','php','0','2','3','1748693469');
INSERT INTO `cp_sphp` VALUES('75','common','ang2','function ang2($l) {\n  $l=number_format($l, 0, \'.\', \',\');\n  return $l;\n}','php','0','2','3','1748693487');
INSERT INTO `cp_sphp` VALUES('76','common','ang','function ang($l) {\n  $l=number_format($l, 0, \',\', \'.\');\n  return $l;\n}','php','0','2','3','1748693506');
INSERT INTO `cp_sphp` VALUES('77','common','dec','function dec($l) {\n  $l=number_format($l, 2, \',\', \'.\');\n  return $l;\n}\nfunction dec1($l) {\n  $l=number_format($l, 1, \',\', \'.\');\n  return $l;\n}\nfunction dec2($l) {\n  $l=number_format($l, 2, \',\', \'.\');\n  return $l;\n}','php','0','2','3','1748763715');
INSERT INTO `cp_sphp` VALUES('78','common','nodec','function nodec($l) {\n  $l=number_format($l, 0, \'\', \'\');\n  return $l;\n}','php','0','2','3','1748695113');
INSERT INTO `cp_sphp` VALUES('79','common','find_contains','function find_contains($html, $selector, $keyword, $index=-1) {\n    $ret = array();\n    foreach ($html->find($selector) as $e) {\n        if (strpos($e->innertext, $keyword)!==false)\n            $ret[] = $e;\n    }\n\n    if ($index<0) return $ret;\n    return (isset($ret[$index])) ? $ret[$index] : null;\n}','php','0','2','3','1748695153');
INSERT INTO `cp_sphp` VALUES('80','common','find_contains_v1','function find_contains_v1($html, $selector, $index=-1) {\n    $ret = array();\n    foreach ($html->find($selector) as $e) {\n            $ret[] = $e;\n    }\n\n    if ($index<0) return $ret;\n    return (isset($ret[$index])) ? $ret[$index] : null;\n}','php','0','2','3','1748695173');
INSERT INTO `cp_sphp` VALUES('81','common','to_char','function to_char($ang) {\n$sid = preg_replace("/[^A-Za-z]/","",$ang);\nreturn $sid;\n}','php','0','2','3','1748695207');
INSERT INTO `cp_sphp` VALUES('82','common','image_view','function image_view($modul,$item_id) {\n  global $db,$ar;\n  $sql2 = "SELECT * FROM `files` WHERE modul=\'".$modul."\' and item_id=\'".$item_id."\' and `type`=\'image\' ";\n  $run2 = mysqli_query($db, $sql2);\n  $ret= "<hr><h3>Images</h3><div class=\'row mb-20 pb-20\'>";\n  while($r2 = mysqli_fetch_assoc($run2)) {\n    $img_small=$modul."/".$r2[\'path\']."/".$r2[\'seq\']."/image/small/".$r2[\'url\'];\n    $img_big=$modul."/".$r2[\'path\']."/".$r2[\'seq\']."/image/big/".$r2[\'url\'];\n    $ret .= \'\n    <div id="row-\'.$r2[\'id\'].\'" class="col-sm-3 col-lg-2 col-xs-6">\n      <div class="card">\n    \';\n    $ret .= \'<img src="\'.$ar[\'url_img\'].\'\'.$img_small.\'" alt="">\';\n    $ret .= \'\';\n    $ret .= \'\n      </div>\n      <button onClick="imgdel(\'.$r2[\'id\'].\');" class="btn btn-danger btn-xs">Delete</button>\n      \n    </div>\';\n  }\n  $ret .= "</div>";\n  return $ret;\n}','php','0','2','3','1748697036');
INSERT INTO `cp_sphp` VALUES('83','api','image_delete_byid','function image_delete_byid($js){\n  global $ar,$db;\n  $dt=array();  \n  $sql="SELECT * from `files` where id=".$js[\'id\'];\n  $res=mysqli_query($db,$sql);\n  if(mysqli_num_rows($res)==1) {\n    $r=mysqli_fetch_assoc($res);\n    $dt[\'success\']=true;\n    $this_path=$ar[\'img_path\']."".$r[\'modul\']."/".$r[\'path\'];\n    $dt[\'r\']=$r;\n    $dt[\'path\']=$this_path;\n    if(is_dir($this_path)) {\n      $dt[\'is_dir\']="exist";\n      emptyDir($this_path);\n      Delete($db,"files","id=".$js[\'id\'],0);\n    }\n  } else {\n    $dt[\'error\']=true;\n    $dt[\'message\']="data not found";\n  }\n  return $dt;\n}','php','0','2','1','1748739802');
INSERT INTO `cp_sphp` VALUES('84','api','image_delete_byitemid','function image_delete_byitemid($js){\n  global $ar,$db;\n  $dt=array();\n  \n  $sql="SELECT * from `files` where `modul`=\'".$js[\'modul\']."\' and `item_id`=".$js[\'id\'];\n  $res=mysqli_query($db,$sql);\n  if(mysqli_num_rows($res)==1) {\n    $r=mysqli_fetch_assoc($res);\n    $dt[\'success\']=true;\n    $this_path=$ar[\'img_path\']."".$r[\'modul\']."/".$r[\'path\'];\n    $dt[\'r\']=$r;\n    $dt[\'path\']=$this_path;\n    if(is_dir($this_path)) {\n      $dt[\'is_dir\']="exist";\n      emptyDir($this_path);\n      Delete($db,"files","id=".$r[\'id\'],0);\n    }\n  } else {\n    $dt[\'error\']=true;\n    $dt[\'message\']="data not found";\n  }\n  return $dt;\n}','php','0','2','1','1748741426');
INSERT INTO `cp_sphp` VALUES('85','api','transaction_add_v2','function transaction_add_v2($js){\n  global $ar,$db;\n  $dt=array();\n  //$dt[\'param\']=$js;\n\n  $sql="SELECT * from `transaction` where `action_id`=\'".$js[\'action_id\']."\'";\n  //$dt[\'sql\'][1]=$sql8;\n  $res=mysqli_query($db,$sql);\n  if(mysqli_num_rows($res)==0){\n    //belum ada data, insert\n    $sql6 = "SELECT * from `action` where id=".$js[\'action_id\'];\n    $res6 = mysqli_query($db, $sql6);\n    //echo $sql;\n    $r6 = mysqli_fetch_assoc($res6); \n\n\n    $sql3 = "select id,id2,id-id2 as k from `transaction` where id-id2>0 order by id2 limit 1";\n    $res3 = mysqli_query($db, $sql3);\n    if(mysqli_num_rows($res3)>0) {\n      $rw3 = mysqli_fetch_assoc($res3);\n      $id1=$rw3[\'id2\'];\n    } else {\n      $sql4 = "select * from `transaction` order by id desc limit 1";\n      $res4 = mysqli_query($db, $sql4);\n      $rw4 = mysqli_fetch_assoc($res4);\n      if(isset($rw4[\'id\']) && $rw4[\'id\']>0) {\n        $id1=$rw4[\'id\']+1;\n      } else {\n        $id1=1;\n      }\n    }\n\n    $idt=array(\n      \'id\'=>$id1,\n      \'action_at\'=>$r6[\'action_at\'],\n      \'action_id\'=>$js[\'action_id\'],\n      \'year\'=>date("Y",$r6[\'action_at\']),\n      \'month\'=>date("Ym",$r6[\'action_at\']),\n      \'seq\'=>$r6[\'seq\'],\n      \'cat\'=>$r6[\'cat\'],\n      \'inout\'=>$r6[\'inout\'],\n      \'debit\'=>$js[\'debit\'],\n      \'credit\'=>$js[\'credit\'],\n      \'amount\'=>to_numeric($r6[\'amount\']),\n      \'st\'=>1,\n      \'update_at\'=>time(),\n    );\n    Insert($db,"transaction",$idt,0);\n    tool_id2(\'transaction\');\n\n    $dt[\'success\']=true;\n    $dt[\'message\']="Add transaction successfull"; \n\n    $udt=array(\n      \'st_trx\'=>1,\n    );\n    Update($db,"action",$udt,"id=".$js[\'action_id\'],0);  \n    journal_add($id1); \n\n    $dt[\'data\'][\'transaction\'][\'byid\']=transaction_byid();\n    $dt[\'data\'][\'transaction\'][\'byseq\']=transaction_byseq();\n    $dt[\'data\'][\'action\'][\'byid\']=action_byid();\n    $dt[\'data\'][\'action\'][\'byseq\']=action_byseq();\n\n  } else {\n    $r1=mysqli_fetch_assoc($res);\n    //sudah ada data, update\n    $sql6 = "SELECT * from `action` where id=".$js[\'action_id\'];\n    $res6 = mysqli_query($db, $sql6);\n    //echo $sql;\n    $r6 = mysqli_fetch_assoc($res6); \n\n    $udt=array(\n      \'st_trx\'=>1,\n    );\n    Update($db,"action",$udt,"id=".$js[\'action_id\'],0);  \n\n    $udt2=array(\n      \'debit\'=>$js[\'debit\'],\n      \'credit\'=>$js[\'credit\'],\n      \'amount\'=>$r6[\'amount\'],\n      \'update_at\'=>time(),\n    );\n    Update($db,"transaction",$udt2,"id=".$r1[\'id\'],0);\n    tool_id2("journal"); \n    $dt[\'journal\']=journal_add($r1[\'id\']);     \n    \n    $dt[\'data\'][\'transaction\'][\'byid\']=transaction_byid();\n    $dt[\'data\'][\'transaction\'][\'byseq\']=transaction_byseq();\n    $dt[\'data\'][\'action\'][\'byid\']=action_byid();\n    $dt[\'data\'][\'action\'][\'byseq\']=action_byseq();\n    $dt[\'success\']=true;\n    $dt[\'message\']="This transaction update successfully";        \n  }\n\n  JournalCount_v2(date("Y"));\nlist_equ_3();\n\n  return $dt;\n  $db->close();\n}','php','0','2','1','1748593709');
INSERT INTO `cp_sphp` VALUES('86','api','tab_add_menu','function tab_add_menu(){\n  global $ar,$db;\n  $dt=array();\n  for($a=1;$a<4;$a++) {\n   $dt[\'name\'][$a]=$ar[\'menu\'][$a];    \n   $sql="SELECT `code`,`title`,`inout` from `trx_title` where del=0 and `menu`=\'add\' and position=".$a." order by title";\n   $res=mysqli_query($db,$sql);\n   $b=0;\n   while($r1=mysqli_fetch_assoc($res)) {\n    if($r1[\'inout\']==1) {\n      $url=\'action_in_add/\'.$r1[\'code\'];\n    } else {\n      $url=\'action_out_add/\'.$r1[\'code\'];\n    }\n    $dt[\'name\'][$a][\'items\'][$b]=$r1;    \n    $dt[\'name\'][$a][\'items\'][$b][\'url\']=$url;    \n    $b++;\n   }\n  }\n  \n   $sql2="SELECT `code`,`title`,`inout`,`position`,`cat`,`bank`,`debit`,`credit` from `trx_title` where del=0 and `menu`=\'add\' order by `code`";\n   $res2=mysqli_query($db,$sql2);\n   while($r2=mysqli_fetch_assoc($res2)) {\n    if($r2[\'inout\']==1) {\n      $url=\'action_in_add/\'.$r2[\'code\'];\n    } else {\n      $url=\'action_cost_add/\'.$r2[\'code\'];\n    }\n\n    $dt[\'data\'][$r2[\'code\']]=$r2;    \n    $dt[\'data\'][$r2[\'code\']][\'url\']=$url;    \n\n    if($r2[\'credit\']!=\'\') {\n      $n_credit=$ar[\'acc_name\'][$r2[\'credit\']];\n      $dt[\'data\'][$r2[\'code\']][\'n_credit\']=$n_credit;    \n    } \n    if($r2[\'debit\']!=\'\') {\n      $n_debit=$ar[\'acc_name\'][$r2[\'debit\']];\n      $dt[\'data\'][$r2[\'code\']][\'n_debit\']=$n_debit;    \n    } \n\n    \n    $sql3="SELECT id,debit,credit from `trx_title` where del=0 and parent=".$r2[\'code\'];\n    $c=0;\n    $res3=mysqli_query($db,$sql3);\n    while($r3=mysqli_fetch_assoc($res3)) {\n      $dt[\'data\'][$r2[\'code\']][\'items\'][$c]=$r3;    \n      $dt[\'data\'][$r2[\'code\']][\'items\'][$c][\'n_debit\']=$ar[\'acc_name\'][$r3[\'debit\']];    \n      $dt[\'data\'][$r2[\'code\']][\'items\'][$c][\'n_credit\']=$ar[\'acc_name\'][$r3[\'credit\']];    \n      $c++;\n    }\n    \n   }\n  \n  return $dt;\n  $db->close();\n}','php','0','2','1','1748990050');


DROP TABLE IF EXISTS `files`;
CREATE TABLE `files` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `item_id` int(11) NOT NULL DEFAULT 0,
  `seq` int(11) NOT NULL DEFAULT 0,
  `modul` varchar(20) DEFAULT NULL,
  `type` varchar(20) DEFAULT NULL,
  `title` varchar(100) DEFAULT NULL,
  `caption` varchar(200) DEFAULT NULL,
  `url` varchar(200) DEFAULT NULL,
  `url_src` varchar(200) DEFAULT NULL,
  `url_original` varchar(200) DEFAULT NULL,
  `path` varchar(200) DEFAULT NULL,
  `create_at` int(11) NOT NULL DEFAULT 0,
  `width` int(11) NOT NULL DEFAULT 0,
  `height` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  KEY `id_item_id_modul` (`id`,`item_id`,`modul`)
) ENGINE=InnoDB AUTO_INCREMENT=43 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

INSERT INTO `files` VALUES('3','1','1','en_ser','image','','','20250521140943.jpeg','','tmp/20250521140943.jpeg','25/05/21/14/1','1747811385','0','0');
INSERT INTO `files` VALUES('4','1','3','en_user','image','','','20250521141116.jpeg','','tmp/20250521141116.jpeg','25/05/21/14/1','1747811478','0','0');
INSERT INTO `files` VALUES('5','1','1','product','image','','','20250523094504.jpeg','','tmp/20250523094504.jpeg','25/05/23/09/1','1747968305','0','0');
INSERT INTO `files` VALUES('6','6','1','product','image','','','20250523102749.jpeg','','tmp/20250523102749.jpeg','25/05/23/10/6','1747970869','0','0');
INSERT INTO `files` VALUES('7','5','1','product','image','','','20250523102926.jpeg','','tmp/20250523102926.jpeg','25/05/23/10/5','1747970966','0','0');
INSERT INTO `files` VALUES('8','2','1','product','image','','','20250523103037.jpeg','','tmp/20250523103037.jpeg','25/05/23/10/2','1747971038','0','0');
INSERT INTO `files` VALUES('9','1','2','product','image','','','20250523103418.jpeg','','tmp/20250523103418.jpeg','25/05/23/10/1','1747971258','0','0');
INSERT INTO `files` VALUES('12','2','1','users','image','','','20250524063119.jpeg','','tmp/20250524063119.jpeg','25/05/24/06/2','1748043079','0','0');
INSERT INTO `files` VALUES('14','1','4','users','image','','','20250524135233.jpeg','','tmp/20250524135233.jpeg','25/05/24/13/1','1748069553','0','0');
INSERT INTO `files` VALUES('23','9','1','company','image','ert 234','','20250524194440.jpeg','','tmp/20250524194440.jpeg','25/05/24/19/9','1748090680','0','0');
INSERT INTO `files` VALUES('24','1','1','company','image','pt alfa global niaga','','20250524194635.jpeg','','tmp/20250524194635.jpeg','25/05/24/19/1','1748090796','0','0');
INSERT INTO `files` VALUES('25','7','1','company','image','pt samsung indonesia','','20250524194935.png','','tmp/20250524194935.png','25/05/24/19/7','1748090976','0','0');
INSERT INTO `files` VALUES('26','8','1','company','image','pt sharp','','20250524195137.jpeg','','tmp/20250524195137.jpeg','25/05/24/19/8','1748091098','0','0');
INSERT INTO `files` VALUES('27','5','1','company','image','toko damai sejahtera','','20250524195312.jpeg','','tmp/20250524195312.jpeg','25/05/24/19/5','1748091192','0','0');
INSERT INTO `files` VALUES('28','8','2','company','image','pt sharp','','20250524195748.jpeg','','tmp/20250524195748.jpeg','25/05/24/19/8','1748091468','0','0');
INSERT INTO `files` VALUES('34','4','1','product','image','','','20250529081912.jpeg','','tmp/20250529081912.jpeg','25/05/29/08/4','1748481552','0','0');
INSERT INTO `files` VALUES('35','3','1','product','image','','','20250529082009.jpeg','','tmp/20250529082009.jpeg','25/05/29/08/3','1748481609','0','0');
INSERT INTO `files` VALUES('36','4','2','product','image','','','20250529112029.jpeg','','temp/20250529112029.jpeg','25/05/29/11/4','1748492430','0','0');
INSERT INTO `files` VALUES('37','2','2','product','image','','','20250529112842.jpeg','','temp/20250529112842.jpeg','25/05/29/11/2','1748492922','0','0');
INSERT INTO `files` VALUES('38','6','2','product','image','','','20250530081407.jpeg','','temp/20250530081407.jpeg','25/05/30/08/6','1748567647','0','0');
INSERT INTO `files` VALUES('41','1','5','users','image','','','20250531212137.jpeg','','temp/20250531212137.jpeg','25/05/31/21/1','1748701297','0','0');
INSERT INTO `files` VALUES('42','6','1','action','image','','','20250601064631.jpeg','','temp/20250601064631.jpeg','25/06/01/06/6','1748735191','0','0');


DROP TABLE IF EXISTS `network`;
CREATE TABLE `network` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(60) DEFAULT NULL,
  `initial` varchar(60) DEFAULT NULL,
  `email` varchar(90) DEFAULT NULL,
  `password` varchar(200) DEFAULT NULL,
  `modul` text DEFAULT NULL,
  `reff` varchar(200) DEFAULT NULL,
  `address` varchar(200) DEFAULT NULL,
  `wa` varchar(30) DEFAULT NULL,
  `phone` varchar(30) DEFAULT NULL,
  `role` varchar(30) DEFAULT NULL,
  `web` varchar(90) DEFAULT NULL,
  `fb` varchar(90) DEFAULT NULL,
  `ig` varchar(90) DEFAULT NULL,
  `linkedin` varchar(90) DEFAULT NULL,
  `tw` varchar(90) DEFAULT NULL,
  `nik` varchar(90) DEFAULT NULL,
  `paspor` varchar(90) DEFAULT NULL,
  `paspor_start` int(11) DEFAULT NULL,
  `paspor_end` int(11) DEFAULT NULL,
  `paspor_country` varchar(90) DEFAULT NULL,
  `url_paspor` varchar(200) DEFAULT NULL,
  `remark` varchar(200) DEFAULT NULL,
  `parent_id` int(11) NOT NULL,
  `create_at` int(11) NOT NULL,
  `update_at` int(11) NOT NULL,
  `last_login` int(11) NOT NULL,
  `st` tinyint(4) NOT NULL DEFAULT 1,
  `fav` tinyint(4) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  UNIQUE KEY `wa` (`wa`),
  KEY `id_name_email` (`id`,`name`,`email`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

INSERT INTO `network` VALUES('1','NAVIS MURBIYANTO','NAVIS','navismur@gmail.com','96457fa50d3a5aeb8f294e6b6fcfb5d1','filephp,t6_lang,t6_html,t6_css,t6_cssf,t6_css_child,t6_h_tab,t6_h_page,t6_js,t6_jsf,network','code_chart,code_series,code_summary','','6281212677847','6281212677847','1','','','','','','3275082609700013','','0','0','Indonesia','','','0','0','1759989640','1664770048','1','0');
INSERT INTO `network` VALUES('2','U2','u2','u2@mail.com','96457fa50d3a5aeb8f294e6b6fcfb5d1','job_kebid,js_pergi,beauty,filephp,cp_sphp,t1_css,t1_h_page,t1_h_tab,t1_html,t1_js,t1_jsf','','','','','1','','','','','','','','0','0','','','','0','0','1757385676','0','1','0');
INSERT INTO `network` VALUES('4','U4','u4','u4@mail.com','96457fa50d3a5aeb8f294e6b6fcfb5d1','filephp,network','','','35454564563','','1','','','','','','','','0','0','','','','0','0','1757385661','0','1','0');


DROP TABLE IF EXISTS `t6_css`;
CREATE TABLE `t6_css` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `modul` varchar(20) DEFAULT NULL,
  `name` varchar(99) DEFAULT NULL,
  `is` varchar(20) DEFAULT NULL,
  `body` text DEFAULT NULL,
  `path` varchar(150) DEFAULT NULL,
  `update_at` int(11) NOT NULL DEFAULT 0,
  `create_at` int(11) NOT NULL DEFAULT 0,
  `parent` int(11) NOT NULL DEFAULT 0,
  `id2` int(11) NOT NULL DEFAULT 0,
  `del` tinyint(4) NOT NULL DEFAULT 0 COMMENT '1=delete',
  `level` tinyint(4) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `parent_id_slug` (`parent`,`name`),
  KEY `id_folder_slug` (`id`,`is`,`name`)
) ENGINE=InnoDB AUTO_INCREMENT=179 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

INSERT INTO `t6_css` VALUES('3','m0','m0','css',':root{--title-color:#1e2b47;--text-color:#828d9c;--background-color:#fff;--light-gray:#ecf1f5;--block-shadow:0px 2px 10px 0px #555f6921;--f7-page-toolbar-bottom-offset:50px;--f7-navbar-height:50px;--f7-list-item-border-color:rgba(0, 0, 0, 0.12);--f7-list-outline-border-color:rgba(0, 0, 0, 0.12);--f7-list-chevron-icon-color:#8896b8;--swiper-pagination-color:var(--title-color)}\n:root .dark{--title-color:#fff;--text-color:#9aa9b2;--background-color:#001119;--light-gray:#0e232d}\np,ul li{color:var(--text-color)}\n.navbar-bg,.page-theme-transition{transition:background-color .4s}\n.color-light-gray,:root{--f7-text-color:var(--title-color)}\n.arrow-back,.link-chevron::before{text-rendering:optimizeLegibility}\n.card,.post-horizontal,.stock-item{box-shadow:var(--block-shadow)}\nhtml[dir=rtl] .card-big-footer .button i,html[dir=rtl] .onboarding-next-button i{transform:rotate(180deg);margin-left:0;margin-right:5px}\n\nbody{font-family:Rubik,-apple-system,SF Pro Text,SF UI Text,system-ui,Helvetica Neue,Helvetica,Arial,sans-serif}\n.dark .stepper.color-light-gray .stepper-button-minus::after,.dark .stepper.color-light-gray .stepper-button-plus::after,.dark .stepper.color-light-gray .stepper-button-plus::before,.dark .ticket-fill::after,.dark .ticket-fill::before,.page{background-color:var(--background-color)}\n.page-content{padding-left:15px;padding-right:15px;padding-bottom:calc(var(--f7-page-toolbar-bottom-offset,0px) + var(--f7-safe-area-bottom) + var(--f7-page-content-extra-padding-bottom,0px) + 20px)}\n.full-width{margin-left:-15px;margin-right:-15px;width:calc(100% + 30px)!important}\np{line-height:1.8em;font-size:15px}\n.card .card-category.bg-color-white,.icon-tooltip,.navbar .title,.navbar a i,h1,h2,h3,html[dir=rtl] .segmented.segmented-strong .button.tab-link-active{color:var(--title-color)}\nh1,h2,h3{font-weight:600}\nh1{font-size:28px;margin-bottom:20px}\nul{padding-left:20px}\nul li{padding:4px 0}\ninput[type=date],input[type=datetime-local],input[type=email],input[type=password],input[type=text],textarea{background-color:var(--light-gray);width:100%;height:44px;padding:0 0 0 15px;border-radius:10px;color:var(--title-color);font-weight:500;margin-bottom:20px;font-size:15px}\n::-webkit-input-placeholder,::placeholder{color:#93a0b1;font-weight:400}\ninput[type=date],input[type=datetime-local]{padding-right:10px;line-height:42px}\n.dark .card-author-footer,.dark .card-big-footer,.dark .panel,.dark .rating-bg,.dark .rating-block-total,.ios .dark .message-received .message-bubble,.searchbar input[type=search]{background-color:var(--light-gray)}\nlabel:not(.checkbox,.item-checkbox,.radio,.item-radio,.toggle){font-weight:500;margin-bottom:7px;font-size:15px;display:block}\nform .button{margin:20px 0}\ntextarea{padding-top:15px;padding-bottom:15px;min-height:100px}\niframe{width:calc(100%);height:230px;border-radius:15px;border:none}\na{transition:opacity .1s}\na:active{opacity:.95}\nimg.card-big-footer-image{height:auto}\n.input-outline{border:2px solid #e0e3e6!important;background:0 0!important}\n.custom-tabs .tab{padding-left:10px;padding-right:10px}\n.stick-top{margin-top:-50px}\n.link-chevron::before{font-family:framework7-core-icons;font-style:normal;letter-spacing:normal;text-transform:none;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga";text-align:center;display:block;font-size:20px;position:absolute;top:50%;width:8px;height:14px;margin-top:-7px;font-size:var(--f7-list-chevron-icon-font-size);line-height:14px;pointer-events:none;right:calc(var(--f7-list-item-padding-horizontal) + var(--f7-safe-area-right));content:var(--f7-list-chevron-icon-right)}\n.forgot-password-text{margin:10px 0 30px}\n.router-transition-f7-dive-backward,.router-transition-f7-dive-forward{background:#fff;background:var(--background-color)}','css/m0.css','1759989993','1759932045','0','0','0','1');
INSERT INTO `t6_css` VALUES('5','m1','m1','css',':root {\n  --title-color: #3a0ca3;\n  --text-color: #5E6870;\n  --background-color: #fff;\n  --light-gray: #ecf1f5;\n  --block-shadow: 0px 2px 10px 0px #555f6921;\n  --f7-page-toolbar-bottom-offset: 50px;\n  --f7-navbar-height: 50px;\n  --f7-list-item-border-color: rgba(0, 0, 0, 0.12);\n  --f7-list-outline-border-color: rgba(0, 0, 0, 0.12);\n  --f7-list-chevron-icon-color: #7209b7;\n  --f7-navbar-title-font-size: 17px;\n  --swiper-pagination-color: var(--title-color);\n  --color-theme-soft: #ffd6ff;\n  --mycolor-primary: #4F2C8C;\n  --mycolor-secondary: #8B64CE;\n  --mycolor-info: #e0aaff;\n  --mycolor-light: #f3f5f6;\n  --mycolor-dark: #2a3c64;\n  --mycolor-success: #008000;\n  --mycolor-danger: #d90429;\n  --mycolor-warning: #fb6107;  \n  --f7-grid-gap: 14px;\n}\n:host {\n    --swiper-theme-color: #3A0CA3;\n}\n:root .dark {\n  --title-color: #fff;\n  --text-color: #9aa9b2;\n  --background-color: #001119;\n  --light-gray: #0e232d;\n}\np,\nul li {\n  color: var(--text-color);\n  font-weight: 400;\n  margin-block-start: 7px;\n  margin-block-end: 7px;\n}\n\n.navbar-bg,\n.page-theme-transition {\n  transition: background-color 0.4s;\n}\n.color-light-gray,\n:root {\n  --f7-text-color: var(--title-color);\n}\n.arrow-back,\n.link-chevron::before {\n  text-rendering: optimizeLegibility;\n}\n.card,\n.post-horizontal,\n.stock-item {\n  box-shadow: var(--block-shadow);\n}\nhtml[dir="rtl"] .card-big-footer .button i,\nhtml[dir="rtl"] .onboarding-next-button i {\n  transform: rotate(180deg);\n  margin-left: 0;\n  margin-right: 5px;\n}\n\nbody {\n  font-family: Source Sans, -apple-system, SF Pro Text, SF UI Text, system-ui,\n    Helvetica Neue, Helvetica, Arial, sans-serif;\n  font-weight:400;\n}\n.dark .stepper.color-light-gray .stepper-button-minus::after,\n.dark .stepper.color-light-gray .stepper-button-plus::after,\n.dark .stepper.color-light-gray .stepper-button-plus::before,\n.dark .ticket-fill::after,\n.dark .ticket-fill::before,\n.page {\n  background-color: var(--background-color);\n}\n.page-content {\n  padding-left: 15px;\n  padding-right: 15px;\n  padding-bottom: calc(\n    var(--f7-page-toolbar-bottom-offset, 0px) + var(--f7-safe-area-bottom) +\n      var(--f7-page-content-extra-padding-bottom, 0px) + 20px\n  );\n}\n.full-width {\n  margin-left: -15px;\n  margin-right: -15px;\n  width: calc(100% + 30px) !important;\n}\np {\n  line-height: 1.4em;\n  font-size: 14px;\n}\n.card .card-category.bg-color-white,\n.icon-tooltip,\n.navbar .title,\n.navbar a i,\nh1,\nh2,\nh3,\nhtml[dir="rtl"] .segmented.segmented-strong .button.tab-link-active {\n  color: var(--title-color);\n}\nh1,\nh2,\nh3,\nh4 {\n  font-family: Open Sans, -apple-system, SF Pro Text, SF UI Text, system-ui,\n    Helvetica Neue, Helvetica, Arial, sans-serif;\n  margin-block-start: 12px;\n  margin-block-end: 7px;\n}\nh1 {\n  font-weight: 800;\n}\nh2 {\n  font-weight: 700;\n}\nh3 {\n  font-weight: 600;\n}\nh4 {\n  font-weight: 500;\n}\nh1 {\n  font-size: 28px;\n  margin-bottom: 20px;\n}\nul {\n  padding-left: 20px;\n}\nul li {\n  padding: 4px 0;\n}\ninput[type="date"],\ninput[type="datetime-local"],\ninput[type="email"],\ninput[type="password"],\ninput[type="text"],\ntextarea {\n  background-color: var(--light-gray);\n  width: 100%;\n  height: 44px;\n  padding: 0 0 0 15px;\n  border-radius: 5px;\n  color: var(--title-color);\n  font-weight: 300;\n  margin-bottom: 20px;\n  font-size: 15px;\n}\n::-webkit-input-placeholder,\n::placeholder {\n  color: #93a0b1;\n  font-weight: 300;\n}\ninput[type="date"],\ninput[type="datetime-local"] {\n  padding-right: 10px;\n  line-height: 42px;\n}\n.dark .card-author-footer,\n.dark .card-big-footer,\n.dark .panel,\n.dark .rating-bg,\n.dark .rating-block-total,\n.ios .dark .message-received .message-bubble,\n.searchbar input[type="search"] {\n  background-color: var(--light-gray);\n}\nlabel:not(.checkbox, .item-checkbox, .radio, .item-radio, .toggle) {\n  font-weight: 500;\n  margin-bottom: 7px;\n  font-size: 15px;\n  display: block;\n}\nform .button {\n  margin: 20px 0;\n}\ntextarea {\n  padding-top: 15px;\n  padding-bottom: 15px;\n  min-height: 100px;\n}\niframe {\n  width: calc(100%);\n  height: 230px;\n  border-radius: 15px;\n  border: none;\n}\na {\n  transition: opacity 0.1s;\n}\na:active {\n  opacity: 0.95;\n}\nimg.card-big-footer-image {\n  height: auto;\n}\n.input-outline {\n  border: 2px solid #e0e3e6 !important;\n  background: 0 0 !important;\n}\n.custom-tabs .tab {\n  padding-left: 10px;\n  padding-right: 10px;\n}\n.stick-top {\n  margin-top: -50px;\n}\n.link-chevron::before {\n  font-family: framework7-core-icons;\n  font-style: normal;\n  letter-spacing: normal;\n  text-transform: none;\n  white-space: nowrap;\n  word-wrap: normal;\n  direction: ltr;\n  -webkit-font-smoothing: antialiased;\n  -moz-osx-font-smoothing: grayscale;\n  font-feature-settings: "liga";\n  text-align: center;\n  display: block;\n  font-size: 20px;\n  position: absolute;\n  top: 50%;\n  width: 8px;\n  height: 14px;\n  margin-top: -7px;\n  font-size: var(--f7-list-chevron-icon-font-size);\n  line-height: 14px;\n  pointer-events: none;\n  right: calc(\n    var(--f7-list-item-padding-horizontal) + var(--f7-safe-area-right)\n  );\n  content: var(--f7-list-chevron-icon-right);\n}\n.forgot-password-text {\n  margin: 10px 0 30px;\n}\n.router-transition-f7-dive-backward,\n.router-transition-f7-dive-forward {\n  background: #fff;\n  background: var(--background-color);\n}','css/m1.css','1760058969','1759932045','0','0','0','1');
INSERT INTO `t6_css` VALUES('25','app','font_weight','css','.fw-100,.btn-f100 { font-weight: 100 !important; }\n.fw-200,.btn-f200 { font-weight: 200 !important; }\n.fw-300,.btn-f300 { font-weight: 300 !important; }\n.fw-400,.btn-f400 { font-weight: 400 !important; }\n.fw-500,.btn-f500 { font-weight: 500 !important; }\n.fw-600,.btn-f600 { font-weight: 600 !important; }\n.fw-700,.btn-f700 { font-weight: 700 !important; }\n.fw-800,.btn-f800 { font-weight: 800 !important; }\n.fw-900,.btn-f900 { font-weight: 900 !important; }','','1759907763','1759907342','1','25','0','2');
INSERT INTO `t6_css` VALUES('26','ori','html','css','html[dir=rtl] .accordion-opposite .accordion-item>.item-content:before {right:8px;}\nhtml[dir=rtl] input[type=email] {padding:0 15px 0 0;}\nhtml[dir=rtl] input[type=password] {padding:0 15px 0 0;}\nhtml[dir=rtl] input[type=text] {padding:0 15px 0 0;}\nhtml[dir=rtl] textarea {padding:15px 15px 0;}','','1759926310','1759908052','2','26','0','2');
INSERT INTO `t6_css` VALUES('27','ori','album','css','.album-author {lineHeight:16px;overflow:hidden;whiteSpace:nowrap;textOverflow:ellipsis;fontSize:14px;marginTop:4px;color:var(--text-color);}\n.album-details {width:calc(100% - 70px);}\n.album-grid a {display:flex;alignItems:center;justifyContent:flex-start;borderBottom:none !important;marginBottom:20px;}\n.album-grid a:last-child {marginBottom:0;}\n.album-grid a:nth-child(2n) .album-details {width:calc(100% - 63px);}\n.album-grid a:nth-last-child(2) {marginBottom:0;}\n.album-grid img {marginRight:10px;}\n.album-grid img {width:55px;borderRadius:6px;}\n.album-grid {marginTop:15px;}\n.album-header .album-artist {fontWeight:400;fontSize:16px;color:var(--text-color);marginBottom:20px;}\n.album-header .album-cover {width:80%;borderRadius:10px;}\n.album-header .album-title {fontWeight:600;fontSize:26px;marginTop:20px;}\n.album-header {display:flex;flexDirection:column;alignItems:center;justifyContent:center;}\n.album-stat {display:flex;flexDirection:column;borderRight:1px solid #e2e3e5;textAlign:center;}\n.album-stat-number {fontWeight:600;fontSize:20px;}\n.album-stat-title {color:var(--text-color);fontSize:15px;}\n.album-stat:last-child {borderRight:none;}\n.album-stats {marginBottom:40px;}\n.album-title {color:var(--title-color);fontWeight:500;}\n.album-title {fontSize:15px;overflow:hidden;whiteSpace:nowrap;textOverflow:ellipsis;}\n.album-tracklist .item-inner .item-title {color:var(--title-color);fontWeight:500;}\n.card.card-album .card-image img {aspectRatio:1/1;objectFit:cover;}\n.card.card-album {borderRadius:8px;}\n.dark .album-stat {borderRight:1px solid #2d3d4a;}\n.dark .album-stat:last-child {borderRight:none;}\n.grid.grid-gap.album-stats {gap:0;}\nhtml[dir=rtl] .album-grid img {marginRight:0;marginLeft:10px;}\nhtml[dir=rtl] .album-stat:first-child {borderRight:none;}\nhtml[dir=rtl] .album-stat:last-child {borderRight:1px solid #e2e3e5;}','','1759923700','1759908092','2','27','0','2');
INSERT INTO `t6_css` VALUES('28','ori','ab','css','.accordion-item-content p {fontSize:15px;margin:0 0 5px;}\n.accordion-item-content {padding:0 20px;}\n.actor-firstname {textAlign:center;lineHeight:1.4em;color:var(--title-color);fontWeight:500;fontSize:13px;}\n.actor-lastname {textAlign:center;lineHeight:1.4em;color:var(--title-color);fontWeight:500;fontSize:13px;}\n.arrow-back {fontWeight:400;fontSize:26px;paddingRight:10px;width:25px;WebkitFontSmoothing:subpixel-antialiased;}\n.arrow-back {textRendering:optimizeLegibility;}\n.centered-text {textAlign:center;}\n.custom-tabs .tab {paddingLeft:10px;paddingRight:10px;}\n\n.forgot-password-text {margin:10px 0 30px;}\n.full-width {marginLeft:-15px;marginRight:-15px;width:calc(100% + 30px) !important;}\n.input-outline {border:2px solid #e0e3e6 !important;background:0 0 !important;}\n.ios .dark .toolbar-bottom-ios:before {backgroundColor:rgba(255,255,255,.15);}\n.ios .toolbar-bottom-ios:before {backgroundColor:#dedede;transition:background-color .4s,transform .4s;}\n.light-gray-title {color:#99a0a7;fontWeight:500;fontSize:13px;textTransform:uppercase;marginTop:30px;marginBottom:10px;}\n.login-separator {fontSize:14px;}\n.md .dark .toolbar-bottom-md:before {backgroundColor:rgba(255,255,255,.15);}\n.md .toolbar-bottom-md:before {backgroundColor:#dedede;transition:background-color .4s,transform .4s;}\n.popover-inner .block {margin:20px 0;padding:0 20px;}\n.preloader-big {height:40px;width:40px;}\n.preloader-demo>div {textAlign:center;}\n.progressbar {margin:20px 0;height:8px;backgroundColor:var(--light-gray);}\n.progressbar-infinite {margin:20px 0;height:8px;backgroundColor:var(--light-gray);}\n.router-transition-f7-dive-backward {background:Array;}\n.router-transition-f7-dive-forward {background:Array;}\n.single-cover-image {borderRadius:8px;}\n.stick-top {marginTop:-50px;}','','1759927010','1759908290','2','28','0','2');
INSERT INTO `t6_css` VALUES('29','ori','media770','css','@media (max-height:770px){.swiper-onboarding swiper-slide img{width:55%}\n.swiper-onboarding swiper-slide .onboarding-title{font-size:25px}\n.swiper-onboarding swiper-slide .onboarding-subtitle{font-size:15px}\n}','','1759908345','1759908332','2','29','0','2');
INSERT INTO `t6_css` VALUES('30','ori','media885','css','@media (max-height:885px){.swiper-onboarding swiper-slide img{width:70%}\n.swiper-onboarding swiper-slide .onboarding-title{font-size:30px}\n}','','1759908367','1759908357','2','30','0','2');
INSERT INTO `t6_css` VALUES('31','ori','dark','css','.dark .light-gray-title {color:#8191a6;}\n.dark .toolbar-bottom:before {backgroundColor:rgba(255,255,255,.15);}','','1759926422','1759908399','2','31','0','2');
INSERT INTO `t6_css` VALUES('32','ori','panel','css','html[dir=rtl] .panel-links a i {marginLeft:15px;marginRight:0;}\n.dark .panel {backgroundColor:var(--light-gray);}\n.panel-backdrop {backgroundColor:rgba(0,0,0,.3);}\n.panel-links a i {marginRight:15px;fontSize:23px;}\n.panel-links a {justifyContent:flex-start;}\n.panel-logout i {fontSize:25px;marginLeft:5px;}\n.panel-logout {position:absolute;bottom:20px;width:100%;textAlign:center;fontWeight:500;}','','1759920424','1759908429','2','32','0','2');
INSERT INTO `t6_css` VALUES('33','ori','notification','css','.dark .notification {background:var(--light-gray);}\n.notification-image {borderRadius:50%;}\n.notification-list .item-date {color:#99a0a7;fontSize:14px;fontWeight:400;}\n.notification-list .item-date-container {display:flex;justifyContent:space-between;marginBottom:3px;}\n.notification-list .item-description i {fontSize:20px;marginRight:4px;lineHeight:0.9;}\n.notification-list .item-description {color:var(--title-color);fontWeight:500;}\n.notification-list .item-description {fontSize:14px;whiteSpace:normal;}\n.notification-list .item-time {color:#99a0a7;fontSize:14px;fontWeight:400;}\n.notification-list.detailed-list .item-media img {width:50px;}\n.notification-list.list .item-inner {paddingTop:10px;paddingBottom:10px;}','','1759920547','1759908451','2','33','0','2');
INSERT INTO `t6_css` VALUES('34','ori','card','css','.card .card-author img {width:20px;height:20px;borderRadius:50%;marginRight:8px;}\n.card .card-author span {opacity:0.9;}\n.card .card-author {display:flex;alignItems:center;}\n.card .card-category {display:inline-block;fontSize:13px;fontWeight:500;padding:2px 8px;marginBottom:10px;borderRadius:5px;}\n.card .card-category.bg-color-white {color:var(--title-color);}\n.card {background:0 0;borderRadius:18px;overflow:hidden;margin:20px 0;display:block;}\n.card {boxShadow:var(--block-shadow);}\n.card-author-footer .author-image {width:35px;borderRadius:50%;height:auto;}\n.card-author-footer .card-author {color:var(--title-color);fontWeight:500;fontSize:15px;}\n.card-author-footer .card-date {color:var(--text-color);}\n.card-author-footer .card-footer-middle {marginLeft:12px;}\n.card-author-footer .card-footer-right i {fontSize:22px;}\n.card-author-footer .card-footer-right {fontSize:13px;fontWeight:500;color:var(--text-color);marginLeft:auto;}\n.card-author-footer {display:flex;alignItems:center;justifyContent:flex-start;padding:12px 16px;}\n.card-big-footer .button i {marginLeft:5px;fontWeight:600;}\n.card-big-footer .button {marginBottom:0;marginTop:15px;}\n.card-big-footer h2 {margin:0 0 -5px;fontSize:20px;lineHeight:1.5;}\n.card-big-footer {display:block;padding:20px;}\n.card-footer:before {display:none;}\n.card-image {borderRadius:0;display:block;minHeight:auto;padding:0;lineHeight:0;position:relative;}\n.card-image-footer h2 {margin:0;fontSize:19px;lineHeight:24px;fontWeight:500;color:#fff;}\n.card-image-footer {position:absolute;bottom:0;padding:60px 18px 15px;backgroundImage:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgb(24 24 24 / 95%) 100%);color:#fff;width:100%;boxSizing:border-box;lineHeight:var(--f7-line-height);}\n.card-image:has(.card-image-footer) img {objectFit:cover;aspectRatio:16/10;}\n.card-image:has(~ .card-author-footer) img {aspectRatio:16/9;}\n.dark .card .card-category.bg-color-white {color:var(--background-color);}\n.dark .card {boxShadow:none;}\n.dark .card-author-footer {backgroundColor:var(--light-gray);}\n.dark .card-big-footer {backgroundColor:var(--light-gray);}\n.dark .card-image-footer {backgroundImage:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgb(24 24 24 / 80%) 100%);}\n.section-title+.card {marginTop:10px;}\nhtml[dir=rtl] .card .card-author img {marginRight:0;marginLeft:8px;}\nhtml[dir=rtl] .card-author-footer .card-footer-middle {marginRight:12px;}\nhtml[dir=rtl] .card-author-footer .card-footer-right {marginRight:auto;marginLeft:inherit;}\nhtml[dir=rtl] .card-big-footer .button i {transform:rotate(180deg);marginLeft:0;marginRight:5px;}\nimg.card-big-footer-image {height:auto;}','','1759926949','1759908472','2','34','0','2');
INSERT INTO `t6_css` VALUES('35','ori','swiper','css','swiper-container {marginTop:10px;marginBottom:-20px;paddingBottom:20px;}\nswiper-slide .card {margin:0;}\nswiper-slide .card.card-with-footer {marginBottom:10px;}\n.swiper-onboarding swiper-slide .onboarding-subtitle {fontSize:15px;padding:0 30px;textAlign:center;color:var(--text-color);margin:10px 0 30px;}\n.swiper-onboarding swiper-slide .onboarding-title {fontSize:40px;fontWeight:600;color:var(--title-color);padding:0 30px;textAlign:center;lineHeight:1.2;margin:20px 0 10px;}\n.swiper-onboarding swiper-slide img {width:75%;marginTop:20px;}\n.swiper-onboarding swiper-slide {display:flex;alignItems:center;justifyContent:center;flexDirection:column;}','','1759919336','1759908492','2','35','0','2');
INSERT INTO `t6_css` VALUES('36','ori','search','css','.dark .search-grid a {borderTop:1px solid #2d3d4a;}\n.dark .search-grid a:first-child {borderTop:none;}\n.dark .search-grid a:nth-child(2) {borderTop:none;}\n.search-grid a i {fontSize:20px;marginRight:6px;}\n.search-grid a {display:-webkit-box;WebkitBoxOrient:vertical;textOverflow:ellipsis;}\n.search-grid a {fontSize:15px;borderTop:1px solid #e2e3e5;textAlign:left;marginTop:12px;paddingTop:12px;overflow:hidden;WebkitLineClamp:1;}\n.search-grid a:first-child {borderTop:none;marginTop:5px;paddingTop:0;}\n.search-grid a:nth-child(2) {borderTop:none;marginTop:5px;paddingTop:0;}\n.search-grid a:nth-child(2n) {marginLeft:10px;}\n.search-grid a:nth-child(odd) {marginRight:10px;}\n.search-grid {marginBottom:30px;}\n.searchbar input[type=search] {backgroundColor:var(--light-gray);}\n.searchbar-backdrop.searchbar-backdrop-in {opacity:0;}\n.searchbar-help-center.searchbar-inline {marginTop:20px;}\n.searchbar-inner {padding:0 15px;}\n.searchbar-search-page.searchbar-inline {marginTop:10px;marginBottom:20px;}\n.searchbar.searchbar-inline .searchbar-input-wrap {height:40px;}\n.searchbar.searchbar-inline {marginTop:10px;marginBottom:-5px;}\nhtml[dir=rtl] .search-grid a i {marginRight:0;marginLeft:6px;}\nhtml[dir=rtl] .search-grid a {textAlign:right;}\nhtml[dir=rtl] .search-grid a:nth-child(2n) {marginLeft:0;}\nhtml[dir=rtl] .search-grid a:nth-child(odd) {marginLeft:10px;marginRight:0;}','','1759919899','1759908514','2','36','0','2');
INSERT INTO `t6_css` VALUES('37','ori','profile','css','.edit-profile-image i {color:#fff;fontSize:15px;}\n.edit-profile-image {backgroundColor:#0091de;display:flex;}\n.edit-profile-image {position:absolute;bottom:8px;right:8px;borderRadius:50%;border:1px solid #fff;width:20px;height:20px;alignItems:center;justifyContent:center;}\n.grid.grid-gap.profile-stats {gap:0;}\n.navbar-profile img {borderRadius:50%;width:30px;}\n.panel .profile-header .profile-image .profile-online {bottom:7px;right:7px;width:12px;height:12px;}\n.panel .profile-header .profile-image img {width:90px;}\n.panel .profile-header .profile-name {fontSize:19px;marginTop:5px;}\n.panel .profile-header .profile-subtitle {fontSize:14px;}\n.panel .profile-header {marginBottom:40px;marginTop:40px;}\n.profile-buttons .author-follow {width:auto;margin:0 7px;padding:0 20px 0 15px;}\n.profile-buttons .contact-button i {padding:0;fontSize:20px;}\n.profile-buttons .contact-button {backgroundColor:var(--light-gray);}\n.profile-buttons .contact-button {color:var(--title-color);borderRadius:15px;width:44px;height:44px;display:flex;alignItems:center;justifyContent:center;margin:0 7px;}\n.profile-buttons {display:flex;justifyContent:center;marginBottom:30px;}\n.profile-header {display:flex;alignItems:center;flexDirection:column;margin:20px 0;}\n.profile-image img {width:120px;borderRadius:50%;}\n.profile-image {position:relative;}\n.profile-name {color:var(--title-color);fontWeight:500;fontSize:20px;marginTop:15px;}\n.profile-online {backgroundColor:#0091de;display:flex;}\n.profile-online {position:absolute;bottom:6px;right:15px;borderRadius:50%;border:2px solid #fff;width:15px;height:15px;alignItems:center;justifyContent:center;}\n.profile-stat {display:flex;flexDirection:column;borderRight:1px solid #e2e3e5;textAlign:center;}\n.profile-stat-number {fontWeight:600;fontSize:20px;}\n.profile-stat-title {color:var(--text-color);fontSize:15px;}\n.profile-stat:last-child {borderRight:none;}\n.profile-stats {marginBottom:30px;}\n.profile-subtitle {color:#99a0a7;fontWeight:400;fontSize:15px;marginBottom:5px;}\nhtml[dir=rtl] .profile-stat:first-child {borderRight:none;}\nhtml[dir=rtl] .profile-stat:last-child {borderRight:1px solid #e2e3e5;}\n.dark .edit-profile-image {border:1px solid var(--background-color);}\n.dark .panel .profile-header .profile-image .profile-online {border:2px solid var(--light-gray);}\n.dark .profile-online {border:2px solid var(--background-color);}\n.dark .profile-stat {borderRight:1px solid #2d3d4a;}\n.dark .profile-stat:last-child {borderRight:none;}','','1759920168','1759908568','2','37','0','2');
INSERT INTO `t6_css` VALUES('38','ori','dark_setting','css','.dark .settings-list .colored-icon.yellow,.settings-list .colored-icon.yellow{color:#fff;background-color:#ffc62b}\n.dark .settings-list .colored-icon.blue,.settings-list .colored-icon.blue{color:#fff;background-color:#089bea}\n.dark .settings-list .colored-icon.green,.settings-list .colored-icon.green{color:#fff;background-color:#41d359}\n.dark .settings-list .colored-icon.pink,.settings-list .colored-icon.pink{color:#fff;background-color:#f20f6a}\n.dark .settings-list .colored-icon.orange,.settings-list .colored-icon.orange{color:#fff;background-color:#ff9925}\n.dark .settings-list .colored-icon.red,.settings-list .colored-icon.red{color:#fff;background-color:#ff4530}\n.dark .settings-list .colored-icon.purple,.settings-list .colored-icon.purple{color:#fff;background-color:#9638f3}\n.dark .settings-list .colored-icon.gray,.settings-list .colored-icon.gray{color:#fff;background-color:#878787}','','1759908609','1759908599','2','38','0','2');
INSERT INTO `t6_css` VALUES('39','ori','stock','css','.dark .stock-item {backgroundColor:var(--light-gray);boxShadow:none;}\n.stock-item img {width:40px;marginRight:15px;}\n.stock-item {boxShadow:var(--block-shadow);}\n.stock-item {display:flex;padding:13px 15px;borderRadius:13px;marginBottom:8px;}\n.stock-item-bottom {display:flex;justifyContent:space-between;}\n.stock-item-change {fontSize:14px;fontWeight:500;}\n.stock-item-details {flexDirection:column;display:flex;}\n.stock-item-details {width:100%;}\n.stock-item-name {color:var(--text-color);fontSize:14px;}\n.stock-item-title {fontWeight:500;color:var(--title-color);fontSize:15px;}\n.stock-item-top {display:flex;justifyContent:space-between;}\n.stock-item-top {marginBottom:3px;}\n.stock-item-value {fontWeight:500;color:var(--title-color);fontSize:15px;}\nhtml[dir=rtl] .stock-item img {marginLeft:15px;marginRight:0;}','','1759919404','1759908691','2','39','0','2');
INSERT INTO `t6_css` VALUES('40','ori','color','css','.colored-icon .icon {fontSize:19px;}\n.colored-icon {backgroundColor:#ebebf2;borderRadius:50%;height:38px;width:38px;display:flex;alignItems:center;justifyContent:center;marginRight:15px;color:var(--title-color);}\n.colored-icon.blue {color:#0091de;backgroundColor:rgba(0,145,222,.1);}\n.colored-icon.green {color:#19b48e;backgroundColor:rgba(25,180,142,.1);}\n.colored-icon.orange {color:#ee8f30;backgroundColor:rgba(255,156,60,.16);}\n.colored-icon.pink {color:#e2206e;backgroundColor:rgba(226,32,95,.1);}\n.colored-icon.purple {color:#9146da;backgroundColor:rgba(145,70,218,.15);}\n.colored-icon.red {color:#d8422e;backgroundColor:rgba(216,66,46,.13);}\n.colored-icon.yellow {color:#e5b32d;backgroundColor:rgba(229,179,45,.2);}\n.colored-icons-list a {justifyContent:flex-start;padding:11px var(--f7-list-item-padding-horizontal);height:auto;}\n.dark .colored-icon.blue {backgroundColor:rgba(0,145,222,.25);}\n.dark .colored-icon.green {backgroundColor:rgba(25,180,142,.2);}\n.dark .colored-icon.orange {backgroundColor:rgba(255,156,60,.2);}\n.dark .colored-icon.pink {backgroundColor:rgba(226,32,95,.2);}\n.dark .colored-icon.purple {backgroundColor:rgba(145,70,218,.3);}\n.dark .colored-icon.red {backgroundColor:rgba(216,66,46,.3);}\n.dark .colored-icon.yellow {backgroundColor:rgba(229,179,45,.2);}\nhtml[dir=rtl] .colored-icon {marginRight:0;marginLeft:10px;}\n.bg-color-primary {backgroundColor:var(--f7-theme-color) !important;}\n.color-dark {--f7-theme-color:#1e2b47;--f7-theme-color-rgb:30,43,71;--f7-theme-color-shade:#121a2a;--f7-theme-color-tint:#2a3c64;}\n.color-light-gray {--f7-button-text-color:var(--title-color);--f7-theme-color:#ecf1f5;--f7-theme-color-rgb:236,241,245;--f7-theme-color-shade:#d1dde7;--f7-theme-color-tint:#f6f8fa;--f7-badge-text-color:var(--title-color);}\n.color-light-gray {--f7-text-color:var(--title-color);}','','1759927367','1759908782','2','40','0','2');
INSERT INTO `t6_css` VALUES('41','ori','navbar','css','html[dir=rtl] .navbar a .arrow-back {transform:rotate(180deg);paddingRight:0;paddingLeft:3px;}\n.ios .navbar .left a+a {marginLeft:0;}\n.ios .navbar .right a+a {marginLeft:0;}\n.navbar .icon .badge {fontSize:11px;fontWeight:600;}\n.navbar .title {color:var(--title-color);}\n.navbar .title-large {height:58px;}\n.navbar .title-large-text {color:var(--title-color);paddingLeft:15px;}\n.navbar a i {color:var(--title-color);}\n.navbar a.link.onboarding-skip {fontWeight:500;color:var(--title-color);paddingRight:8px;}\n.navbar-arrow {paddingLeft:2px;width:25px;}\n.navbar-bg {backgroundColor:var(--background-color);}\n.navbar-bg {transition:background-color .4s;}\n.navbar-bg:after {display:none;}\n.navbar-photo-browser .right .link i {color:#fff;}\n.navbar-photo-browser .right .link svg {color:#fff;}\n.navbar-transparent .navbar-inner .left a i {color:#fff;transition:color 00s;textShadow:0 0 11px #000;}\n.navbar-transparent.navbar-transparent-visible .navbar-inner .left a i {color:#000;transition:color;textShadow:none;}','','1759920620','1759908805','2','41','0','2');
INSERT INTO `t6_css` VALUES('42','ori','grid','css','.casting .grid {marginBottom:20px;}\n.casting .grid>div {display:flex;alignItems:center;flexDirection:column;justifyContent:flex-start;}\n.grid {margin:10px 0;}\n.grid-buttons-demo .button {marginBottom:0;marginTop:0;}\n.grid-buttons-demo {marginTop:0;marginBottom:0;}\n.grid-demo {margin:15px 0;}\n.grid-demo>* {padding:20px 0;fontWeight:500;color:var(--title-color);backgroundColor:var(--light-gray);borderRadius:6px;textAlign:center;}\n.grid-no-margin {margin:0;}','','1759924997','1759908829','2','42','0','2');
INSERT INTO `t6_css` VALUES('43','ori','category','css','.categories-slider swiper-slide {width:auto;}\n.categories-slider {marginTop:15px;}\n.category-item img {borderRadius:15px;overflow:hidden;}\n.category-item img {objectFit:cover;height:100%;width:100%;filter:brightness(60%);}\n.category-item {borderRadius:15px;overflow:hidden;}\n.category-item {height:100px;position:relative;}\n.category-name {position:absolute;top:50%;width:100%;textAlign:center;color:#fff;fontWeight:600;fontSize:18px;lineHeight:0;textShadow:0 0 20px #000;}\n.category-slide {backgroundColor:var(--light-gray);}\n.category-slide {color:var(--title-color);fontWeight:500;}\n.category-slide {fontSize:14px;lineHeight:21px;padding:10px 16px;display:flex;borderRadius:20px;}\n.dark .category-item img {filter:brightness(70%);}','','1759924494','1759908849','2','43','0','2');
INSERT INTO `t6_css` VALUES('44','ori','setting','css','.dark .settings-list .colored-icon.blue {color:#fff;backgroundColor:#089bea;}\n.dark .settings-list .colored-icon.gray {color:#fff;backgroundColor:#878787;}\n.dark .settings-list .colored-icon.green {color:#fff;backgroundColor:#41d359;}\n.dark .settings-list .colored-icon.orange {color:#fff;backgroundColor:#ff9925;}\n.dark .settings-list .colored-icon.pink {color:#fff;backgroundColor:#f20f6a;}\n.dark .settings-list .colored-icon.purple {color:#fff;backgroundColor:#9638f3;}\n.dark .settings-list .colored-icon.red {color:#fff;backgroundColor:#ff4530;}\n.dark .settings-list .colored-icon.yellow {color:#fff;backgroundColor:#ffc62b;}\n.list .item-content.toggle-setting {paddingLeft:0;}\n.settings-email {color:#99a0a7;fontWeight:400;}\n.settings-header {display:flex;alignItems:center;flexDirection:column;margin:25px 0 35px;}\n.settings-image img {width:120px;borderRadius:50%;}\n.settings-image {position:relative;}\n.settings-list .colored-icon {borderRadius:10px;height:32px;width:32px;}\n.settings-list .colored-icon.blue {color:#fff;backgroundColor:#089bea;}\n.settings-list .colored-icon.gray {color:#fff;backgroundColor:#878787;}\n.settings-list .colored-icon.green {color:#fff;backgroundColor:#41d359;}\n.settings-list .colored-icon.orange {color:#fff;backgroundColor:#ff9925;}\n.settings-list .colored-icon.pink {color:#fff;backgroundColor:#f20f6a;}\n.settings-list .colored-icon.purple {color:#fff;backgroundColor:#9638f3;}\n.settings-list .colored-icon.red {color:#fff;backgroundColor:#ff4530;}\n.settings-list .colored-icon.yellow {color:#fff;backgroundColor:#ffc62b;}\n.settings-list .item-after {paddingRight:20px;fontSize:15px;}\n.settings-list .item-after:has(.toggle) {paddingRight:0;}\n.settings-list .item-title {fontWeight:500;color:var(--title-color);fontSize:15px;}\n.settings-name {fontWeight:500;fontSize:15px;marginTop:20px;marginBottom:2px;}\n.toggle-setting .item-after {paddingRight:0;}\n.toggle-setting .item-inner {paddingLeft:15px;}\nhtml[dir=rtl] .settings-list .item-after {paddingLeft:20px;paddingRight:0;}\nhtml[dir=rtl] .settings-list .item-after:has(.toggle) {paddingLeft:0;}','','1759919745','1759908937','2','44','0','2');
INSERT INTO `t6_css` VALUES('45','ori','post','css','.create-post-cover i {marginBottom:5px;}\n.create-post-cover input[type=file] {backgroundColor:red;position:absolute;width:95%;height:90%;opacity:0;zIndex:99;cursor:pointer;}\n.create-post-cover {backgroundColor:var(--light-gray);}\n.create-post-cover {height:25vh;borderRadius:10px;width:100%;display:flex;alignItems:center;flexDirection:column;justifyContent:center;fontSize:14px;color:#93a0b1;}\n.create-post-cover {marginBottom:20px;}\n.create-post-cover {position:relative;}\n.dark .infinite-scroll-demo .post-horizontal .post-image {backgroundColor:var(--text-color);}\n.dark .post-horizontal .post-category {color:#0ee9b3;}\n.dark .post-horizontal {boxShadow:none;backgroundColor:var(--light-gray);}\n.infinite-scroll-demo .post-horizontal .post-image {borderRadius:15px;minWidth:84px;maxWidth:84px;height:84px;backgroundColor:var(--title-color);display:flex;alignItems:center;justifyContent:center;color:#fff;fontWeight:600;fontSize:30px;}\n.post-horizontal .post-category {color:var(--text-color);fontSize:14px;}\n.post-horizontal .post-date {color:var(--text-color);fontSize:14px;}\n.post-horizontal .post-date {lineHeight:0;}\n.post-horizontal .post-image img {objectFit:cover;borderRadius:15px;minWidth:84px;maxWidth:84px;height:84px;}\n.post-horizontal .post-image {marginLeft:10px;lineHeight:0;}\n.post-horizontal .post-title {color:var(--title-color);fontWeight:500;lineHeight:22px;fontSize:14px;margin:2px 0 11px;overflow:hidden;WebkitLineClamp:2;}\n.post-horizontal .post-title {display:-webkit-box;WebkitBoxOrient:vertical;textOverflow:ellipsis;}\n.post-horizontal {boxShadow:var(--block-shadow);}\n.post-horizontal {display:flex;padding:15px 15px 15px 17px;borderRadius:15px;justifyContent:space-between;}\n.post-list .post-horizontal {marginBottom:10px;alignItems:normal;}\n.post-list {margin:10px 0 20px;}\n.single-post-actions {fontSize:25px;}\n.single-post-author .author-description {color:var(--text-color);marginTop:2px;fontSize:13px;}\n.single-post-author .author-details {display:flex;flexDirection:column;justifyContent:center;}\n.single-post-author .author-follow {width:auto;marginLeft:auto;padding:0 15px 0 11px;height:38px;}\n.single-post-author .author-name {fontWeight:500;fontSize:15px;}\n.single-post-author {backgroundColor:var(--light-gray);}\n.single-post-author {display:flex;alignItems:center;padding:15px;borderRadius:15px;margin:20px 0;}\n.single-post-author>img {width:55px;borderRadius:50%;marginRight:12px;}\n.single-post-category {backgroundColor:var(--light-gray);}\n.single-post-category {padding:4px 10px;height:auto;borderRadius:6px;color:var(--title-color);fontSize:14px;fontWeight:500;marginRight:5px;display:inline-block;marginTop:15px;}\n.single-post-content img {borderRadius:8px;}\n.single-post-date {color:var(--text-color);fontSize:16px;marginTop:10px;}\n.single-post-title {marginTop:10px;marginBottom:15px;fontSize:28px;}\nhtml[dir=rtl] .post-horizontal .post-image {marginLeft:0;marginRight:10px;}\nhtml[dir=rtl] .post-horizontal {padding:15px 17px 15px 15px;}\nhtml[dir=rtl] .single-post-author .author-follow {marginRight:auto;marginLeft:inherit;}\nhtml[dir=rtl] .single-post-author>img {marginRight:0;marginLeft:12px;}','','1759920335','1759909061','2','45','0','2');
INSERT INTO `t6_css` VALUES('46','ori','comment','css','.comment {display:flex;margin:20px 0;}\n.comment-count {marginBottom:2px;marginLeft:2px;}\n.comment-date {fontSize:15px;color:var(--text-color);}\n.comment-date {marginLeft:6px;opacity:0.8;}\n.comment-header i {color:var(--title-color);fontSize:18px;width:10px;fontWeight:600;}\n.comment-header {display:flex;justifyContent:space-between;width:100%;}\n.comment-header-left {display:flex;alignItems:center;}\n.comment-infos {width:100%;}\n.comment-list {marginTop:30px;}\n.comment-reply {marginLeft:60px;}\n.comment-text {fontSize:15px;color:var(--text-color);}\n.comment-text {lineHeight:1.55em;marginTop:2px;}\n.comment>img {width:45px;height:45px;borderRadius:50%;marginRight:13px;}\nhtml[dir=rtl] .comment-date {marginRight:6px;marginLeft:0;}\nhtml[dir=rtl] .comment-reply {marginRight:60px;marginLeft:0;}\nhtml[dir=rtl] .comment>img {marginRight:0;marginLeft:15px;}','','1759924136','1759909081','2','46','0','2');
INSERT INTO `t6_css` VALUES('47','ori','ticket','css','.dark .ticket {backgroundImage:radial-gradient(circle at 0 50%,rgba(0,0,0,0) .7em,var(--light-gray) 0),radial-gradient(circle at 100% 50%,rgba(0,0,0,0) .7em,var(--light-gray) 0);}\n.dark .ticket-fill {background:#0ee9b3;}\n.dark .ticket-fill.ticket-image {background:0 0;}\n.dark .ticket-fill::after {backgroundColor:var(--background-color);}\n.dark .ticket-fill::before {backgroundColor:var(--background-color);}\n.dark .ticket-fill:not(.ticket-image) .ticket-description{color:#000!important}\n.dark .ticket-fill:not(.ticket-image) .ticket-discount{color:#000!important}\n.dark .ticket-fill:not(.ticket-image) .ticket-text{color:#000!important}\n.dark .ticket-fill:not(.ticket-image) i{color:#000!important}\n.ticket {position:relative;height:140px;boxSizing:border-box;marginBottom:20px;borderRadius:15px;display:flex;}\n.ticket {width:100%;fontSize:15px;backgroundSize:50% 100%;backgroundRepeat:no-repeat;backgroundImage:radial-gradient(circle at 0 50%,rgba(0,0,0,0) .7em,var(--light-gray) 0),radial-gradient(circle at 100% 50%,rgba(0,0,0,0) .7em,var(--light-gray) 0);backgroundPosition:top left,top right;overflow:hidden;padding:20px 30px;alignItems:center;justifyContent:space-between;}\n.ticket-background-icon i {fontSize:110px;}\n.ticket-background-icon {position:absolute;right:40px;color:rgba(255,255,255,.1);}\n.ticket-description {fontWeight:500;fontSize:14px;}\n.ticket-discount {fontSize:40px;fontWeight:600;color:var(--title-color);}\n.ticket-fill .ticket-description {color:#fff;fontWeight:500;zIndex:10;}\n.ticket-fill .ticket-discount {color:#fff;fontWeight:500;zIndex:10;}\n.ticket-fill {position:relative;height:140px;boxSizing:border-box;marginBottom:20px;borderRadius:15px;display:flex;}\n.ticket-fill {width:100%;fontSize:15px;background:linear-gradient(90deg,#15161b,#14142d);flexDirection:column;alignItems:flex-start;justifyContent:center;padding:20px 30px;}\n.ticket-fill::after {content:"";width:22px;height:11px;backgroundColor:#fff;borderRadius:10rem 10rem 0 0;position:absolute;top:75px;zIndex:10;}\n.ticket-fill::after {right:-6px;transform:rotate(270deg);}\n.ticket-fill::before {content:"";width:22px;height:11px;backgroundColor:#fff;borderRadius:10rem 10rem 0 0;position:absolute;top:75px;zIndex:10;}\n.ticket-fill::before {left:-6px;transform:rotate(90deg);}\n.ticket-fill:active {opacity:0.9;}\n.ticket-image {flex:1;flexBasis:50%;}\n.ticket-image-bg {width:100%;height:100%;position:absolute;left:0;top:0;zIndex:1;objectFit:cover;borderRadius:15px;}\n.ticket-image-bg+.ticket-text {zIndex:10;color:#fff;}\n.ticket-infos {flex:1;flexBasis:50%;paddingLeft:5px;}\n.ticket-text {textTransform:uppercase;fontWeight:600;fontSize:14px;}\n.ticket:active {opacity:0.5;}','','1759919163','1759909244','2','47','0','2');
INSERT INTO `t6_css` VALUES('48','ori','signin','css','.signin-image img {width:90%;}\n.signin-image {display:flex;alignItems:center;justifyContent:center;}\n.signin-links {fontWeight:500;fontSize:15px;display:flex;alignItems:center;justifyContent:space-between;}','','1759919551','1759909301','2','48','0','2');
INSERT INTO `t6_css` VALUES('49','ori','signup','css','.signup-have-account {color:var(--title-color);fontWeight:500;fontSize:15px;}\n.signup-image img {width:85%;}\n.signup-image {display:flex;alignItems:center;justifyContent:center;}\n.signup-tos a {color:var(--text-color);textDecoration:underline;}\n.signup-tos {fontSize:13px;}','','1759919525','1759909322','2','49','0','2');
INSERT INTO `t6_css` VALUES('50','ori','rating','css','.rating-bg {backgroundColor:#f5f9ff;borderRadius:15px;}\n.rating-block {display:flex;flexDirection:column;justifyContent:space-between;alignItems:center;padding:40px 25px;}\n.rating-block-bar {margin:0 10px;}\n.rating-block-count {fontSize:14px;marginTop:10px;color:var(--text-color);marginBottom:15px;}\n.rating-block-detailed .rating-block-stars i {fontSize:22px;}\n.rating-block-detailed {display:flex;flexDirection:column;justifyContent:space-between;alignItems:center;padding:20px 0;}\n.rating-block-group {width:100%;}\n.rating-block-individual {display:flex;alignItems:center;margin:15px 0;}\n.rating-block-individual:first-child {marginTop:0;}\n.rating-block-note {fontWeight:500;fontSize:30px;margin:20px 0;}\n.rating-block-percentage {fontWeight:500;width:44px;}\n.rating-block-star i {fontSize:18px;marginLeft:3px;}\n.rating-block-star {display:flex;alignItems:center;justifyContent:flex-end;fontWeight:500;width:40px;}\n.rating-block-text {textAlign:center;color:var(--text-color);}\n.rating-block-total {display:flex;justifyContent:space-between;alignItems:center;backgroundColor:#f5f9ff;borderRadius:50px;padding:10px 15px;}\n.rating-block-total-text {fontWeight:500;marginTop:2px;marginLeft:5px;}\nhtml[dir=rtl] .rating-block-star i {marginRight:3px;marginLeft:0;}\nhtml[dir=rtl] .rating-block-total-text {marginLeft:0;marginRight:5px;}\n.dark .rating-bg {backgroundColor:var(--light-gray);}\n.dark .rating-block-total {backgroundColor:var(--light-gray);}','','1759920003','1759909443','2','50','0','2');
INSERT INTO `t6_css` VALUES('51','ori','contact','css','.contact-block .contact-method {fontSize:14px;marginTop:4px;}\n.contact-block i {margin:0;fontSize:22px;paddingRight:0;fontWeight:400;}\n.contact-block {backgroundColor:var(--light-gray);}\n.contact-block {color:var(--title-color);fontWeight:500;}\n.contact-block {display:flex;flexDirection:column;alignItems:center;justifyContent:center;padding:13px 5px 10px;borderRadius:15px;}\n.contact-input {height:150px;}','','1759923377','1759909511','2','51','0','2');
INSERT INTO `t6_css` VALUES('52','ori','author','css','.author-list .author-follow {height:35px;margin:0;color:#fff;}\n.author-slide .author-name {color:var(--title-color);fontWeight:500;}\n.author-slide .author-name {textAlign:center;marginTop:7px;}\n.author-slide img {width:60px;borderRadius:50%;}\n.author-slide {flexDirection:column;display:flex;}\n.author-slide {width:85px;}\n.authors-slider swiper-slide {width:auto;}\n.authors-slider {marginTop:20px;}\n.comment-author {display:flex;alignItems:center;}\n.comment-infos .author-name {fontWeight:500;fontSize:15px;}','','1759931123','1759909554','2','52','0','2');
INSERT INTO `t6_css` VALUES('53','ori','link_banner','css','.dark .link-banner.bg-color-dark {backgroundColor:var(--light-gray) !important;}\n.dark .link-banner.dark-theme-green .link-banner-subtitle {color:#000;}\n.dark .link-banner.dark-theme-green .link-banner-title {color:#000;}\n.dark .link-banner.dark-theme-green i {color:#000;}\n.dark .link-banner.dark-theme-green {backgroundColor:#0ee9b3;}\n.dark .link-banner.dark-theme-green.link-chevron::before {color:#000;}\n.link-banner i {fontWeight:400;color:var(--title-color);}\n.link-banner i {marginRight:10px;fontSize:35px;}\n.link-banner img {marginRight:10px;maxHeight:40px;width:auto;}\n.link-banner {backgroundColor:var(--light-gray);}\n.link-banner {borderRadius:15px;}\n.link-banner {padding:15px 15px 15px 20px;margin:15px 0;fontWeight:500;fontSize:15px;display:flex;alignItems:center;justifyContent:flex-start;color:var(--title-color);overflow:hidden;}\n.link-banner {position:relative;}\n.link-banner-subtitle {fontSize:14px;marginTop:2px;opacity:0.7;}\n.link-banner-subtitle {fontWeight:400;color:var(--title-color);}\n.link-banner-text {color:var(--title-color);marginLeft:10px;}\n.link-banner-text {display:flex;flexDirection:column;}\n.link-banner.bg-color-dark .link-banner-subtitle {color:#fff;opacity:0.8;}\n.link-banner.bg-color-dark .link-banner-text {color:#fff;}\n.link-banner.bg-color-dark i {color:#fff;}\n.link-banner.bg-color-dark {backgroundColor:var(--title-color);}\n.link-banner.bg-color-dark {color:#fff;}\n.link-banner.bg-color-dark.link-chevron::before {color:#fff;}\n.link-banner.bg-color-primary .link-banner-subtitle {color:#fff;opacity:0.8;}\n.link-banner.bg-color-primary .link-banner-text {color:#fff;}\n.link-banner.bg-color-primary i {color:#fff;}\n.link-banner.bg-color-primary {color:#fff;}\n.link-banner.bg-color-primary.link-chevron::before {color:#fff;}\n.simple-link-banner .link-banner-text {fontSize:15px;marginLeft:2px;}\n.simple-link-banner i {fontSize:25px;}\nhtml[dir=rtl] .link-banner i {marginRight:0;marginLeft:10px;}\nhtml[dir=rtl] .link-banner img {marginRight:0;marginLeft:10px;}','','1759923564','1759909608','2','53','0','2');
INSERT INTO `t6_css` VALUES('54','ori','information_block','css','.information-block h2 {fontSize:30px;margin:10px 0 0;}\n.information-block img {width:30%;}\n.information-block p {color:var(--title-color);margin:10px 0;fontWeight:500;lineHeight:1.5;}\n.information-block {backgroundImage:url("https://yui.xioyuna.com/template/img/images/pattern-general.png");color:var(--title-color);textAlign:center;padding:25px 20px 20px;margin:20px 0;}\n.information-block {backgroundRepeat:no-repeat;backgroundSize:cover;backgroundPosition:center;}\n.information-block {borderRadius:15px;}','','1759923317','1759909713','2','54','0','2');
INSERT INTO `t6_css` VALUES('55','ori','movie','css','html[dir=rtl] .movie-infos {marginRight:15px;marginLeft:0;}\n.card-movie .card-image img {aspectRatio:9/13;objectFit:cover;}\n.card-movie {borderRadius:15px;}\n.card-movie-rating i {fontSize:12px;marginBottom:3px;}\n.card-movie-rating {color:var(--title-color);fontWeight:500;}\n.card-movie-rating {position:absolute;right:8px;bottom:8px;backgroundColor:#fff;padding:4px 8px 2px 6px;borderRadius:20px;fontSize:12px;}\n.dark .card-movie-rating {backgroundColor:var(--background-color);color:#fff;}\n.movie-block i {fontSize:20px;}\n.movie-block {backgroundColor:var(--light-gray);}\n.movie-block {color:var(--title-color);alignItems:center;justifyContent:center;borderRadius:20px;marginBottom:15px;padding:19px 0;}\n.movie-block {display:flex;flexDirection:column;}\n.movie-block-name {margin:5px 0 1px;color:#708197;fontWeight:400;}\n.movie-block-text {fontWeight:600;}\n.movie-block:last-child {marginBottom:0;}\n.movie-distribution .item-inner .item-after {fontWeight:500;color:var(--title-color);fontSize:15px;}\n.movie-distribution.list .item-title {fontWeight:400;color:var(--text-color);}\n.movie-header {display:flex;justifyContent:space-between;marginBottom:30px;}\n.movie-infos {width:100%;marginLeft:15px;}\n.movie-rating {paddingTop:0;paddingBottom:0;marginBottom:-15px;}','','1759920702','1759909918','2','55','0','2');
INSERT INTO `t6_css` VALUES('56','ori','sheet','css','.dark .sheet-modal {background:var(--light-gray);}\n.sheet-modal .page-content {padding:0 20px 20px;}\n.sheet-modal {height:32vh;}\n.sheet-modal::before {display:none !important;}\n.sheet-modal[data-swipe-to-close=true] .page-content {paddingTop:20px;}\n.sheet-modal[data-swipe-to-close=true] .sheet-modal-inner::before {content:"";width:40px;height:6px;position:absolute;left:50%;top:8px;marginLeft:-20px;borderRadius:3px;background:#666;cursor:pointer;zIndex:15;}\n.sheet-modal[data-swipe-to-close=true] {borderTopRightRadius:20px;borderTopLeftRadius:20px;height:auto;maxHeight:70vh;}','','1759919607','1759912429','2','56','0','2');
INSERT INTO `t6_css` VALUES('57','ori','popup','css','.popup-content {marginTop:10px;flex:1;textAlign:center;}\n.popup-demo .button {marginBottom:25px;minHeight:44px;}\n.popup-demo .swipe-down-text {marginBottom:25px;textAlign:center;fontSize:18px;fontWeight:500;}\n.popup-demo img {width:80%;marginTop:40px;}\n.popup-demo {paddingTop:0;paddingBottom:0;display:flex;flexDirection:column;}','','1759920365','1759912456','2','57','0','2');
INSERT INTO `t6_css` VALUES('58','ori','checkbox','css','.checkbox i {borderRadius:5px;border:2px solid #c7c7cc;}\n.checkbox i:after {top:-2px;left:-2px;}\n.checkbox-rounded .checkbox i {borderRadius:50%;}\n.checkbox-rounded .icon-checkbox {borderRadius:50%;}\n.checkbox.checkbox-inline {marginRight:5px;}\n.icon-checkbox {borderRadius:5px;border:2px solid #c7c7cc;}\n.icon-checkbox:after {top:-2px;left:-2px;}\n.ios .checkbox i:after {fontSize:20px;fontWeight:600;}\n.ios .icon-checkbox:after {fontSize:20px;fontWeight:600;}\nhtml[dir=rtl] .checkbox.checkbox-inline {marginRight:0;marginLeft:5px;}\nlabel:not(.checkbox,.item-checkbox,.radio,.item-radio,.toggle){font-weight:500;margin-bottom:7px;font-size:15px;display:block}','','1759924604','1759912576','2','58','0','2');
INSERT INTO `t6_css` VALUES('59','ori','timeline','css','.dark .timeline-item-divider:after {background:#fff;}\n.dark .timeline-item-divider:before {background:#fff;}\n.dark .timeline-item-inner {background:0 0;}\n.timeline {padding:0;}\n.timeline-item-content {marginTop:-4px;marginBottom:5px;}\n.timeline-item-date {fontWeight:500;}\n.timeline-item-divider {background:var(--title-color);}\n.timeline-item-divider:after {width:1px;opacity:0.2;background:#41454b;}\n.timeline-item-divider:before {width:1px;opacity:0.2;background:#41454b;}\n.timeline-item-inner {paddingTop:0;}\n.timeline-item-text img {borderRadius:10px;}\n.timeline-item-text {color:var(--text-color);marginTop:5px;lineHeight:1.8em;}','','1759919110','1759912653','2','59','0','2');
INSERT INTO `t6_css` VALUES('60','ori','stepper','css','.dark .stepper.color-light-gray .stepper-button-minus::after {backgroundColor:var(--background-color);}\n.dark .stepper.color-light-gray .stepper-button-plus::after {backgroundColor:var(--background-color);}\n.dark .stepper.color-light-gray .stepper-button-plus::before {backgroundColor:var(--background-color);}\n.stepper .stepper-input-wrap input {backgroundColor:transparent;padding:0;borderRadius:0;color:var(--title-color);width:40px;}\n.stepper-button {width:28px;}\n.stepper-button-minus {width:28px;}\n.stepper-button-minus:after {width:12px;}\n.stepper-button-minus:first-child {borderRadius:8px;}\n.stepper-button-minus:last-child {borderRadius:8px;}\n.stepper-button-plus {width:28px;}\n.stepper-button-plus:after {width:12px;}\n.stepper-button-plus:before {height:12px;}\n.stepper-button-plus:first-child {borderRadius:8px;}\n.stepper-button-plus:last-child {borderRadius:8px;}\n.stepper-button:first-child {borderRadius:8px;}\n.stepper-button:last-child {borderRadius:8px;}\n.stepper-input-wrap {border:none;}\n.stepper-value {border:none;}\n.stepper.color-light-gray .stepper-button-minus::after {backgroundColor:var(--title-color);}\n.stepper.color-light-gray .stepper-button-plus::after {backgroundColor:var(--title-color);}\n.stepper.color-light-gray .stepper-button-plus::before {backgroundColor:var(--title-color);}\nhtml[dir=rtl] .stepper .stepper-input-wrap input {paddingRight:0;}','','1759919485','1759912704','2','60','0','2');
INSERT INTO `t6_css` VALUES('61','ori','list ','css','.faq-list .list.accordion-list .item-title {fontSize:15px;}\n.icon-list .icon {margin:0 15px;}\n.list .item-after {color:var(--text-color);}\n.list .item-after.event-time {color:var(--title-color);fontWeight:500;fontSize:14px;}\n.list .item-inner {paddingTop:14px;paddingBottom:14px;}\n.list .item-media.event-icon i {fontSize:35px;margin:0 5px;}\n.list .item-title {fontWeight:500;color:var(--title-color);fontSize:15px;}\n.list li {color:var(--title-color);paddingTop:0;paddingBottom:0;}\n.list {marginBottom:25px;}\n.list {marginTop:15px;}\n.list-title {margin:25px 0 10px;}\n.list-title+.list {marginTop:5px;}\n.list-with-icons .item-media img {maxHeight:35px;maxWidth:35px;height:auto;width:auto;borderRadius:50%;}\n.list.accordion-list .item-title {color:var(--title-color);fontWeight:500;fontSize:15px;}','','1759927422','1759912745','2','61','0','2');
INSERT INTO `t6_css` VALUES('62','ori','help','css','.help-center-banner {borderRadius:15px;}\n.help-center-links {marginBottom:30px;}\n.help-center-title {marginTop:20px;marginBottom:-5px;fontSize:2em;}','','1759923598','1759912856','2','62','0','2');
INSERT INTO `t6_css` VALUES('63','ori','page','css','.ios .router-transition-backward .page-current:before {background:0 0;}\n.ios .router-transition-backward .page-previous:after {background:0 0;}\n.ios .router-transition-forward .page-current:after {background:0 0;}\n.ios .router-transition-forward .page-next:before {background:0 0;}\n.page {backgroundColor:var(--background-color);}\n.page-content .movie-cover {width:calc(70vw - 30px);borderRadius:25px;maxHeight:342px;objectFit:cover;}\n.page-content img {width:100%;}\n.page-content {paddingLeft:15px;paddingRight:15px;paddingBottom:calc(var(--f7-page-toolbar-bottom-offset,0px) + var(--f7-safe-area-bottom) + var(--f7-page-content-extra-padding-bottom,0px) + 20px);}\n.page-onboarding {display:flex;flexDirection:column;justifyContent:space-between;paddingBottom:calc(var(--f7-page-toolbar-bottom-offset,0px) + var(--f7-safe-area-bottom) + var(--f7-page-content-extra-padding-bottom,0px) - 20px);}\n.page-opacity-effect {background:0 0;}\n.page-shadow-effect {background:0 0;}\n.page-theme-transition {transition:background-color .4s;}\n.page[data-name=chat] .page-content {paddingBottom:calc(var(--f7-page-toolbar-bottom-offset,0px) + var(--f7-safe-area-bottom) + var(--f7-page-content-extra-padding-bottom,0px));}\n.photo-browser-page .navbar .title {color:#fff;}','','1759920494','1759913028','2','63','0','2');
INSERT INTO `t6_css` VALUES('64','ori','message','css','html[dir=rtl] .messagebar-area textarea {padding:6px 16px;}\n.dark .information-block:not(.success-message,.error-message) h2{color:#1e2b47}\n.dark .information-block:not(.success-message,.error-message) p{color:#1e2b47}\n.information-block.error-message h2 {color:#b14b4b;}\n.information-block.error-message p {color:#b14b4b;}\n.information-block.error-message {backgroundImage:url("https://yui.xioyuna.com/template/img/images/pattern-error.png");}\n.information-block.success-message h2 {color:#599c63;}\n.information-block.success-message p {color:#599c63;}\n.information-block.success-message {backgroundImage:url("https://yui.xioyuna.com/template/img/images/pattern-success.png");}\n.ios .dark .message-received .message-bubble {backgroundColor:var(--light-gray);}\n.ios .message+.message:not(.message-first){margin-top:2px}\n.ios .message-received .message-bubble {padding:8px 13px 8px 20px;}\n.ios .message-received {marginLeft:15px;}\n.ios .message-sent .message-bubble {padding:8px 20px 8px 13px;}\n.ios .message-sent {marginRight:15px;}\n.link-banner.error-message .link-banner-subtitle {color:#9b3d3d;}\n.link-banner.error-message .link-banner-title {color:#9b3d3d;}\n.link-banner.error-message i {color:#9b3d3d;}\n.link-banner.error-message {backgroundImage:url("https://yui.xioyuna.com/template/img/images/pattern-error.png");}\n.link-banner.error-message {backgroundRepeat:no-repeat;backgroundSize:cover;backgroundPosition:center;}\n.link-banner.error-message.link-chevron::before {color:#9b3d3d;}\n.link-banner.success-message .link-banner-subtitle {color:#508d59;}\n.link-banner.success-message .link-banner-title {color:#508d59;}\n.link-banner.success-message i {color:#508d59;}\n.link-banner.success-message {backgroundImage:url("https://yui.xioyuna.com/template/img/images/pattern-success.png");}\n.link-banner.success-message {backgroundRepeat:no-repeat;backgroundSize:cover;backgroundPosition:center;}\n.link-banner.success-message.link-chevron::before {color:#508d59;}\n.message-bubble {fontSize:15px;}\n.message-list.detailed-list .item-after .badge {padding:0 6px;minWidth:22px;}\n.messagebar .send-link i {transform:rotate(45deg);marginLeft:-6px;marginRight:3px;}\n.messagebar .toolbar-inner {paddingBottom:3px;}\n.messagebar textarea {backgroundColor:var(--light-gray);}\n.messagebar textarea {minHeight:auto;border:none;marginBottom:0;fontWeight:400;fontSize:15px;}\n.messages-date {fontSize:14px;margin:15px 0 5px;color:var(--text-color);textAlign:center;width:100%;lineHeight:1;}','','1759920884','1759913346','2','64','0','2');
INSERT INTO `t6_css` VALUES('65','ori','segmented','css','.dark .segmented.segmented-strong .button.tab-link-active {color:#181c22;}\n.segmented-strong .segmented-highlight {boxShadow:none;backgroundColor:var(--title-color);borderRadius:12px;}\n.segmented-strong {--f7-segmented-strong-padding:3px;}\n.segmented.segmented-strong .button {margin:0;borderRadius:12px;}\n.segmented.segmented-strong .button.active-state {backgroundColor:transparent;}\n.segmented.segmented-strong .button.tab-link-active {color:#fff;}\n.segmented.segmented-strong {backgroundColor:var(--light-gray);}\n.segmented.segmented-strong {borderRadius:15px;}\nhtml[dir=rtl] .dark .segmented.segmented-strong .button.tab-link-active {color:#fff;}\nhtml[dir=rtl] .dark .segmented.segmented-strong .button{color:#1e2b47}\nhtml[dir=rtl] .segmented.segmented-strong .button {color:#fff;}\nhtml[dir=rtl] .segmented.segmented-strong .button.tab-link-active {color:var(--title-color);}','','1759919833','1759913562','2','65','0','2');
INSERT INTO `t6_css` VALUES('66','ori','badge','css','.badge {padding:0 6px;fontSize:13px;fontWeight:500;lineHeight:20px;}\n.badge-with-icon i {fontSize:17px !important;marginRight:3px;}\n.badge-with-icon {height:24px;padding:0 10px 0 6px;}\n.badge-with-image img {height:24px;width:auto;borderRadius:12px;marginRight:6px;}\n.badge-with-image {paddingLeft:0;height:24px;fontWeight:500;fontSize:14px;paddingRight:8px;}\n.dark .badge.color-black {backgroundColor:#fff;}\n.dark .badge.color-black {color:var(--background-color);}\n.dark .badge.color-light-gray {color:var(--background-color);}\n.detailed-list .item-after .badge {height:22px;padding:0 9px;fontSize:12px;}\n.detailed-list .item-name .badge {marginLeft:3px;padding:0 8px;}\n.light-gray-title .badge {padding:0;marginLeft:3px;marginBottom:2px;}\n.verified-badge {marginLeft:2px;fontSize:19px;}\nhtml[dir=rtl] .badge-with-icon i {marginRight:0;marginLeft:3px;}\nhtml[dir=rtl] .badge-with-icon {padding:0 6px 0 10px;}\nhtml[dir=rtl] .badge-with-image img {marginRight:0;marginLeft:6px;}\nhtml[dir=rtl] .badge-with-image {paddingRight:0;paddingLeft:8px;}\nhtml[dir=rtl] .light-gray-title .badge {marginLeft:0;marginRight:3px;}\ni .badge {padding:0 4px;fontSize:10px;}','','1759923850','1759913598','2','66','0','2');
INSERT INTO `t6_css` VALUES('67','ori','button','css','.button i {fontSize:18px;fontWeight:400;}\n.button img {width:17px;maxWidth:17px;maxHeight:17px;marginRight:7px;}\n.button {width:100%;height:44px;textTransform:none;fontWeight:500;fontSize:14px;borderRadius:10px;margin:10px 0;}\n.button-icon-left i {marginRight:6px;}\n.button-icon-right i {marginLeft:6px;}\n.button-round {borderRadius:22px;}\n.dark .button.color-dark {backgroundColor:#0ee9b3;color:#181c22;}\n.dark .button.color-light-gray {backgroundColor:#102733;}\n.google-button {backgroundColor:#eff7e5;}\n.onboarding-next-button i {marginLeft:5px;fontWeight:600;}\n.toast-button.button {width:auto;}\nform .button {margin:20px 0;}\nhtml[dir=rtl] .button img {marginRight:0;marginLeft:7px;}\nhtml[dir=rtl] .button-icon-left i {marginRight:0;marginLeft:5px;}\nhtml[dir=rtl] .onboarding-next-button i {transform:rotate(180deg);marginLeft:0;marginRight:5px;}','','1759931126','1759913625','2','67','0','2');
INSERT INTO `t6_css` VALUES('68','ori','toolbar','css','.toolbar {backgroundColor:var(--background-color);}\n.toolbar {transition:background-color .4s,transform .4s;}\n.toolbar-bottom:before {backgroundColor:#dedede;transition:background-color .4s,transform .4s;}','','1759927724','1759913945','2','68','0','2');
INSERT INTO `t6_css` VALUES('69','ori','text_editor','css','.dark .text-editor {border:1px solid #363d43;}\n.dark .text-editor-toolbar {borderBottom:1px solid #363d43;}\n.text-editor {backgroundColor:var(--light-gray);}\n.text-editor {marginRight:0;marginLeft:0;borderRadius:10px;border:1px solid #e0e3e6;marginTop:0;}\n.text-editor-content .text-editor-placeholder {color:#93a0b1;}\n.text-editor-toolbar {backgroundColor:var(--light-gray);}\n.text-editor-toolbar {borderBottom:1px solid #e0e3e6;borderTopLeftRadius:10px;borderTopRightRadius:10px;}\n.text-editor-toolbar::after {display:none;}','','1759919223','1759914022','2','69','0','2');
INSERT INTO `t6_css` VALUES('70','ori','title','css','.title-bottom-line {position:relative;marginTop:30px;marginBottom:25px;}\n.title-bottom-line::after {content:"";position:absolute;backgroundColor:var(--f7-list-outline-border-color);display:block;zIndex:15;right:auto;bottom:-7px;left:0;height:1px;width:100%;transformOrigin:50% 100%;transform:scaleY(calc(1 / var(--f7-device-pixel-ratio)));}','','1759919054','1759914273','2','70','0','2');
INSERT INTO `t6_css` VALUES('71','ori','calendar','css','.calendar .toolbar .toolbar-inner .center {fontWeight:500;}\n.calendar-day-number {fontWeight:500;}','','1759923878','1759915100','2','71','0','2');
INSERT INTO `t6_css` VALUES('72','ori','swipeout','css','.swipeout-actions-left>a {fontWeight:500;fontSize:15px;}\n.swipeout-actions-left>button {fontWeight:500;fontSize:15px;}\n.swipeout-actions-left>div {fontWeight:500;fontSize:15px;}\n.swipeout-actions-left>span {fontWeight:500;fontSize:15px;}\n.swipeout-actions-right>a {fontWeight:500;fontSize:15px;}\n.swipeout-actions-right>button {fontWeight:500;fontSize:15px;}\n.swipeout-actions-right>div {fontWeight:500;fontSize:15px;}\n.swipeout-actions-right>span {fontWeight:500;fontSize:15px;}','','1759923462','1759923453','2','72','0','2');
INSERT INTO `t6_css` VALUES('73','ori','simple_list','css','.simple-list .item-inner {paddingRight:0;}\n.simple-list .item-inner::after {display:none;}\n.simple-list ul li {fontWeight:500;color:var(--title-color);fontSize:15px;}\n.simple-list ul li {minHeight:50px;}\nhtml[dir=rtl] .simple-list .item-inner {paddingLeft:0;}','','1759924310','1759924285','2','73','0','2');
INSERT INTO `t6_css` VALUES('74','ori','section_title','css','.section-title .left i {fontSize:16px;}\n.section-title a {fontWeight:500;fontSize:15px;color:var(--f7-theme-color);}\n.section-title {marginTop:25px;marginBottom:0;display:flex;alignItems:center;justifyContent:space-between;color:var(--title-color);fontSize:18px;fontWeight:600;}','','1759924355','1759924339','2','74','0','2');
INSERT INTO `t6_css` VALUES('75','ori','detailed_list','css','.detailed-list .item-after {fontSize:14px;}\n.detailed-list .item-content {paddingLeft:15px;}\n.detailed-list .item-footer {lineHeight:16px;overflow:hidden;whiteSpace:nowrap;textOverflow:ellipsis;fontSize:14px;marginTop:4px;color:var(--text-color);paddingRight:5px;}\n.detailed-list .item-link .item-inner {paddingRight:15px;marginLeft:15px;}\n.detailed-list .item-link .item-inner:before {display:none;}\n.detailed-list .item-media img {width:50px;borderRadius:50%;}\n.detailed-list .item-media img.event-thumbnail {borderRadius:17px;}\n.detailed-list .item-name {color:var(--title-color);fontWeight:500;}\n.detailed-list .item-name {fontSize:15px;}\n.detailed-list .item-unread {color:var(--title-color);fontWeight:500;}\n.detailed-list {marginTop:10px;}\nhtml[dir=rtl] .detailed-list .item-content {paddingLeft:0;}\nhtml[dir=rtl] .detailed-list .item-link .item-inner {paddingRight:0;paddingLeft:15px;marginLeft:0;}','','1759924420','1759924388','2','75','0','2');
INSERT INTO `t6_css` VALUES('76','ori','aaa','css','p .icon-radio {marginRight:1px;}\np {color:var(--text-color);}\np {lineHeight:1.8em;fontSize:15px;}\np.row .button {marginTop:0;marginBottom:0;}','','1759927038','1759924625','2','76','0','2');
INSERT INTO `t6_css` VALUES('77','ori','tabber','css','.tabbar a {color:#8896b8;}\n.tabbar-icons .tabbar-label {fontSize:10px;}\n.tabbar-icons a {color:#8896b8;}','','1759924665','1759924657','2','77','0','2');
INSERT INTO `t6_css` VALUES('78','ori','range_slider','css','.range-slider-title-value .range-value {color:var(--title-color);fontWeight:500;fontSize:15px;}\n.range-slider-title-value {display:flex;justifyContent:space-between;alignItems:center;}\n.range-slider-with-icons {width:100%;margin:0 16px;}','','1759924714','1759924704','2','78','0','2');
INSERT INTO `t6_css` VALUES('79','ori','link','css','.link-chevron::before {fontFamily:framework7-core-icons;fontStyle:normal;letterSpacing:normal;textTransform:none;whiteSpace:nowrap;wordWrap:normal;direction:ltr;WebkitFontSmoothing:antialiased;MozOsxFontSmoothing:grayscale;fontFeatureSettings:"liga";textAlign:center;display:block;fontSize:Array;position:absolute;top:50%;width:8px;height:14px;marginTop:-7px;lineHeight:14px;pointerEvents:none;right:calc(var(--f7-list-item-padding-horizontal) + var(--f7-safe-area-right));content:var(--f7-list-chevron-icon-right);}\n.link-chevron::before {fontWeight:400;color:var(--title-color);}\n.link-chevron::before {textRendering:optimizeLegibility;}\n.links-list a {fontWeight:500;color:var(--title-color);fontSize:15px;}\n.links-list ul li a {minHeight:50px;}\nhtml[dir=rtl] .link-chevron::before {display:none;}','','1759924781','1759924755','2','79','0','2');
INSERT INTO `t6_css` VALUES('80','ori','info_block','css','.dark .info-block p {color:#7f91a7;}\n.dark .info-block-icon {backgroundColor:var(--background-color);color:#8191a6;}\n.info-block p {fontSize:15px;color:#708197;margin:0;}\n.info-block {backgroundColor:var(--light-gray);padding:15px 20px;borderRadius:15px;marginTop:20px;position:relative;}\n.info-block {marginBottom:25px;}\n.info-block-icon i {fontSize:25px;}\n.info-block-icon {position:absolute;top:-15px;right:-15px;backgroundColor:#fff;padding:4px;borderRadius:50%;}','','1759925159','1759925128','2','80','0','2');
INSERT INTO `t6_css` VALUES('81','ori','input','css','input[type=date] {backgroundColor:var(--light-gray);width:100%;height:44px;padding:0 0 0 15px;borderRadius:10px;color:var(--title-color);fontWeight:500;marginBottom:20px;fontSize:15px;}\ninput[type=date] {paddingRight:10px;lineHeight:42px;}\ninput[type=datetime-local] {backgroundColor:var(--light-gray);width:100%;height:44px;padding:0 0 0 15px;borderRadius:10px;color:var(--title-color);fontWeight:500;marginBottom:20px;fontSize:15px;}\ninput[type=datetime-local] {paddingRight:10px;lineHeight:42px;}\ninput[type=email] {backgroundColor:var(--light-gray);width:100%;height:44px;padding:0 0 0 15px;borderRadius:10px;color:var(--title-color);fontWeight:500;marginBottom:20px;fontSize:15px;}\ninput[type=password] {backgroundColor:var(--light-gray);width:100%;height:44px;padding:0 0 0 15px;borderRadius:10px;color:var(--title-color);fontWeight:500;marginBottom:20px;fontSize:15px;}\ninput[type=text] {backgroundColor:var(--light-gray);width:100%;height:44px;padding:0 0 0 15px;borderRadius:10px;color:var(--title-color);fontWeight:500;marginBottom:20px;fontSize:15px;}\ntextarea {backgroundColor:var(--light-gray);width:100%;height:44px;padding:0 0 0 15px;borderRadius:10px;color:var(--title-color);fontWeight:500;marginBottom:20px;fontSize:15px;}\ntextarea {paddingTop:15px;paddingBottom:15px;minHeight:100px;}','','1759926270','1759926257','2','81','0','2');
INSERT INTO `t6_css` VALUES('82','ori','icon','css','.demo-icons i {margin:10px;fontSize:30px;}\n.demo-icons {display:grid;gridTemplateColumns:repeat(auto-fill,60px);justifyContent:space-between;gridGap:1rem;justifyItems:center;}\n.icon-bold {fontWeight:600;}\n.icon-tooltip {color:var(--title-color);}\n.ios .icon-radio:after {fontSize:24px;}\n.ios .toggle-icon:after {boxShadow:none;}\n.ios .toggle-icon:before {backgroundColor:#e9e9ea;}\n.ios p .icon-radio:after {fontSize:22px;}\n.radio .icon-radio {width:24px;height:24px;border:2px solid #c7c7cc;}','','1759989879','1759926463','2','82','0','2');
INSERT INTO `t6_css` VALUES('83','m0','aa','css','.comment-infos,.page-content img,.rating-block-group{width:100%}\n.dark .ticket-fill.ticket-image,.dark .timeline-item-inner,.ios .router-transition-backward .page-current:before,.ios .router-transition-backward .page-previous:after,.ios .router-transition-forward .page-current:after,.ios .router-transition-forward .page-next:before,.page-opacity-effect,.page-shadow-effect{background:0 0}\n.navbar-bg,.toolbar{background-color:var(--background-color)}\n::-webkit-scrollbar{display:none}\n.card-footer:before,.detailed-list .item-link .item-inner:before,.navbar-bg:after,.simple-list .item-inner::after,.text-editor-toolbar::after,html[dir=rtl] .link-chevron::before{display:none}\n.post-horizontal .post-title,.search-grid a{display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis}\n.navbar-profile img{border-radius:50%;width:30px}\n.navbar-arrow{padding-left:2px;width:25px}\n.arrow-back{font-weight:400;font-size:26px;padding-right:10px;width:25px;-webkit-font-smoothing:subpixel-antialiased}\n.navbar .title-large{height:58px}\n.navbar .title-large-text{color:var(--title-color);padding-left:15px}\n.ios .navbar .left a+a,.ios .navbar .right a+a,html[dir=rtl] .search-grid a:nth-child(2n){margin-left:0}\n.navbar .icon .badge{font-size:11px;font-weight:600}\n.toolbar{transition:background-color .4s,transform .4s}\n.tabbar a,.tabbar-icons a{color:#8896b8}\n.tabbar-icons .tabbar-label{font-size:10px}\n.ios .toolbar-bottom-ios:before,.md .toolbar-bottom-md:before,.toolbar-bottom:before{background-color:#dedede;transition:background-color .4s,transform .4s}\n.color-light-gray{--f7-button-text-color:var(--title-color);--f7-theme-color:#ecf1f5;--f7-theme-color-rgb:236,241,245;--f7-theme-color-shade:#d1dde7;--f7-theme-color-tint:#f6f8fa;--f7-badge-text-color:var(--title-color)}\n.color-dark{--f7-theme-color:#1e2b47;--f7-theme-color-rgb:30,43,71;--f7-theme-color-shade:#121a2a;--f7-theme-color-tint:#2a3c64}\n.button{width:100%;height:44px;text-transform:none;font-weight:500;font-size:14px;border-radius:10px;margin:10px 0}\n.button img{width:17px;max-width:17px;max-height:17px;margin-right:7px}\n.grid-buttons-demo,p.row .button{margin-top:0;margin-bottom:0}\n.info-block,.list{margin-bottom:25px}\n.links-list a,.list .item-title,.movie-distribution .item-inner .item-after,.settings-list .item-title,.simple-list ul li{font-weight:500;color:var(--title-color);font-size:15px}','','1759964318','1759932397','3','83','0','2');
INSERT INTO `t6_css` VALUES('84','m0','button','css','.button i{font-size:18px;font-weight:400}\n\n.button-icon-right i{margin-left:6px}\n.button-icon-left i{margin-right:6px}\n.button-round{border-radius:22px}','','1759932455','1759932441','3','84','0','2');
INSERT INTO `t6_css` VALUES('85','m0','list','css','.list{margin-top:15px}\n.list li{color:var(--title-color);padding-top:0;padding-bottom:0}\n.list .item-inner{padding-top:14px;padding-bottom:14px}\n.links-list ul li a,.simple-list ul li{min-height:50px}\n.simple-list .item-inner,.toggle-setting .item-after{padding-right:0}\n.list-with-icons .item-media img{max-height:35px;max-width:35px;height:auto;width:auto;border-radius:50%}\n.icon-list .icon{margin:0 15px}\n.card-author-footer .card-date,.list .item-after{color:var(--text-color)}\n.detailed-list,.section-title+.card{margin-top:10px}\n.list-title{margin:25px 0 10px}\n.list-title+.list{margin-top:5px}\n.detailed-list .item-after,.login-separator,.panel .profile-header .profile-subtitle{font-size:14px}\n.detailed-list .item-content,.toggle-setting .item-inner{padding-left:15px}\n.detailed-list .item-link .item-inner{padding-right:15px;margin-left:15px}\n.detailed-list .item-media img{width:50px;border-radius:50%}\n.detailed-list .item-footer{line-height:16px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:14px;margin-top:4px;color:var(--text-color);padding-right:5px}\n.detailed-list .item-name{font-size:15px}\n.detailed-list .item-name .badge{margin-left:3px;padding:0 8px}\n.detailed-list .item-media img.event-thumbnail{border-radius:17px}\n.list .item-after.event-time{color:var(--title-color);font-weight:500;font-size:14px}\n.list .item-media.event-icon i{font-size:35px;margin:0 5px}\n.detailed-list .item-after .badge{height:22px;padding:0 9px;font-size:12px}','','1759967567','1759932500','3','85','0','2');
INSERT INTO `t6_css` VALUES('86','m0','color','css','.colored-icons-list a{justify-content:flex-start;padding:11px var(--f7-list-item-padding-horizontal);height:auto}\n.colored-icon{background-color:#ebebf2;border-radius:50%;height:38px;width:38px;display:flex;align-items:center;justify-content:center;margin-right:15px;color:var(--title-color)}\n.colored-icon .icon{font-size:19px}\n.colored-icon.yellow{color:#e5b32d;background-color:rgba(229,179,45,.2)}\n.colored-icon.blue{color:#0091de;background-color:rgba(0,145,222,.1)}\n.colored-icon.green{color:#19b48e;background-color:rgba(25,180,142,.1)}\n.colored-icon.pink{color:#e2206e;background-color:rgba(226,32,95,.1)}\n.colored-icon.orange{color:#ee8f30;background-color:rgba(255,156,60,.16)}\n.colored-icon.red{color:#d8422e;background-color:rgba(216,66,46,.13)}\n.colored-icon.purple{color:#9146da;background-color:rgba(145,70,218,.15)}\n.light-gray-title{color:#99a0a7;font-weight:500;font-size:13px;text-transform:uppercase;margin-top:30px;margin-bottom:10px}\n.light-gray-title .badge{padding:0;margin-left:3px;margin-bottom:2px}\n.dark .colored-icon.yellow{background-color:rgba(229,179,45,.2)}\n.dark .colored-icon.blue{background-color:rgba(0,145,222,.25)}\n.dark .colored-icon.green{background-color:rgba(25,180,142,.2)}\n.dark .colored-icon.pink{background-color:rgba(226,32,95,.2)}\n.dark .colored-icon.orange{background-color:rgba(255,156,60,.2)}\n.dark .colored-icon.red{background-color:rgba(216,66,46,.3)}\n.dark .colored-icon.purple{background-color:rgba(145,70,218,.3)}\n.dark .light-gray-title{color:#8191a6}\n.bg-color-primary{background-color:var(--f7-theme-color)!important}','','1759968610','1759932528','3','86','0','2');
INSERT INTO `t6_css` VALUES('87','m0','info-blok','css','.info-block{background-color:var(--light-gray);padding:15px 20px;border-radius:15px;margin-top:20px;position:relative}\n.info-block p{font-size:15px;color:#708197;margin:0}\n.info-block-icon{position:absolute;top:-15px;right:-15px;background-color:#fff;padding:4px;border-radius:50%}\n.info-block-icon i,.simple-link-banner i,.single-post-actions{font-size:25px}\n.information-block,.link-banner.error-message,.link-banner.success-message{background-repeat:no-repeat;background-size:cover;background-position:center}\n.information-block.error-message,.link-banner.error-message{background-image:url("https://yui.xioyuna.com/template/img/images/pattern-error.png")}\n\n.information-block.success-message,.link-banner.success-message{background-image:url("https://yui.xioyuna.com/template/img/images/pattern-success.png")}\n.information-block{background-image:url("https://yui.xioyuna.com/template/img/images/pattern-general.png");color:var(--title-color);text-align:center;padding:25px 20px 20px;margin:20px 0}\n.information-block.success-message h2,.information-block.success-message p{color:#599c63}\n.information-block.error-message h2,.information-block.error-message p{color:#b14b4b}\n.information-block img{width:30%}\n.information-block h2{font-size:30px;margin:10px 0 0}\n.information-block p{color:var(--title-color);margin:10px 0;font-weight:500;line-height:1.5}','','1759967733','1759932565','3','87','0','2');
INSERT INTO `t6_css` VALUES('88','m0','section','css','.section-title{margin-top:25px;margin-bottom:0;display:flex;align-items:center;justify-content:space-between;color:var(--title-color);font-size:18px;font-weight:600}\n.section-title .left i{font-size:16px}\n.section-title a{font-weight:500;font-size:15px;color:var(--f7-theme-color)}','','1759964381','1759932604','3','88','0','2');
INSERT INTO `t6_css` VALUES('89','m0','post','css','.post-list{margin:10px 0 20px}\n.post-list .post-horizontal{margin-bottom:10px;align-items:normal}\n.post-horizontal{display:flex;padding:15px 15px 15px 17px;border-radius:15px;justify-content:space-between}\n.post-horizontal .post-image{margin-left:10px;line-height:0}\n.post-horizontal .post-image img{object-fit:cover;border-radius:15px;min-width:84px;max-width:84px;height:84px}\n.post-horizontal .post-title{color:var(--title-color);font-weight:500;line-height:22px;font-size:14px;margin:2px 0 11px;overflow:hidden;-webkit-line-clamp:2}\n.post-horizontal .post-category,.post-horizontal .post-date,.stock-item-name{color:var(--text-color);font-size:14px}\n.post-horizontal .post-date{line-height:0}','','1759964408','1759932623','3','89','0','2');
INSERT INTO `t6_css` VALUES('90','m0','badge','css','.badge{padding:0 6px;font-size:13px;font-weight:500;line-height:20px}\ni .badge{padding:0 4px;font-size:10px}\n.badge-with-icon{height:24px;padding:0 10px 0 6px}\n.badge-with-icon i{font-size:17px!important;margin-right:3px}\n.badge-with-image{padding-left:0;height:24px;font-weight:500;font-size:14px;padding-right:8px}\n.badge-with-image img{height:24px;width:auto;border-radius:12px;margin-right:6px}\n.verified-badge{margin-left:2px;font-size:19px}','','1759967014','1759932642','3','90','0','2');
INSERT INTO `t6_css` VALUES('91','m0','checkbox','css','.ios .checkbox i:after,.ios .icon-checkbox:after{font-size:20px;font-weight:600}\n.checkbox.checkbox-inline{margin-right:5px}\n.checkbox-rounded .checkbox i,.checkbox-rounded .icon-checkbox,.notification-image{border-radius:50%}\n.checkbox i,.icon-checkbox{border-radius:5px;border:2px solid #c7c7cc}\n.checkbox i:after,.icon-checkbox:after{top:-2px;left:-2px}','','1759964503','1759933755','3','91','0','2');
INSERT INTO `t6_css` VALUES('92','m0','grid','css','.grid{margin:10px 0}\n.grid-demo>*{padding:20px 0;font-weight:500;color:var(--title-color);background-color:var(--light-gray);border-radius:6px;text-align:center}\n.grid-demo{margin:15px 0}\n.grid-buttons-demo .button{margin-bottom:0;margin-top:0}\n.grid-no-margin,swiper-slide .card{margin:0}','','1759964533','1759933817','3','92','0','2');
INSERT INTO `t6_css` VALUES('93','m0','icon','css','.icon-bold,.movie-block-text{font-weight:600}\n.demo-icons{display:grid;grid-template-columns:repeat(auto-fill,60px);justify-content:space-between;grid-gap:1rem;justify-items:center}\n.demo-icons i{margin:10px;font-size:30px}\n.infinite-scroll-demo .post-horizontal .post-image{border-radius:15px;min-width:84px;max-width:84px;height:84px;background-color:var(--title-color);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:30px}\n.popover-inner .block{margin:20px 0;padding:0 20px}\n.preloader-big{height:40px;width:40px}\n.panel-backdrop{background-color:rgba(0,0,0,.3)}\n.centered-text,.preloader-demo>div{text-align:center}\n.progressbar,.progressbar-infinite{margin:20px 0;height:8px;background-color:var(--light-gray)}\n.ios .icon-radio:after{font-size:24px}\n.radio .icon-radio{width:24px;height:24px;border:2px solid #c7c7cc}\np .icon-radio{margin-right:1px}\n.dark .card,.ios .toggle-icon:after{box-shadow:none}\n.ios .toggle-icon:before{background-color:#e9e9ea}','','1759965604','1759964590','3','93','0','2');
INSERT INTO `t6_css` VALUES('94','m0','popup','css','.popup-demo{padding-top:0;padding-bottom:0;display:flex;flex-direction:column}\n.popup-demo img{width:80%;margin-top:40px}\n.popup-content{margin-top:10px;flex:1;text-align:center}\n.popup-demo .button{margin-bottom:25px;min-height:44px}\n.popup-demo .swipe-down-text{margin-bottom:25px;text-align:center;font-size:18px;font-weight:500}','','1759964660','1759964651','3','94','0','2');
INSERT INTO `t6_css` VALUES('95','m0','link-banner','css','.link-banner.bg-color-dark,.link-banner.bg-color-dark .link-banner-text,.link-banner.bg-color-dark i,.link-banner.bg-color-dark.link-chevron::before,.link-banner.bg-color-primary,.link-banner.bg-color-primary .link-banner-text,.link-banner.bg-color-primary i,.link-banner.bg-color-primary.link-chevron::before,.navbar-photo-browser .right .link i,.navbar-photo-browser .right .link svg,.photo-browser-page .navbar .title,.segmented.segmented-strong .button.tab-link-active,html[dir=rtl] .dark .segmented.segmented-strong .button.tab-link-active,html[dir=rtl] .segmented.segmented-strong .button{color:#fff}\n.link-banner.bg-color-dark,.stepper.color-light-gray .stepper-button-minus::after,.stepper.color-light-gray .stepper-button-plus::after,.stepper.color-light-gray .stepper-button-plus::before{background-color:var(--title-color)}\n.create-post-cover,.link-banner,.profile-image,.settings-image{position:relative}\n.category-slide,.contact-block,.create-post-cover,.link-banner,.movie-block,.profile-buttons .contact-button{background-color:var(--light-gray)}\n.link-banner{padding:15px 15px 15px 20px;margin:15px 0;font-weight:500;font-size:15px;display:flex;align-items:center;justify-content:flex-start;color:var(--title-color);overflow:hidden}\n.link-banner i,.link-banner-subtitle,.link-chevron::before{font-weight:400;color:var(--title-color)}\n.link-banner i{margin-right:10px;font-size:35px}\n.link-banner-text{color:var(--title-color);margin-left:10px}\n.link-banner-subtitle{font-size:14px;margin-top:2px;opacity:.7}\n.link-banner img{margin-right:10px;max-height:40px;width:auto}\n.link-banner.bg-color-dark .link-banner-subtitle,.link-banner.bg-color-primary .link-banner-subtitle{color:#fff;opacity:.8}\n.link-banner.error-message .link-banner-subtitle,.link-banner.error-message .link-banner-title,.link-banner.error-message i,.link-banner.error-message.link-chevron::before{color:#9b3d3d}\n.link-banner.success-message .link-banner-subtitle,.link-banner.success-message .link-banner-title,.link-banner.success-message i,.link-banner.success-message.link-chevron::before{color:#508d59}\n.simple-link-banner .link-banner-text{font-size:15px;margin-left:2px}','','1759967593','1759964700','3','95','0','2');
INSERT INTO `t6_css` VALUES('96','m0','card','css','.card-author-footer .card-footer-right i,.ios p .icon-radio:after,.rating-block-detailed .rating-block-stars i{font-size:22px}\n.card-author-footer .card-author,.list.accordion-list .item-title,.range-slider-title-value .range-value,.signup-have-account{color:var(--title-color);font-weight:500;font-size:15px}\n.card.card-album,.single-cover-image,.single-post-content img,.stepper-button-minus:first-child,.stepper-button-minus:last-child,.stepper-button-plus:first-child,.stepper-button-plus:last-child,.stepper-button:first-child,.stepper-button:last-child{border-radius:8px}\n.card{background:0 0;border-radius:18px;overflow:hidden;margin:20px 0;display:block}\n.card-image{border-radius:0;display:block;min-height:auto;padding:0;line-height:0;position:relative}\n.card-image:has(.card-image-footer) img{object-fit:cover;aspect-ratio:16/10}\n.card-image:has(~ .card-author-footer) img{aspect-ratio:16/9}\n.card-image-footer{position:absolute;bottom:0;padding:60px 18px 15px;background-image:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgb(24 24 24 / 95%) 100%);color:#fff;width:100%;box-sizing:border-box;line-height:var(--f7-line-height)}\n.card-image-footer h2{margin:0;font-size:19px;line-height:24px;font-weight:500;color:#fff}\n.card .card-category{display:inline-block;font-size:13px;font-weight:500;padding:2px 8px;margin-bottom:10px;border-radius:5px}\n.card .card-author,.comment-author,.comment-header-left{display:flex;align-items:center}\n.card .card-author span,.ticket-fill:active{opacity:.9}\n.card .card-author img{width:20px;height:20px;border-radius:50%;margin-right:8px}\n.card-author-footer{display:flex;align-items:center;justify-content:flex-start;padding:12px 16px}\n.card-author-footer .author-image{width:35px;border-radius:50%;height:auto}\n.card-author-footer .card-footer-middle{margin-left:12px}\n.card-author-footer .card-footer-right{font-size:13px;font-weight:500;color:var(--text-color);margin-left:auto}\n.card-big-footer{display:block;padding:20px}\n.card-big-footer h2{margin:0 0 -5px;font-size:20px;line-height:1.5}\n.card-big-footer .button{margin-bottom:0;margin-top:15px}\n.card-big-footer .button i,.onboarding-next-button i{margin-left:5px;font-weight:600}','','1759965780','1759965324','3','96','0','2');
INSERT INTO `t6_css` VALUES('97','m0','slider','css','.range-slider-with-icons{width:100%;margin:0 16px}\n.range-slider-title-value{display:flex;justify-content:space-between;align-items:center}\n.authors-slider swiper-slide,.categories-slider swiper-slide,.toast-button.button{width:auto}','','1759965380','1759965372','3','97','0','2');
INSERT INTO `t6_css` VALUES('98','m0','sheet','css','.sheet-modal[data-swipe-to-close=true] .sheet-modal-inner::before{content:"";width:40px;height:6px;position:absolute;left:50%;top:8px;margin-left:-20px;border-radius:3px;background:#666;cursor:pointer;z-index:15}\n.sheet-modal{height:32vh}\n.sheet-modal[data-swipe-to-close=true]{border-top-right-radius:20px;border-top-left-radius:20px;height:auto;max-height:70vh}\n.sheet-modal .page-content{padding:0 20px 20px}\n.sheet-modal[data-swipe-to-close=true] .page-content{padding-top:20px}\n.sheet-modal::before{display:none!important}','','1759965403','1759965393','3','98','0','2');
INSERT INTO `t6_css` VALUES('99','m0','stepper','css','.stepper .stepper-input-wrap input{background-color:transparent;padding:0;border-radius:0;color:var(--title-color);width:40px}\n.stepper-input-wrap,.stepper-value{border:none}\n.stepper-button,.stepper-button-minus,.stepper-button-plus{width:28px}\n.stepper-button-minus:after,.stepper-button-plus:after{width:12px}\n.stepper-button-plus:before{height:12px}','','1759965464','1759965438','3','99','0','2');
INSERT INTO `t6_css` VALUES('100','m0','segmented','css','.segmented.segmented-strong,.text-editor,.text-editor-toolbar{background-color:var(--light-gray)}\n.segmented.segmented-strong .button{margin:0;border-radius:12px}\n.segmented.segmented-strong{border-radius:15px}\n.segmented-strong .segmented-highlight{box-shadow:none;background-color:var(--title-color);border-radius:12px}\n.segmented-strong{--f7-segmented-strong-padding:3px}\n.segmented.segmented-strong .button.active-state{background-color:transparent}','','1759968371','1759965495','3','100','0','2');
INSERT INTO `t6_css` VALUES('101','m0','comment','css','.comment-infos .author-name,.single-post-author .author-name,.swipeout-actions-left>a,.swipeout-actions-left>button,.swipeout-actions-left>div,.swipeout-actions-left>span,.swipeout-actions-right>a,.swipeout-actions-right>button,.swipeout-actions-right>div,.swipeout-actions-right>span{font-weight:500;font-size:15px}\n.comment-date,.comment-text{font-size:15px;color:var(--text-color)}\n.comment-list{margin-top:30px}\n.comment{display:flex;margin:20px 0}\n.comment>img{width:45px;height:45px;border-radius:50%;margin-right:13px}\n.comment-date{margin-left:6px;opacity:.8}\n.comment-text{line-height:1.55em;margin-top:2px}\n.comment-count{margin-bottom:2px;margin-left:2px}\n.comment-header{display:flex;justify-content:space-between;width:100%}\n.comment-reply{margin-left:60px}\n.comment-header i{color:var(--title-color);font-size:18px;width:10px;font-weight:600}','','1759967160','1759965520','3','101','0','2');
INSERT INTO `t6_css` VALUES('102','m0','text-editor','css','.text-editor{margin-right:0;margin-left:0;border-radius:10px;border:1px solid #e0e3e6;margin-top:0}\n.text-editor-content .text-editor-placeholder{color:#93a0b1}\n.text-editor-toolbar{border-bottom:1px solid #e0e3e6;border-top-left-radius:10px;border-top-right-radius:10px}','','1759965555','1759965543','3','102','0','2');
INSERT INTO `t6_css` VALUES('103','m0','accordion','css','.accordion-item-content{padding:0 20px}\n.accordion-item-content p{font-size:15px;margin:0 0 5px}','','1759965676','1759965661','3','103','0','2');
INSERT INTO `t6_css` VALUES('104','m0','swiper','css','swiper-slide .card.card-with-footer{margin-bottom:10px}\nswiper-container{margin-top:10px;margin-bottom:-20px;padding-bottom:20px}','','1759965857','1759965849','3','104','0','2');
INSERT INTO `t6_css` VALUES('105','m0','album','css','.album-grid a:last-child,.album-grid a:nth-last-child(2),.movie-block:last-child,form h1{margin-bottom:0}\n.album-tracklist .item-inner .item-title,.detailed-list .item-name,.detailed-list .item-unread{color:var(--title-color);font-weight:500}\n.album-grid img,.search-grid a:nth-child(odd){margin-right:10px}\n.album-grid a{display:flex;align-items:center;justify-content:flex-start;border-bottom:none!important;margin-bottom:20px}\n.album-grid img{width:55px;border-radius:6px}\n.album-details{width:calc(100% - 70px)}\n.album-grid a:nth-child(2n) .album-details{width:calc(100% - 63px)}\n.album-title{font-size:15px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}\n.album-author{line-height:16px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:14px;margin-top:4px;color:var(--text-color)}\n.card.card-album .card-image img{aspect-ratio:1/1;object-fit:cover}\n.album-header{display:flex;flex-direction:column;align-items:center;justify-content:center}\n.album-header .album-cover{width:80%;border-radius:10px}\n.album-header .album-title{font-weight:600;font-size:26px;margin-top:20px}\n.album-header .album-artist{font-weight:400;font-size:16px;color:var(--text-color);margin-bottom:20px}\n.album-stats{margin-bottom:40px}','','1759968490','1759965929','3','105','0','2');
INSERT INTO `t6_css` VALUES('106','m0','rating','css','.rating-block{display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:40px 25px}\n.rating-block-note{font-weight:500;font-size:30px;margin:20px 0}\n.rating-block-text{text-align:center;color:var(--text-color)}\n.rating-block-detailed{display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:20px 0}\n.rating-block-total{display:flex;justify-content:space-between;align-items:center;background-color:#f5f9ff;border-radius:50px;padding:10px 15px}\n.rating-block-total-text{font-weight:500;margin-top:2px;margin-left:5px}\n.rating-block-count{font-size:14px;margin-top:10px;color:var(--text-color);margin-bottom:15px}\n.rating-block-individual{display:flex;align-items:center;margin:15px 0}\n.rating-block-individual:first-child{margin-top:0}\n.rating-block-star{display:flex;align-items:center;justify-content:flex-end;font-weight:500;width:40px}\n.rating-block-star i{font-size:18px;margin-left:3px}\n.rating-block-bar{margin:0 10px}\n.rating-block-percentage{font-weight:500;width:44px}\n.rating-bg{background-color:#f5f9ff;border-radius:15px}','','1759965977','1759965952','3','106','0','2');
INSERT INTO `t6_css` VALUES('107','m0','ticket','css','.ticket,.ticket-fill{position:relative;height:140px;box-sizing:border-box;margin-bottom:20px;border-radius:15px;display:flex}\n.ticket{width:100%;font-size:15px;background-size:50% 100%;background-repeat:no-repeat;background-image:radial-gradient(circle at 0 50%,rgba(0,0,0,0) .7em,var(--light-gray) 0),radial-gradient(circle at 100% 50%,rgba(0,0,0,0) .7em,var(--light-gray) 0);background-position:top left,top right;overflow:hidden;padding:20px 30px;align-items:center;justify-content:space-between}\n.ticket-infos{flex:1;flex-basis:50%;padding-left:5px}\n.ticket-image{flex:1;flex-basis:50%}\n.ticket-discount{font-size:40px;font-weight:600;color:var(--title-color)}\n.ticket-text{text-transform:uppercase;font-weight:600;font-size:14px}\n.ticket-description{font-weight:500;font-size:14px}\n.ticket:active{opacity:.5}\n.ticket-fill{width:100%;font-size:15px;background:linear-gradient(90deg,#15161b,#14142d);flex-direction:column;align-items:flex-start;justify-content:center;padding:20px 30px}\n.ticket-fill::after,.ticket-fill::before{content:"";width:22px;height:11px;background-color:#fff;border-radius:10rem 10rem 0 0;position:absolute;top:75px;z-index:10}\n.ticket-fill::before{left:-6px;transform:rotate(90deg)}\n.ticket-fill::after{right:-6px;transform:rotate(270deg)}\n.ticket-fill .ticket-description,.ticket-fill .ticket-discount{color:#fff;font-weight:500;z-index:10}\n.ticket-background-icon{position:absolute;right:40px;color:rgba(255,255,255,.1)}\n.ticket-background-icon i{font-size:110px}\n.ticket-image-bg{width:100%;height:100%;position:absolute;left:0;top:0;z-index:1;object-fit:cover;border-radius:15px}\n.ticket-image-bg+.ticket-text{z-index:10;color:#fff}','','1759966063','1759966034','3','107','0','2');
INSERT INTO `t6_css` VALUES('108','m0','timeline','css','.timeline{padding:0}\n.timeline-item-text{color:var(--text-color);margin-top:5px;line-height:1.8em}\n.calendar .toolbar .toolbar-inner .center,.calendar-day-number,.timeline-item-date{font-weight:500}\n.timeline-item-divider:after,.timeline-item-divider:before{width:1px;opacity:.2;background:#41454b}\n.timeline-item-divider{background:var(--title-color)}\n.timeline-item-content{margin-top:-4px;margin-bottom:5px}\n.timeline-item-inner{padding-top:0}\n.timeline-item-text img{border-radius:10px}','','1759966155','1759966112','3','108','0','2');
INSERT INTO `t6_css` VALUES('109','m0','signin','css','.signin-image,.signup-image{display:flex;align-items:center;justify-content:center}\n.signup-image img{width:85%}\n.signin-image img{width:90%}\n.signup-tos{font-size:13px}\n.signup-tos a{color:var(--text-color);text-decoration:underline}\n.signin-links{font-weight:500;font-size:15px;display:flex;align-items:center;justify-content:space-between}\n.google-button{background-color:#eff7e5}','','1759966292','1759966169','3','109','0','2');
INSERT INTO `t6_css` VALUES('110','m0','message','css','.messagebar textarea,.single-post-author,.single-post-category{background-color:var(--light-gray)}\n.message-list.detailed-list .item-after .badge{padding:0 6px;min-width:22px}\n.messagebar textarea{min-height:auto;border:none;margin-bottom:0;font-weight:400;font-size:15px}\n.ios .message-received{margin-left:15px}\n.ios .message-sent{margin-right:15px}\n.messagebar .send-link i{transform:rotate(45deg);margin-left:-6px;margin-right:3px}\n.ios .message+.message:not(.message-first){margin-top:2px}\n.messages-date{font-size:14px;margin:15px 0 5px;color:var(--text-color);text-align:center;width:100%;line-height:1}\n.ios .message-sent .message-bubble{padding:8px 20px 8px 13px}\n.ios .message-received .message-bubble{padding:8px 13px 8px 20px}\n.messagebar .toolbar-inner{padding-bottom:3px}\n.faq-list .list.accordion-list .item-title,.message-bubble{font-size:15px}','','1759967034','1759966491','3','110','0','2');
INSERT INTO `t6_css` VALUES('111','m0','search','css','.searchbar-inner{padding:0 15px}\n.searchbar-backdrop.searchbar-backdrop-in{opacity:0}\n.searchbar.searchbar-inline{margin-top:10px;margin-bottom:-5px}\n.searchbar.searchbar-inline .searchbar-input-wrap{height:40px}\n.authors-slider,.searchbar-help-center.searchbar-inline{margin-top:20px}\n.searchbar-search-page.searchbar-inline{margin-top:10px;margin-bottom:20px}\n.search-grid a{font-size:15px;border-top:1px solid #e2e3e5;text-align:left;margin-top:12px;padding-top:12px;overflow:hidden;-webkit-line-clamp:1}\n.search-grid a:first-child,.search-grid a:nth-child(2){border-top:none;margin-top:5px;padding-top:0}\n.search-grid a:nth-child(2n){margin-left:10px}\n.search-grid a i{font-size:20px;margin-right:6px}','','1759968212','1759966603','3','111','0','2');
INSERT INTO `t6_css` VALUES('112','m0','page','css','.page[data-name=chat] .page-content{padding-bottom:calc(var(--f7-page-toolbar-bottom-offset,0px) + var(--f7-safe-area-bottom) + var(--f7-page-content-extra-padding-bottom,0px))}','','1759966931','1759966922','3','112','0','2');
INSERT INTO `t6_css` VALUES('113','m0','single-post','css','.single-post-date{color:var(--text-color);font-size:16px;margin-top:10px}\n.single-post-title{margin-top:10px;margin-bottom:15px;font-size:28px}\n.single-post-category{padding:4px 10px;height:auto;border-radius:6px;color:var(--title-color);font-size:14px;font-weight:500;margin-right:5px;display:inline-block;margin-top:15px}\n.single-post-author{display:flex;align-items:center;padding:15px;border-radius:15px;margin:20px 0}\n.single-post-author>img{width:55px;border-radius:50%;margin-right:12px}\n.single-post-author .author-details{display:flex;flex-direction:column;justify-content:center}\n.single-post-author .author-description{color:var(--text-color);margin-top:2px;font-size:13px}\n.single-post-author .author-follow{width:auto;margin-left:auto;padding:0 15px 0 11px;height:38px}','','1759966965','1759966947','3','113','0','2');
INSERT INTO `t6_css` VALUES('114','m0','title-bottom','css','.title-bottom-line{position:relative;margin-top:30px;margin-bottom:25px}\n.title-bottom-line::after{content:"";position:absolute;background-color:var(--f7-list-outline-border-color);display:block;z-index:15;right:auto;bottom:-7px;left:0;height:1px;width:100%;transform-origin:50% 100%;transform:scaleY(calc(1 / var(--f7-device-pixel-ratio)))}','','1759967111','1759967099','3','114','0','2');
INSERT INTO `t6_css` VALUES('115','m0','create-post','css','.casting .grid,.create-post-cover{margin-bottom:20px}\n.create-post-cover{height:25vh;border-radius:10px;width:100%;display:flex;align-items:center;flex-direction:column;justify-content:center;font-size:14px;color:#93a0b1}\n.create-post-cover i{margin-bottom:5px}\n.create-post-cover input[type=file]{background-color:red;position:absolute;width:95%;height:90%;opacity:0;z-index:99;cursor:pointer}','','1759967273','1759967208','3','115','0','2');
INSERT INTO `t6_css` VALUES('116','m0','navbar','css','.navbar-transparent .navbar-inner .left a i{color:#fff;transition:color 00s;text-shadow:0 0 11px #000}\n.navbar-transparent.navbar-transparent-visible .navbar-inner .left a i{color:#000;transition:color;text-shadow:none}','','1759967319','1759967310','3','116','0','2');
INSERT INTO `t6_css` VALUES('117','m0','movie','css','.movie-header{display:flex;justify-content:space-between;margin-bottom:30px}\n.link-banner-text,.movie-block{display:flex;flex-direction:column}\n.page-content .movie-cover{width:calc(70vw - 30px);border-radius:25px;max-height:342px;object-fit:cover}\n.movie-infos{width:100%;margin-left:15px}\n.movie-block{color:var(--title-color);align-items:center;justify-content:center;border-radius:20px;margin-bottom:15px;padding:19px 0}\n.card-movie,.help-center-banner,.information-block,.link-banner{border-radius:15px}\n.movie-block i{font-size:20px}\n.movie-block-name{margin:5px 0 1px;color:#708197;font-weight:400}\n.casting .grid>div{display:flex;align-items:center;flex-direction:column;justify-content:flex-start}\nimg.actor-image{border-radius:50%;width:60px;margin-bottom:10px}\n.actor-firstname,.actor-lastname{text-align:center;line-height:1.4em;color:var(--title-color);font-weight:500;font-size:13px}\n.movie-rating{padding-top:0;padding-bottom:0;margin-bottom:-15px}\n.movie-distribution.list .item-title{font-weight:400;color:var(--text-color)}\n.card-movie-rating{position:absolute;right:8px;bottom:8px;background-color:#fff;padding:4px 8px 2px 6px;border-radius:20px;font-size:12px}\n.card-movie-rating i{font-size:12px;margin-bottom:3px}\n.card-movie .card-image img{aspect-ratio:9/13;object-fit:cover}','','1759968398','1759967335','3','117','0','2');
INSERT INTO `t6_css` VALUES('118','m0','help','css','.help-center-title{margin-top:20px;margin-bottom:-5px;font-size:2em}\n.help-center-links,.profile-stats,.search-grid{margin-bottom:30px}','','1759967679','1759967671','3','118','0','2');
INSERT INTO `t6_css` VALUES('119','m0','stock','css','.author-slide,.stock-item-details{flex-direction:column;display:flex}\n.stock-item{display:flex;padding:13px 15px;border-radius:13px;margin-bottom:8px}\n.stock-item img{width:40px;margin-right:15px}\n.stock-item-details{width:100%}\n.stock-item-bottom,.stock-item-top{display:flex;justify-content:space-between}\n.stock-item-top{margin-bottom:3px}\n.stock-item-title,.stock-item-value{font-weight:500;color:var(--title-color);font-size:15px}\n.stock-item-change{font-size:14px;font-weight:500}','','1759967776','1759967752','3','119','0','2');
INSERT INTO `t6_css` VALUES('120','m0','author','css','.author-list .author-follow{height:35px;margin:0;color:#fff}\n.author-slide .author-name,.category-slide,.contact-block{color:var(--title-color);font-weight:500}\n.author-slide{width:85px}\n.author-slide img{width:60px;border-radius:50%}\n.author-slide .author-name{text-align:center;margin-top:7px}','','1759967861','1759967795','3','120','0','2');
INSERT INTO `t6_css` VALUES('121','m0','category','css','.category-slide{font-size:14px;line-height:21px;padding:10px 16px;display:flex;border-radius:20px}\n.album-grid,.categories-slider{margin-top:15px}\n.category-item,.category-item img{border-radius:15px;overflow:hidden}\n.category-item{height:100px;position:relative}\n.category-item img{object-fit:cover;height:100%;width:100%;filter:brightness(60%)}\n.category-name{position:absolute;top:50%;width:100%;text-align:center;color:#fff;font-weight:600;font-size:18px;line-height:0;text-shadow:0 0 20px #000}','','1759968156','1759967833','3','121','0','2');
INSERT INTO `t6_css` VALUES('122','m0','contact','css','.contact-block{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:13px 5px 10px;border-radius:15px}\n.contact-block i{margin:0;font-size:22px;padding-right:0;font-weight:400}\n.contact-block .contact-method{font-size:14px;margin-top:4px}\n.contact-input{height:150px}','','1759967974','1759967875','3','122','0','2');
INSERT INTO `t6_css` VALUES('123','m0','profile','css','.edit-profile-image,.profile-online{background-color:#0091de;display:flex}\n.edit-profile-image{position:absolute;bottom:8px;right:8px;border-radius:50%;border:1px solid #fff;width:20px;height:20px;align-items:center;justify-content:center}\n.edit-profile-image i{color:#fff;font-size:15px}\n.profile-image img,.settings-image img{width:120px;border-radius:50%}\n.profile-header{display:flex;align-items:center;flex-direction:column;margin:20px 0}\n.profile-online{position:absolute;bottom:6px;right:15px;border-radius:50%;border:2px solid #fff;width:15px;height:15px;align-items:center;justify-content:center}\n.profile-name{color:var(--title-color);font-weight:500;font-size:20px;margin-top:15px}\n.profile-subtitle{color:#99a0a7;font-weight:400;font-size:15px;margin-bottom:5px}\n.profile-buttons{display:flex;justify-content:center;margin-bottom:30px}\n.profile-buttons .contact-button{color:var(--title-color);border-radius:15px;width:44px;height:44px;display:flex;align-items:center;justify-content:center;margin:0 7px}\n.profile-buttons .contact-button i{padding:0;font-size:20px}\n.profile-buttons .author-follow{width:auto;margin:0 7px;padding:0 20px 0 15px}\n.grid.grid-gap.album-stats,.grid.grid-gap.profile-stats{gap:0}\n.album-stat,.profile-stat{display:flex;flex-direction:column;border-right:1px solid #e2e3e5;text-align:center}\n.album-stat:last-child,.dark .album-stat:last-child,.dark .profile-stat:last-child,.profile-stat:last-child,html[dir=rtl] .album-stat:first-child,html[dir=rtl] .profile-stat:first-child{border-right:none}\n.album-stat-number,.profile-stat-number{font-weight:600;font-size:20px}\n.album-stat-title,.profile-stat-title{color:var(--text-color);font-size:15px}','','1759968190','1759967895','3','123','0','2');
INSERT INTO `t6_css` VALUES('124','m0','settings','css','.settings-header{display:flex;align-items:center;flex-direction:column;margin:25px 0 35px}\n.settings-name{font-weight:500;font-size:15px;margin-top:20px;margin-bottom:2px}\n.settings-email{color:#99a0a7;font-weight:400}\n.settings-list .colored-icon{border-radius:10px;height:32px;width:32px}\n.dark .settings-list .colored-icon.yellow,.settings-list .colored-icon.yellow{color:#fff;background-color:#ffc62b}\n.dark .settings-list .colored-icon.blue,.settings-list .colored-icon.blue{color:#fff;background-color:#089bea}\n.dark .settings-list .colored-icon.green,.settings-list .colored-icon.green{color:#fff;background-color:#41d359}\n.dark .settings-list .colored-icon.pink,.settings-list .colored-icon.pink{color:#fff;background-color:#f20f6a}\n.dark .settings-list .colored-icon.orange,.settings-list .colored-icon.orange{color:#fff;background-color:#ff9925}\n.dark .settings-list .colored-icon.red,.settings-list .colored-icon.red{color:#fff;background-color:#ff4530}\n.dark .settings-list .colored-icon.purple,.settings-list .colored-icon.purple{color:#fff;background-color:#9638f3}\n.dark .settings-list .colored-icon.gray,.settings-list .colored-icon.gray{color:#fff;background-color:#878787}\n.settings-list .item-after{padding-right:20px;font-size:15px}\n.list .item-content.toggle-setting,html[dir=rtl] .simple-list .item-inner{padding-left:0}\n.settings-list .item-after:has(.toggle){padding-right:0}','','1759968137','1759968029','3','124','0','2');
INSERT INTO `t6_css` VALUES('125','m0','onboarding ','css','.page-onboarding{display:flex;flex-direction:column;justify-content:space-between;padding-bottom:calc(var(--f7-page-toolbar-bottom-offset,0px) + var(--f7-safe-area-bottom) + var(--f7-page-content-extra-padding-bottom,0px) - 20px)}\n.navbar a.link.onboarding-skip{font-weight:500;color:var(--title-color);padding-right:8px}.swiper-onboarding swiper-slide{display:flex;align-items:center;justify-content:center;flex-direction:column}\n.swiper-onboarding swiper-slide img{width:75%;margin-top:20px}\n.swiper-onboarding swiper-slide .onboarding-title{font-size:40px;font-weight:600;color:var(--title-color);padding:0 30px;text-align:center;line-height:1.2;margin:20px 0 10px}\n.swiper-onboarding swiper-slide .onboarding-subtitle{font-size:15px;padding:0 30px;text-align:center;color:var(--text-color);margin:10px 0 30px}\n@media (max-height:885px){.swiper-onboarding swiper-slide img{width:70%}\n.swiper-onboarding swiper-slide .onboarding-title{font-size:30px}\n}\n@media (max-height:770px){.swiper-onboarding swiper-slide img{width:55%}\n.swiper-onboarding swiper-slide .onboarding-title{font-size:25px}\n.swiper-onboarding swiper-slide .onboarding-subtitle{font-size:15px}\n}','','1759968320','1759968271','3','125','0','2');
INSERT INTO `t6_css` VALUES('126','m0','notification','css','.notification-list .item-date-container{display:flex;justify-content:space-between;margin-bottom:3px}\n.notification-list .item-date,.notification-list .item-time{color:#99a0a7;font-size:14px;font-weight:400}\n.album-title,.card-movie-rating,.notification-list .item-description{color:var(--title-color);font-weight:500}\n.notification-list .item-description{font-size:14px;white-space:normal}\n.notification-list .item-description i{font-size:20px;margin-right:4px;line-height:.9}\n.notification-list.detailed-list .item-media img{width:50px}\n.notification-list.list .item-inner{padding-top:10px;padding-bottom:10px}','','1759968345','1759968336','3','126','0','2');
INSERT INTO `t6_css` VALUES('127','m0','panel','css','.panel-links a{justify-content:flex-start}\n.panel-links a i{margin-right:15px;font-size:23px}\n.panel .profile-header{margin-bottom:40px;margin-top:40px}\n.panel .profile-header .profile-image img{width:90px}\n.panel .profile-header .profile-image .profile-online{bottom:7px;right:7px;width:12px;height:12px}\n.panel .profile-header .profile-name{font-size:19px;margin-top:5px}\n.panel-logout{position:absolute;bottom:20px;width:100%;text-align:center;font-weight:500}\n.panel-logout i{font-size:25px;margin-left:5px}','','1759968467','1759968458','3','127','0','2');
INSERT INTO `t6_css` VALUES('128','m0','dark ','css','.dark .toolbar-bottom:before,.ios .dark .toolbar-bottom-ios:before,.md .dark .toolbar-bottom-md:before{background-color:rgba(255,255,255,.15)}\n.dark .info-block-icon{background-color:var(--background-color);color:#8191a6}\n.dark .info-block p{color:#7f91a7}\n.dark .button.color-dark{background-color:#0ee9b3;color:#181c22}\n.dark .badge.color-black,.dark .badge.color-light-gray,.dark .card .card-category.bg-color-white{color:var(--background-color)}\n.dark .button.color-light-gray{background-color:#102733}\n.dark .post-horizontal{box-shadow:none;background-color:var(--light-gray)}\n.dark .infinite-scroll-demo .post-horizontal .post-image{background-color:var(--text-color)}\n.dark .notification,.dark .sheet-modal{background:var(--light-gray)}\n.dark .segmented.segmented-strong .button.tab-link-active{color:#181c22}\n.dark .text-editor{border:1px solid #363d43}\n.dark .text-editor-toolbar{border-bottom:1px solid #363d43}\n.dark .card-image-footer{background-image:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgb(24 24 24 / 80%) 100%)}\n.dark .card-movie-rating{background-color:var(--background-color);color:#fff}\n.dark .badge.color-black{background-color:#fff}\n.dark .post-horizontal .post-category{color:#0ee9b3}\n.dark .stock-item{background-color:var(--light-gray);box-shadow:none}\n.dark .ticket-fill{background:#0ee9b3}\n.dark .ticket-fill:not(.ticket-image) .ticket-description,.dark .ticket-fill:not(.ticket-image) .ticket-discount,.dark .ticket-fill:not(.ticket-image) .ticket-text,.dark .ticket-fill:not(.ticket-image) i{color:#000!important}\n.dark .ticket{background-image:radial-gradient(circle at 0 50%,rgba(0,0,0,0) .7em,var(--light-gray) 0),radial-gradient(circle at 100% 50%,rgba(0,0,0,0) .7em,var(--light-gray) 0)}\n.dark .timeline-item-divider:after,.dark .timeline-item-divider:before{background:#fff}\n.dark .information-block:not(.success-message,.error-message) h2,.dark .information-block:not(.success-message,.error-message) p,html[dir=rtl] .dark .segmented.segmented-strong .button{color:#1e2b47}\n.dark .link-banner.dark-theme-green{background-color:#0ee9b3}\n.dark .link-banner.dark-theme-green .link-banner-subtitle,.dark .link-banner.dark-theme-green .link-banner-title,.dark .link-banner.dark-theme-green i,.dark .link-banner.dark-theme-green.link-chevron::before{color:#000}\n.dark .link-banner.bg-color-dark{background-color:var(--light-gray)!important}\n.dark .category-item img{filter:brightness(70%)}\n.dark .album-stat,.dark .profile-stat{border-right:1px solid #2d3d4a}\n.dark .profile-online{border:2px solid var(--background-color)}\n.dark .edit-profile-image{border:1px solid var(--background-color)}\n.dark .search-grid a{border-top:1px solid #2d3d4a}\n.dark .search-grid a:first-child,.dark .search-grid a:nth-child(2){border-top:none}\n.dark .panel .profile-header .profile-image .profile-online{border:2px solid var(--light-gray)}','','1759970995','1759968563','3','128','0','2');
INSERT INTO `t6_css` VALUES('129','m0','html','css','html[dir=rtl] .album-grid img,html[dir=rtl] .colored-icon,html[dir=rtl] .link-banner i,html[dir=rtl] .link-banner img{margin-right:0;margin-left:10px}\nhtml[dir=rtl] .detailed-list .item-link .item-inner{padding-right:0;padding-left:15px;margin-left:0}\nhtml[dir=rtl] .post-horizontal .post-image{margin-left:0;margin-right:10px}\nhtml[dir=rtl] .button-icon-left i,html[dir=rtl] .checkbox.checkbox-inline{margin-right:0;margin-left:5px}\nhtml[dir=rtl] .navbar a .arrow-back{transform:rotate(180deg);padding-right:0;padding-left:3px}\nhtml[dir=rtl] input[type=email],html[dir=rtl] input[type=password],html[dir=rtl] input[type=text]{padding:0 15px 0 0}\nhtml[dir=rtl] textarea{padding:15px 15px 0}\nhtml[dir=rtl] .messagebar-area textarea{padding:6px 16px}\nhtml[dir=rtl] .button img{margin-right:0;margin-left:7px}\nhtml[dir=rtl] .single-post-author>img{margin-right:0;margin-left:12px}\nhtml[dir=rtl] .card-author-footer .card-footer-right,html[dir=rtl] .single-post-author .author-follow{margin-right:auto;margin-left:inherit}\nhtml[dir=rtl] .comment>img{margin-right:0;margin-left:15px}\nhtml[dir=rtl] .comment-date{margin-right:6px;margin-left:0}\nhtml[dir=rtl] .comment-reply{margin-right:60px;margin-left:0}\nhtml[dir=rtl] .movie-infos{margin-right:15px;margin-left:0}\nhtml[dir=rtl] .rating-block-star i{margin-right:3px;margin-left:0}\nhtml[dir=rtl] .album-stat:last-child,html[dir=rtl] .profile-stat:last-child{border-right:1px solid #e2e3e5}\nhtml[dir=rtl] .settings-list .item-after{padding-left:20px;padding-right:0}\nhtml[dir=rtl] .settings-list .item-after:has(.toggle){padding-left:0}\nhtml[dir=rtl] .search-grid a{text-align:right}\nhtml[dir=rtl] .badge-with-image img,html[dir=rtl] .search-grid a i{margin-right:0;margin-left:6px}\nhtml[dir=rtl] .accordion-opposite .accordion-item>.item-content:before{right:8px}\nhtml[dir=rtl] .badge-with-image{padding-right:0;padding-left:8px}\nhtml[dir=rtl] .card-author-footer .card-footer-middle{margin-right:12px}\nhtml[dir=rtl] .badge-with-icon{padding:0 6px 0 10px}\nhtml[dir=rtl] .badge-with-icon i{margin-right:0;margin-left:3px}\nhtml[dir=rtl] .card .card-author img{margin-right:0;margin-left:8px}\nhtml[dir=rtl] .detailed-list .item-content{padding-left:0}\nhtml[dir=rtl] .light-gray-title .badge{margin-left:0;margin-right:3px}\nhtml[dir=rtl] .post-horizontal{padding:15px 17px 15px 15px}\nhtml[dir=rtl] .search-grid a:nth-child(odd){margin-left:10px;margin-right:0}\nhtml[dir=rtl] .stepper .stepper-input-wrap input{padding-right:0}\nhtml[dir=rtl] .panel-links a i,html[dir=rtl] .stock-item img{margin-left:15px;margin-right:0}\nhtml[dir=rtl] .rating-block-total-text{margin-left:0;margin-right:5px}','','1759989998','1759968650','3','129','0','2');
INSERT INTO `t6_css` VALUES('130','m1','aa','','.comment-infos,\n.page-content img,\n.rating-block-group {\n  width: 100%;\n}\n.dark .ticket-fill.ticket-image,\n.dark .timeline-item-inner,\n.ios .router-transition-backward .page-current:before,\n.ios .router-transition-backward .page-previous:after,\n.ios .router-transition-forward .page-current:after,\n.ios .router-transition-forward .page-next:before,\n.page-opacity-effect,\n.page-shadow-effect {\n  background: 0 0;\n}\n.navbar-bg,\n.toolbar {\n  background-color: var(--background-color);\n}\n::-webkit-scrollbar {\n  display: none;\n}\n.card-footer:before,\n.detailed-list .item-link .item-inner:before,\n.navbar-bg:after,\n.simple-list .item-inner::after,\n.text-editor-toolbar::after,\nhtml[dir="rtl"] .link-chevron::before {\n  display: none;\n}\n.post-horizontal .post-title,\n.search-grid a {\n  display: -webkit-box;\n  -webkit-box-orient: vertical;\n  text-overflow: ellipsis;\n}\n.navbar-profile img {\n  border-radius: 50%;\n  width: 30px;\n}\n.navbar-arrow {\n  padding-left: 2px;\n  width: 25px;\n}\n.arrow-back {\n  font-weight: 400;\n  font-size: 26px;\n  padding-right: 10px;\n  width: 25px;\n  -webkit-font-smoothing: subpixel-antialiased;\n}\n.navbar .title-large {\n  height: 58px;\n}\n.navbar .title-large-text {\n  color: var(--title-color);\n  padding-left: 15px;\n}\n.ios .navbar .left a + a,\n.ios .navbar .right a + a,\nhtml[dir="rtl"] .search-grid a:nth-child(2n) {\n  margin-left: 0;\n}\n.navbar .icon .badge {\n  font-size: 11px;\n  font-weight: 600;\n}\n.toolbar {\n  transition: background-color 0.4s, transform 0.4s;\n}\n.tabbar a,\n.tabbar-icons a {\n  color: #8896b8;\n}\n.tabbar-icons .tabbar-label {\n  font-size: 10px;\n}\n.ios .toolbar-bottom-ios:before,\n.md .toolbar-bottom-md:before,\n.toolbar-bottom:before {\n  background-color: #dedede;\n  transition: background-color 0.4s, transform 0.4s;\n}\n.color-light-gray {\n  --f7-button-text-color: var(--title-color);\n  --f7-theme-color: #ecf1f5;\n  --f7-theme-color-rgb: 236, 241, 245;\n  --f7-theme-color-shade: #d1dde7;\n  --f7-theme-color-tint: #f6f8fa;\n  --f7-badge-text-color: var(--title-color);\n}\n.color-dark {\n  --f7-theme-color: #1e2b47;\n  --f7-theme-color-rgb: 30, 43, 71;\n  --f7-theme-color-shade: #121a2a;\n  --f7-theme-color-tint: #2a3c64;\n}\n\n.info-block,\n.list {\n  margin-bottom: 25px;\n}\n.links-list a,\n.list .item-title,\n.movie-distribution .item-inner .item-after,\n.settings-list .item-title,\n.simple-list ul li {\n  font-weight: 500;\n  color: var(--title-color);\n  font-size: 15px;\n}','','1759982000','1759932397','5','130','0','2');
INSERT INTO `t6_css` VALUES('131','m1','button','','.button,btn {\n  width: 100%;\n  height: 40px;\n  text-transform: none;\n  font-weight: 700;\n  font-size: 18px;\n  border-radius: 7px;\n  margin: 3px 0;\n}\n.button img,btn img {\n  width: 17px;\n  max-width: 17px;\n  max-height: 17px;\n  margin-right: 7px;\n}\n.grid-buttons-demo,\np.row .button {\n  margin-top: 0;\n  margin-bottom: 0;\n}\n.button i{font-size:18px;font-weight:400}\n.button-icon-right i{margin-left:6px}\n.button-icon-left i{margin-right:6px}\n.button-round{border-radius:22px}\n.button-lg,btn-lg, .button-group-lg > .button, .btn-group-lg > .btn {\n    height: 46px;\n    line-height: 1.7;\n    font-weight: 800;\n    font-size: 20px;\n}\n.button-sm,btn-sm,.button-group-sm > .button, .btn-group-sm > .btn{\n    padding: 0.325rem 0.65rem;\n    height: 30px;\n    line-height: 1.45;\n    font-weight: 600;\n    font-size: 16px;\n}\n.button-xs,.button-group-xs > .button,btn-xs,.btn-group-xs > .btn{\n    padding: 0.225rem 0.45rem;\n    height: 32px;\n    line-height: 1.3;\n    font-weight: 500;\n    font-size: 16px;\n}\n.button-xxs, .button-group-xxs > .button, btn-xxs, .btn-group-xxs > .btn{\n    padding: 0.125rem 0.35rem;\n    height: 28px;\n    line-height: 1.05;\n    font-weight: 500;\n    font-size: 0.75rem;\n}','','1760004907','1759932441','5','131','0','2');
INSERT INTO `t6_css` VALUES('132','m1','list','','.list {\n  margin-top: 15px;\n}\n.list li {\n  color: var(--title-color);\n  padding-top: 0;\n  padding-bottom: 0;\n}\n.list .item-inner {\n  padding-top: 2px;\n  padding-bottom: 2px;\n}\n.links-list ul li a,\n.simple-list ul li {\n  min-height: 50px;\n}\n.simple-list .item-inner,\n.toggle-setting .item-after {\n  padding-right: 0;\n}\n.list-with-icons .item-media img {\n  max-height: 35px;\n  max-width: 35px;\n  height: auto;\n  width: auto;\n  border-radius: 50%;\n}\n.icon-list .icon {\n  margin: 0 15px;\n}\n.card-author-footer .card-date,\n.list .item-after {\n  color: var(--text-color);\n}\n.detailed-list,\n.section-title + .card {\n  margin-top: 10px;\n}\n.list-title {\n  margin: 25px 0 10px;\n}\n.list-title + .list {\n  margin-top: 5px;\n}\n.detailed-list .item-after,\n.login-separator,\n.panel .profile-header .profile-subtitle {\n  font-size: 14px;\n}\n.detailed-list .item-content,\n.toggle-setting .item-inner {\n  padding-left: 15px;\n}\n.detailed-list .item-link .item-inner {\n  padding-right: 15px;\n  margin-left: 15px;\n}\n.detailed-list .item-media img {\n  width: 50px;\n  border-radius: 50%;\n}\n.detailed-list .item-footer {\n  line-height: 16px;\n  overflow: hidden;\n  white-space: nowrap;\n  text-overflow: ellipsis;\n  font-size: 14px;\n  margin-top: 4px;\n  color: var(--text-color);\n  padding-right: 5px;\n}\n.detailed-list .item-name {\n  font-size: 15px;\n}\n.detailed-list .item-name .badge {\n  margin-left: 3px;\n  padding: 0 8px;\n}\n.detailed-list .item-media img.event-thumbnail {\n  border-radius: 5px;\n}\n.list .item-after.event-time {\n  color: var(--title-color);\n  font-weight: 500;\n  font-size: 14px;\n}\n.list .item-media.event-icon i {\n  font-size: 35px;\n  margin: 0 5px;\n}\n.detailed-list .item-after .badge {\n  height: 22px;\n  padding: 0 9px;\n  font-size: 12px;\n}','','1759991591','1759932500','5','132','0','2');
INSERT INTO `t6_css` VALUES('133','m1','color','','.colored-icons-list a {\n  justify-content: flex-start;\n  padding: 11px var(--f7-list-item-padding-horizontal);\n  height: auto;\n}\n.colored-icon {\n  background-color: #ebebf2;\n  border-radius: 50%;\n  height: 38px;\n  width: 38px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin-right: 15px;\n  color: var(--title-color);\n}\n.colored-icon .icon {\n  font-size: 19px;\n}\n.colored-icon.yellow {\n  color: #e5b32d;\n  background-color: rgba(229, 179, 45, 0.2);\n}\n.colored-icon.blue {\n  color: #0091de;\n  background-color: rgba(0, 145, 222, 0.1);\n}\n.colored-icon.green {\n  color: #19b48e;\n  background-color: rgba(25, 180, 142, 0.1);\n}\n.colored-icon.pink {\n  color: #e2206e;\n  background-color: rgba(226, 32, 95, 0.1);\n}\n.colored-icon.orange {\n  color: #ee8f30;\n  background-color: rgba(255, 156, 60, 0.16);\n}\n.colored-icon.red {\n  color: #d8422e;\n  background-color: rgba(216, 66, 46, 0.13);\n}\n.colored-icon.purple {\n  color: #9146da;\n  background-color: rgba(145, 70, 218, 0.15);\n}\n.light-gray-title {\n  color: #99a0a7;\n  font-weight: 500;\n  font-size: 13px;\n  text-transform: uppercase;\n  margin-top: 30px;\n  margin-bottom: 10px;\n}\n.light-gray-title .badge {\n  padding: 0;\n  margin-left: 3px;\n  margin-bottom: 2px;\n}\n.dark .colored-icon.yellow {\n  background-color: rgba(229, 179, 45, 0.2);\n}\n.dark .colored-icon.blue {\n  background-color: rgba(0, 145, 222, 0.25);\n}\n.dark .colored-icon.green {\n  background-color: rgba(25, 180, 142, 0.2);\n}\n.dark .colored-icon.pink {\n  background-color: rgba(226, 32, 95, 0.2);\n}\n.dark .colored-icon.orange {\n  background-color: rgba(255, 156, 60, 0.2);\n}\n.dark .colored-icon.red {\n  background-color: rgba(216, 66, 46, 0.3);\n}\n.dark .colored-icon.purple {\n  background-color: rgba(145, 70, 218, 0.3);\n}\n.dark .light-gray-title {\n  color: #8191a6;\n}\n.bg-color-primary {\n  background-color: var(--f7-theme-color) !important;\n}','','1759986928','1759932528','5','133','0','2');
INSERT INTO `t6_css` VALUES('134','m1','info-blok','','.info-block {\n  background-color: var(--light-gray);\n  padding: 15px 20px;\n  border-radius: 15px;\n  margin-top: 20px;\n  position: relative;\n}\n.info-block p {\n  font-size: 15px;\n  color: #708197;\n  margin: 0;\n}\n.info-block-icon {\n  position: absolute;\n  top: -15px;\n  right: -15px;\n  background-color: #fff;\n  padding: 4px;\n  border-radius: 50%;\n}\n.info-block-icon i,\n.simple-link-banner i,\n.single-post-actions {\n  font-size: 25px;\n}\n.information-block,\n.link-banner.error-message,\n.link-banner.success-message {\n  background-repeat: no-repeat;\n  background-size: cover;\n  background-position: center;\n}\n.information-block.error-message,\n.link-banner.error-message {\n  background-image: url("https://yui.xioyuna.com/template/img/images/pattern-error.png");\n}\n\n.information-block.success-message,\n.link-banner.success-message {\n  background-image: url("https://yui.xioyuna.com/template/img/images/pattern-success.png");\n}\n.information-block {\n  background-image: url("https://yui.xioyuna.com/template/img/images/pattern-general.png");\n  color: var(--title-color);\n  text-align: center;\n  padding: 25px 20px 20px;\n  margin: 20px 0;\n}\n.information-block.success-message h2,\n.information-block.success-message p {\n  color: #599c63;\n}\n.information-block.error-message h2,\n.information-block.error-message p {\n  color: #b14b4b;\n}\n.information-block img {\n  width: 30%;\n}\n.information-block h2 {\n  font-size: 30px;\n  margin: 10px 0 0;\n}\n.information-block p {\n  color: var(--title-color);\n  margin: 10px 0;\n  font-weight: 500;\n  line-height: 1.5;\n}','','1759986954','1759932565','5','134','0','2');
INSERT INTO `t6_css` VALUES('135','m1','section','','.section-title {\n  margin-top: 25px;\n  margin-bottom: 0;\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  color: var(--title-color);\n  font-size: 18px;\n  font-weight: 300;\n}\n.section-title .left i {\n  font-size: 16px;\n}\n.section-title a {\n  font-weight: 700;\n  font-size: 15px;\n  color: var(--f7-theme-color);\n}','','1759981044','1759932604','5','135','0','2');
INSERT INTO `t6_css` VALUES('136','m1','post','','.post-list {\n  margin: 10px 0 20px;\n}\n.post-list .post-horizontal {\n  margin-bottom: 10px;\n  align-items: normal;\n}\n.post-horizontal {\n  display: flex;\n  padding: 15px 15px 15px 17px;\n  border-radius: 15px;\n  justify-content: space-between;\n}\n.post-horizontal .post-image {\n  margin-left: 10px;\n  line-height: 0;\n}\n.post-horizontal .post-image img {\n  object-fit: cover;\n  border-radius: 5px;\n  min-width: 84px;\n  max-width: 84px;\n  height: 84px;\n}\n.post-horizontal .post-title {\n  color: var(--title-color);\n  font-weight: 500;\n  line-height: 22px;\n  font-size: 14px;\n  margin: 2px 0 11px;\n  overflow: hidden;\n  -webkit-line-clamp: 2;\n}\n.post-horizontal .post-category,\n.post-horizontal .post-date,\n.stock-item-name {\n  color: var(--text-color);\n  font-size: 14px;\n}\n.post-horizontal .post-date {\n  line-height: 0;\n}','','1759979882','1759932623','5','136','0','2');
INSERT INTO `t6_css` VALUES('137','m1','badge','','.badge {\n  padding: 0 6px;\n  font-size: 13px;\n  font-weight: 500;\n  line-height: 20px;\n}\ni .badge {\n  padding: 0 4px;\n  font-size: 10px;\n}\n.badge-with-icon {\n  height: 24px;\n  padding: 0 10px 0 6px;\n}\n.badge-with-icon i {\n  font-size: 17px !important;\n  margin-right: 3px;\n}\n.badge-with-image {\n  padding-left: 0;\n  height: 24px;\n  font-weight: 500;\n  font-size: 14px;\n  padding-right: 8px;\n}\n.badge-with-image img {\n  height: 24px;\n  width: auto;\n  border-radius: 12px;\n  margin-right: 6px;\n}\n.verified-badge {\n  margin-left: 2px;\n  font-size: 19px;\n}','','1759986985','1759932642','5','137','0','2');
INSERT INTO `t6_css` VALUES('138','m1','checkbox','','.ios .checkbox i:after,\n.ios .icon-checkbox:after {\n  font-size: 20px;\n  font-weight: 600;\n}\n.checkbox.checkbox-inline {\n  margin-right: 5px;\n}\n.checkbox-rounded .checkbox i,\n.checkbox-rounded .icon-checkbox,\n.notification-image {\n  border-radius: 50%;\n}\n.checkbox i,\n.icon-checkbox {\n  border-radius: 5px;\n  border: 2px solid #c7c7cc;\n}\n.checkbox i:after,\n.icon-checkbox:after {\n  top: -2px;\n  left: -2px;\n}','','1759987004','1759933755','5','138','0','2');
INSERT INTO `t6_css` VALUES('139','m1','grid','','.grid {\n  margin: 10px 0;\n}\n.grid-demo > * {\n  padding: 20px 0;\n  font-weight: 500;\n  color: var(--title-color);\n  background-color: var(--light-gray);\n  border-radius: 6px;\n  text-align: center;\n}\n.grid-demo {\n  margin: 15px 0;\n}\n.grid-buttons-demo .button {\n  margin-bottom: 0;\n  margin-top: 0;\n}\n.grid-no-margin,\nswiper-slide .card {\n  margin: 0;\n}\n\n.grid-new-release>a{\n  margin-block-start: -20px;\n  margin-block-end: 0px;\n}','','1760010509','1759933817','5','139','0','2');
INSERT INTO `t6_css` VALUES('140','m1','icon','','.icon-bold,\n.movie-block-text {\n  font-weight: 600;\n}\n.demo-icons {\n  display: grid;\n  grid-template-columns: repeat(auto-fill, 60px);\n  justify-content: space-between;\n  grid-gap: 1rem;\n  justify-items: center;\n}\n.demo-icons i {\n  margin: 10px;\n  font-size: 30px;\n}\n.infinite-scroll-demo .post-horizontal .post-image {\n  border-radius: 15px;\n  min-width: 84px;\n  max-width: 84px;\n  height: 84px;\n  background-color: var(--title-color);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  color: #fff;\n  font-weight: 600;\n  font-size: 30px;\n}\n.popover-inner .block {\n  margin: 20px 0;\n  padding: 0 20px;\n}\n.preloader-big {\n  height: 40px;\n  width: 40px;\n}\n.panel-backdrop {\n  background-color: rgba(0, 0, 0, 0.3);\n}\n.centered-text,\n.preloader-demo > div {\n  text-align: center;\n}\n.progressbar,\n.progressbar-infinite {\n  margin: 20px 0;\n  height: 8px;\n  background-color: var(--light-gray);\n}\n.ios .icon-radio:after {\n  font-size: 24px;\n}\n.radio .icon-radio {\n  width: 24px;\n  height: 24px;\n  border: 2px solid #c7c7cc;\n}\np .icon-radio {\n  margin-right: 1px;\n}\n.dark .card,\n.ios .toggle-icon:after {\n  box-shadow: none;\n}\n.ios .toggle-icon:before {\n  background-color: #e9e9ea;\n}','','1759987042','1759964590','5','140','0','2');
INSERT INTO `t6_css` VALUES('141','m1','popup','','.popup-demo {\n  padding-top: 0;\n  padding-bottom: 0;\n  display: flex;\n  flex-direction: column;\n}\n.popup-demo img {\n  width: 80%;\n  margin-top: 40px;\n}\n.popup-content {\n  margin-top: 10px;\n  flex: 1;\n  text-align: center;\n}\n.popup-demo .button {\n  margin-bottom: 25px;\n  min-height: 44px;\n}\n.popup-demo .swipe-down-text {\n  margin-bottom: 25px;\n  text-align: center;\n  font-size: 18px;\n  font-weight: 500;\n}','','1759987064','1759964651','5','141','0','2');
INSERT INTO `t6_css` VALUES('142','m1','link-banner','','.link-banner.bg-color-dark,\n.link-banner.bg-color-dark .link-banner-text,\n.link-banner.bg-color-dark i,\n.link-banner.bg-color-dark.link-chevron::before,\n.link-banner.bg-color-primary,\n.link-banner.bg-color-primary .link-banner-text,\n.link-banner.bg-color-primary i,\n.link-banner.bg-color-primary.link-chevron::before,\n.navbar-photo-browser .right .link i,\n.navbar-photo-browser .right .link svg,\n.photo-browser-page .navbar .title,\n.segmented.segmented-strong .button.tab-link-active,\nhtml[dir="rtl"] .dark .segmented.segmented-strong .button.tab-link-active,\nhtml[dir="rtl"] .segmented.segmented-strong .button {\n  color: #fff;\n}\n.link-banner.bg-color-dark,\n.stepper.color-light-gray .stepper-button-minus::after,\n.stepper.color-light-gray .stepper-button-plus::after,\n.stepper.color-light-gray .stepper-button-plus::before {\n  background-color: var(--title-color);\n}\n.create-post-cover,\n.link-banner,\n.profile-image,\n.settings-image {\n  position: relative;\n}\n.category-slide,\n.contact-block,\n.create-post-cover,\n.link-banner,\n.movie-block,\n.profile-buttons .contact-button {\n  background-color: var(--light-gray);\n}\n.link-banner {\n  padding: 15px 15px 15px 20px;\n  margin: 15px 0;\n  font-weight: 500;\n  font-size: 15px;\n  display: flex;\n  align-items: center;\n  justify-content: flex-start;\n  color: var(--title-color);\n  overflow: hidden;\n}\n.link-banner i,\n.link-banner-subtitle,\n.link-chevron::before {\n  font-weight: 400;\n  color: var(--title-color);\n}\n.link-banner i {\n  margin-right: 10px;\n  font-size: 35px;\n}\n.link-banner-text {\n  color: var(--title-color);\n  margin-left: 10px;\n}\n.link-banner-subtitle {\n  font-size: 14px;\n  margin-top: 2px;\n  opacity: 0.7;\n}\n.link-banner img {\n  margin-right: 10px;\n  max-height: 40px;\n  width: auto;\n}\n.link-banner.bg-color-dark .link-banner-subtitle,\n.link-banner.bg-color-primary .link-banner-subtitle {\n  color: #fff;\n  opacity: 0.8;\n}\n.link-banner.error-message .link-banner-subtitle,\n.link-banner.error-message .link-banner-title,\n.link-banner.error-message i,\n.link-banner.error-message.link-chevron::before {\n  color: #9b3d3d;\n}\n.link-banner.success-message .link-banner-subtitle,\n.link-banner.success-message .link-banner-title,\n.link-banner.success-message i,\n.link-banner.success-message.link-chevron::before {\n  color: #508d59;\n}\n.simple-link-banner .link-banner-text {\n  font-size: 15px;\n  margin-left: 2px;\n}','','1759987088','1759964700','5','142','0','2');
INSERT INTO `t6_css` VALUES('143','m1','card','','.card-author-footer .card-footer-right i,\n.ios p .icon-radio:after,\n.rating-block-detailed .rating-block-stars i {\n  font-size: 22px;\n}\n.card-author-footer .card-author,\n.list.accordion-list .item-title,\n.range-slider-title-value .range-value,\n.signup-have-account {\n  color: var(--title-color);\n  font-weight: 500;\n  font-size: 15px;\n}\n.card.card-album,\n.single-cover-image,\n.single-post-content img,\n.stepper-button-minus:first-child,\n.stepper-button-minus:last-child,\n.stepper-button-plus:first-child,\n.stepper-button-plus:last-child,\n.stepper-button:first-child,\n.stepper-button:last-child {\n  border-radius: 8px;\n}\n.card {\n  background: 0 0;\n  border-radius: 5px;\n  overflow: hidden;\n  margin: 20px 0;\n  display: block;\n}\n.card-image {\n  border-radius: 0;\n  display: block;\n  min-height: auto;\n  padding: 0;\n  line-height: 0;\n  position: relative;\n}\n.card-image:has(.card-image-footer) img {\n  object-fit: cover;\n  aspect-ratio: 16/10;\n}\n.card-image:has(~ .card-author-footer) img {\n  aspect-ratio: 16/9;\n}\n.card-image-footer {\n  position: absolute;\n  bottom: 0;\n  padding: 60px 18px 15px;\n  background-image: linear-gradient(\n    to bottom,\n    rgba(0, 0, 0, 0) 0,\n    rgb(24 24 24 / 95%) 100%\n  );\n  color: #fff;\n  width: 100%;\n  box-sizing: border-box;\n  line-height: var(--f7-line-height);\n}\n.card-image-footer h2 {\n  margin: 0;\n  font-size: 19px;\n  line-height: 24px;\n  font-weight: 700;\n  color: #fff;\n}\n.card .card-category {\n  display: inline-block;\n  font-size: 13px;\n  font-weight: 500;\n  padding: 2px 8px;\n  margin-bottom: 10px;\n  border-radius: 5px;\n}\n.card .card-author,\n.comment-author,\n.comment-header-left {\n  display: flex;\n  align-items: center;\n}\n.card .card-author span,\n.ticket-fill:active {\n  opacity: 0.9;\n}\n.card .card-author img {\n  width: 20px;\n  height: 20px;\n  border-radius: 50%;\n  margin-right: 8px;\n}\n.card-author-footer {\n  display: flex;\n  align-items: center;\n  justify-content: flex-start;\n  padding: 12px 16px;\n}\n.card-author-footer .author-image {\n  width: 35px;\n  border-radius: 50%;\n  height: auto;\n}\n.card-author-footer .card-footer-middle {\n  margin-left: 12px;\n}\n.card-author-footer .card-footer-right {\n  font-size: 13px;\n  font-weight: 500;\n  color: var(--text-color);\n  margin-left: auto;\n}\n.card-big-footer {\n  display: block;\n  padding: 20px;\n}\n.card-big-footer h2 {\n  margin: 0 0 -5px;\n  font-size: 20px;\n  line-height: 1.5;\n}\n.card-big-footer .button {\n  margin-bottom: 0;\n  margin-top: 15px;\n}\n.card-big-footer .button i,\n.onboarding-next-button i {\n  margin-left: 5px;\n  font-weight: 600;\n}','','1759981161','1759965324','5','143','0','2');
INSERT INTO `t6_css` VALUES('144','m1','slider','','.range-slider-with-icons {\n  width: 100%;\n  margin: 0 16px;\n}\n.range-slider-title-value {\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n}\n.authors-slider swiper-slide,\n.categories-slider swiper-slide,\n.toast-button.button {\n  width: auto;\n}','','1759987128','1759965372','5','144','0','2');
INSERT INTO `t6_css` VALUES('145','m1','sheet','','.sheet-modal[data-swipe-to-close="true"] .sheet-modal-inner::before {\n  content: "";\n  width: 40px;\n  height: 6px;\n  position: absolute;\n  left: 50%;\n  top: 8px;\n  margin-left: -20px;\n  border-radius: 3px;\n  background: #666;\n  cursor: pointer;\n  z-index: 15;\n}\n.sheet-modal {\n  height: 32vh;\n}\n.sheet-modal[data-swipe-to-close="true"] {\n  border-top-right-radius: 20px;\n  border-top-left-radius: 20px;\n  height: auto;\n  max-height: 70vh;\n}\n.sheet-modal .page-content {\n  padding: 0 20px 20px;\n}\n.sheet-modal[data-swipe-to-close="true"] .page-content {\n  padding-top: 20px;\n}\n.sheet-modal::before {\n  display: none !important;\n}','','1759987152','1759965393','5','145','0','2');
INSERT INTO `t6_css` VALUES('146','m1','stepper','','.stepper .stepper-input-wrap input {\n  background-color: transparent;\n  padding: 0;\n  border-radius: 0;\n  color: var(--title-color);\n  width: 40px;\n}\n.stepper-input-wrap,\n.stepper-value {\n  border: none;\n}\n.stepper-button,\n.stepper-button-minus,\n.stepper-button-plus {\n  width: 28px;\n}\n.stepper-button-minus:after,\n.stepper-button-plus:after {\n  width: 12px;\n}\n.stepper-button-plus:before {\n  height: 12px;\n}','','1759987175','1759965438','5','146','0','2');
INSERT INTO `t6_css` VALUES('147','m1','segmented','','.segmented.segmented-strong,\n.text-editor,\n.text-editor-toolbar {\n  background-color: var(--light-gray);\n}\n.segmented.segmented-strong .button {\n  margin: 0;\n  border-radius: 12px;\n}\n.segmented.segmented-strong {\n  border-radius: 15px;\n}\n.segmented-strong .segmented-highlight {\n  box-shadow: none;\n  background-color: var(--title-color);\n  border-radius: 12px;\n}\n.segmented-strong {\n  --f7-segmented-strong-padding: 3px;\n}\n.segmented.segmented-strong .button.active-state {\n  background-color: transparent;\n}','','1759987199','1759965495','5','147','0','2');
INSERT INTO `t6_css` VALUES('148','m1','comment','','.comment-infos .author-name,\n.single-post-author .author-name,\n.swipeout-actions-left > a,\n.swipeout-actions-left > button,\n.swipeout-actions-left > div,\n.swipeout-actions-left > span,\n.swipeout-actions-right > a,\n.swipeout-actions-right > button,\n.swipeout-actions-right > div,\n.swipeout-actions-right > span {\n  font-weight: 500;\n  font-size: 15px;\n}\n.comment-date,\n.comment-text {\n  font-size: 15px;\n  color: var(--text-color);\n}\n.comment-list {\n  margin-top: 30px;\n}\n.comment {\n  display: flex;\n  margin: 20px 0;\n}\n.comment > img {\n  width: 45px;\n  height: 45px;\n  border-radius: 50%;\n  margin-right: 13px;\n}\n.comment-date {\n  margin-left: 6px;\n  opacity: 0.8;\n}\n.comment-text {\n  line-height: 1.55em;\n  margin-top: 2px;\n}\n.comment-count {\n  margin-bottom: 2px;\n  margin-left: 2px;\n}\n.comment-header {\n  display: flex;\n  justify-content: space-between;\n  width: 100%;\n}\n.comment-reply {\n  margin-left: 60px;\n}\n.comment-header i {\n  color: var(--title-color);\n  font-size: 18px;\n  width: 10px;\n  font-weight: 600;\n}','','1759987219','1759965520','5','148','0','2');
INSERT INTO `t6_css` VALUES('149','m1','text-editor','','.text-editor {\n  margin-right: 0;\n  margin-left: 0;\n  border-radius: 10px;\n  border: 1px solid #e0e3e6;\n  margin-top: 0;\n}\n.text-editor-content .text-editor-placeholder {\n  color: #93a0b1;\n}\n.text-editor-toolbar {\n  border-bottom: 1px solid #e0e3e6;\n  border-top-left-radius: 10px;\n  border-top-right-radius: 10px;\n}','','1759987254','1759965543','5','149','0','2');
INSERT INTO `t6_css` VALUES('150','m1','accordion','','.accordion-item-content {\n  padding: 0 20px;\n}\n.accordion-item-content p {\n  font-size: 15px;\n  margin: 0 0 5px;\n}','','1759987274','1759965661','5','150','0','2');
INSERT INTO `t6_css` VALUES('151','m1','swiper','','swiper-slide .card.card-with-footer {\n  margin-bottom: 10px;\n}\nswiper-container {\n  margin-top: 10px;\n  margin-bottom: -20px;\n  padding-bottom: 20px;\n}','','1759987291','1759965849','5','151','0','2');
INSERT INTO `t6_css` VALUES('152','m1','album','','.album-grid a:last-child,\n.album-grid a:nth-last-child(2),\n.movie-block:last-child,\nform h1 {\n  margin-bottom: 0;\n}\n.album-tracklist .item-inner .item-title,\n.detailed-list .item-name,\n.detailed-list .item-unread {\n  color: var(--title-color);\n  font-weight: 500;\n}\n.album-grid img,\n.search-grid a:nth-child(odd) {\n  margin-right: 10px;\n}\n.album-grid a {\n  display: flex;\n  align-items: center;\n  justify-content: flex-start;\n  border-bottom: none !important;\n  margin-bottom: 20px;\n}\n.album-grid img {\n  width: 55px;\n  border-radius: 6px;\n}\n.album-details {\n  width: calc(100% - 70px);\n}\n.album-grid a:nth-child(2n) .album-details {\n  width: calc(100% - 63px);\n}\n.album-title {\n  font-size: 15px;\n  overflow: hidden;\n  white-space: nowrap;\n  text-overflow: ellipsis;\n}\n.album-author {\n  line-height: 16px;\n  overflow: hidden;\n  white-space: nowrap;\n  text-overflow: ellipsis;\n  font-size: 14px;\n  margin-top: 4px;\n  color: var(--text-color);\n}\n.card.card-album .card-image img {\n  aspect-ratio: 1/1;\n  object-fit: cover;\n  border-radius: 5px;\n}\n.album-header {\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  justify-content: center;\n}\n.album-header .album-cover {\n  width: 80%;\n  border-radius: 10px;\n}\n.album-header .album-title {\n  font-weight: 800;\n  font-size: 26px;\n  margin-top: 20px;\n}\n.album-header .album-artist {\n  font-weight: 400;\n  font-size: 16px;\n  color: var(--text-color);\n  margin-bottom: 20px;\n}\n.album-stats {\n  margin-bottom: 40px;\n}','','1759981668','1759965929','5','152','0','2');
INSERT INTO `t6_css` VALUES('153','m1','rating','','.rating-block {\n  display: flex;\n  flex-direction: column;\n  justify-content: space-between;\n  align-items: center;\n  padding: 40px 25px;\n}\n.rating-block-note {\n  font-weight: 500;\n  font-size: 30px;\n  margin: 20px 0;\n}\n.rating-block-text {\n  text-align: center;\n  color: var(--text-color);\n}\n.rating-block-detailed {\n  display: flex;\n  flex-direction: column;\n  justify-content: space-between;\n  align-items: center;\n  padding: 20px 0;\n}\n.rating-block-total {\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  background-color: #f5f9ff;\n  border-radius: 50px;\n  padding: 10px 15px;\n}\n.rating-block-total-text {\n  font-weight: 500;\n  margin-top: 2px;\n  margin-left: 5px;\n}\n.rating-block-count {\n  font-size: 14px;\n  margin-top: 10px;\n  color: var(--text-color);\n  margin-bottom: 15px;\n}\n.rating-block-individual {\n  display: flex;\n  align-items: center;\n  margin: 15px 0;\n}\n.rating-block-individual:first-child {\n  margin-top: 0;\n}\n.rating-block-star {\n  display: flex;\n  align-items: center;\n  justify-content: flex-end;\n  font-weight: 500;\n  width: 40px;\n}\n.rating-block-star i {\n  font-size: 18px;\n  margin-left: 3px;\n}\n.rating-block-bar {\n  margin: 0 10px;\n}\n.rating-block-percentage {\n  font-weight: 500;\n  width: 44px;\n}\n.rating-bg {\n  background-color: #f5f9ff;\n  border-radius: 15px;\n}','','1759987314','1759965952','5','153','0','2');
INSERT INTO `t6_css` VALUES('154','m1','ticket','','.ticket,\n.ticket-fill {\n  position: relative;\n  height: 140px;\n  box-sizing: border-box;\n  margin-bottom: 20px;\n  border-radius: 15px;\n  display: flex;\n}\n.ticket {\n  width: 100%;\n  font-size: 15px;\n  background-size: 50% 100%;\n  background-repeat: no-repeat;\n  background-image: radial-gradient(\n      circle at 0 50%,\n      rgba(0, 0, 0, 0) 0.7em,\n      var(--light-gray) 0\n    ),\n    radial-gradient(\n      circle at 100% 50%,\n      rgba(0, 0, 0, 0) 0.7em,\n      var(--light-gray) 0\n    );\n  background-position: top left, top right;\n  overflow: hidden;\n  padding: 20px 30px;\n  align-items: center;\n  justify-content: space-between;\n}\n.ticket-infos {\n  flex: 1;\n  flex-basis: 50%;\n  padding-left: 5px;\n}\n.ticket-image {\n  flex: 1;\n  flex-basis: 50%;\n}\n.ticket-discount {\n  font-size: 40px;\n  font-weight: 600;\n  color: var(--title-color);\n}\n.ticket-text {\n  text-transform: uppercase;\n  font-weight: 600;\n  font-size: 14px;\n}\n.ticket-description {\n  font-weight: 500;\n  font-size: 14px;\n}\n.ticket:active {\n  opacity: 0.5;\n}\n.ticket-fill {\n  width: 100%;\n  font-size: 15px;\n  background: linear-gradient(90deg, #15161b, #14142d);\n  flex-direction: column;\n  align-items: flex-start;\n  justify-content: center;\n  padding: 20px 30px;\n}\n.ticket-fill::after,\n.ticket-fill::before {\n  content: "";\n  width: 22px;\n  height: 11px;\n  background-color: #fff;\n  border-radius: 10rem 10rem 0 0;\n  position: absolute;\n  top: 75px;\n  z-index: 10;\n}\n.ticket-fill::before {\n  left: -6px;\n  transform: rotate(90deg);\n}\n.ticket-fill::after {\n  right: -6px;\n  transform: rotate(270deg);\n}\n.ticket-fill .ticket-description,\n.ticket-fill .ticket-discount {\n  color: #fff;\n  font-weight: 500;\n  z-index: 10;\n}\n.ticket-background-icon {\n  position: absolute;\n  right: 40px;\n  color: rgba(255, 255, 255, 0.1);\n}\n.ticket-background-icon i {\n  font-size: 110px;\n}\n.ticket-image-bg {\n  width: 100%;\n  height: 100%;\n  position: absolute;\n  left: 0;\n  top: 0;\n  z-index: 1;\n  object-fit: cover;\n  border-radius: 15px;\n}\n.ticket-image-bg + .ticket-text {\n  z-index: 10;\n  color: #fff;\n}','','1759987331','1759966034','5','154','0','2');
INSERT INTO `t6_css` VALUES('155','m1','timeline','','.timeline {\n  padding: 0;\n}\n.timeline-item-text {\n  color: var(--text-color);\n  margin-top: 5px;\n  line-height: 1.8em;\n}\n.calendar .toolbar .toolbar-inner .center,\n.calendar-day-number,\n.timeline-item-date {\n  font-weight: 500;\n}\n.timeline-item-divider:after,\n.timeline-item-divider:before {\n  width: 1px;\n  opacity: 0.2;\n  background: #41454b;\n}\n.timeline-item-divider {\n  background: var(--title-color);\n}\n.timeline-item-content {\n  margin-top: -4px;\n  margin-bottom: 5px;\n}\n.timeline-item-inner {\n  padding-top: 0;\n}\n.timeline-item-text img {\n  border-radius: 10px;\n}','','1759987351','1759966112','5','155','0','2');
INSERT INTO `t6_css` VALUES('156','m1','signin','','.signin-image,\n.signup-image {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n.signup-image img {\n  width: 85%;\n}\n.signin-image img {\n  width: 90%;\n}\n.signup-tos {\n  font-size: 13px;\n}\n.signup-tos a {\n  color: var(--text-color);\n  text-decoration: underline;\n}\n.signin-links {\n  font-weight: 500;\n  font-size: 15px;\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n}\n.google-button {\n  background-color: #eff7e5;\n}','','1759987368','1759966169','5','156','0','2');
INSERT INTO `t6_css` VALUES('157','m1','message','','.messagebar textarea,\n.single-post-author,\n.single-post-category {\n  background-color: var(--light-gray);\n}\n.message-list.detailed-list .item-after .badge {\n  padding: 0 6px;\n  min-width: 22px;\n}\n.messagebar textarea {\n  min-height: auto;\n  border: none;\n  margin-bottom: 0;\n  font-weight: 400;\n  font-size: 15px;\n}\n.ios .message-received {\n  margin-left: 15px;\n}\n.ios .message-sent {\n  margin-right: 15px;\n}\n.messagebar .send-link i {\n  transform: rotate(45deg);\n  margin-left: -6px;\n  margin-right: 3px;\n}\n.ios .message + .message:not(.message-first) {\n  margin-top: 2px;\n}\n.messages-date {\n  font-size: 14px;\n  margin: 15px 0 5px;\n  color: var(--text-color);\n  text-align: center;\n  width: 100%;\n  line-height: 1;\n}\n.ios .message-sent .message-bubble {\n  padding: 8px 20px 8px 13px;\n}\n.ios .message-received .message-bubble {\n  padding: 8px 13px 8px 20px;\n}\n.messagebar .toolbar-inner {\n  padding-bottom: 3px;\n}\n.faq-list .list.accordion-list .item-title,\n.message-bubble {\n  font-size: 15px;\n}','','1759987384','1759966491','5','157','0','2');
INSERT INTO `t6_css` VALUES('158','m1','search','','.searchbar-inner {\n  padding: 0 15px;\n}\n.searchbar-backdrop.searchbar-backdrop-in {\n  opacity: 0;\n}\n.searchbar.searchbar-inline {\n  margin-top: 10px;\n  margin-bottom: -5px;\n}\n.searchbar.searchbar-inline .searchbar-input-wrap {\n  height: 40px;\n}\n.authors-slider,\n.searchbar-help-center.searchbar-inline {\n  margin-top: 20px;\n}\n.searchbar-search-page.searchbar-inline {\n  margin-top: 10px;\n  margin-bottom: 20px;\n}\n.search-grid a {\n  font-size: 15px;\n  border-top: 1px solid #e2e3e5;\n  text-align: left;\n  margin-top: 12px;\n  padding-top: 12px;\n  overflow: hidden;\n  -webkit-line-clamp: 1;\n}\n.search-grid a:first-child,\n.search-grid a:nth-child(2) {\n  border-top: none;\n  margin-top: 5px;\n  padding-top: 0;\n}\n.search-grid a:nth-child(2n) {\n  margin-left: 10px;\n}\n.search-grid a i {\n  font-size: 20px;\n  margin-right: 6px;\n}','','1759987400','1759966603','5','158','0','2');
INSERT INTO `t6_css` VALUES('159','m1','page','','.page[data-name="chat"] .page-content {\n  padding-bottom: calc(\n    var(--f7-page-toolbar-bottom-offset, 0px) + var(--f7-safe-area-bottom) +\n      var(--f7-page-content-extra-padding-bottom, 0px)\n  );\n}','','1759987427','1759966922','5','159','0','2');
INSERT INTO `t6_css` VALUES('160','m1','single-post','','.single-post-date {\n  color: var(--text-color);\n  font-size: 16px;\n  margin-top: 10px;\n}\n.single-post-title {\n  margin-top: 10px;\n  margin-bottom: 15px;\n  font-size: 28px;\n}\n.single-post-category {\n  padding: 3px 3px;\n  height: auto;\n  border-radius: 6px;\n  color: var(--title-color);\n  font-size: 14px;\n  font-weight: 500;\n  margin-right: 5px;\n  display: inline-block;\n  margin-top: 15px;\n}\n.single-post-author {\n  display: flex;\n  align-items: center;\n  padding: 15px;\n  border-radius: 8px;\n  margin: 20px 0;\n}\n.single-post-author > img {\n  width: 55px;\n  border-radius: 50%;\n  margin-right: 12px;\n}\n.single-post-author .author-details {\n  display: flex;\n  flex-direction: column;\n  justify-content: center;\n}\n.single-post-author .author-description {\n  color: var(--text-color);\n  margin-top: 2px;\n  font-size: 13px;\n}\n.single-post-author .author-follow {\n  width: auto;\n  margin-left: auto;\n  padding: 0 15px 0 11px;\n  height: 38px;\n}','','1760019264','1759966947','5','160','0','2');
INSERT INTO `t6_css` VALUES('161','m1','title-bottom','','.title-bottom-line {\n  position: relative;\n  margin-top: 30px;\n  margin-bottom: 25px;\n}\n.title-bottom-line::after {\n  content: "";\n  position: absolute;\n  background-color: var(--f7-list-outline-border-color);\n  display: block;\n  z-index: 15;\n  right: auto;\n  bottom: -7px;\n  left: 0;\n  height: 1px;\n  width: 100%;\n  transform-origin: 50% 100%;\n  transform: scaleY(calc(1 / var(--f7-device-pixel-ratio)));\n}','','1759987473','1759967099','5','161','0','2');
INSERT INTO `t6_css` VALUES('162','m1','create-post','','.casting .grid,\n.create-post-cover {\n  margin-bottom: 20px;\n}\n.create-post-cover {\n  height: 25vh;\n  border-radius: 10px;\n  width: 100%;\n  display: flex;\n  align-items: center;\n  flex-direction: column;\n  justify-content: center;\n  font-size: 14px;\n  color: #93a0b1;\n}\n.create-post-cover i {\n  margin-bottom: 5px;\n}\n.create-post-cover input[type="file"] {\n  background-color: red;\n  position: absolute;\n  width: 95%;\n  height: 90%;\n  opacity: 0;\n  z-index: 99;\n  cursor: pointer;\n}','','1759987494','1759967208','5','162','0','2');
INSERT INTO `t6_css` VALUES('163','m1','navbar','','.navbar-transparent .navbar-inner .left a i {\n  color: #fff;\n  transition: color 00s;\n  text-shadow: 0 0 11px #000;\n}\n.navbar-transparent.navbar-transparent-visible .navbar-inner .left a i {\n  color: #000;\n  transition: color;\n  text-shadow: none;\n}','','1759987512','1759967310','5','163','0','2');
INSERT INTO `t6_css` VALUES('164','m1','movie','','.movie-header {\n  display: flex;\n  justify-content: space-between;\n  margin-bottom: 30px;\n}\n.link-banner-text,\n.movie-block {\n  display: flex;\n  flex-direction: column;\n}\n.page-content .movie-cover {\n  width: calc(70vw - 30px);\n  border-radius: 5px;\n  max-height: 342px;\n  object-fit: cover;\n}\n.movie-infos {\n  width: 100%;\n  margin-left: 15px;\n}\n.movie-block {\n  color: var(--title-color);\n  align-items: center;\n  justify-content: center;\n  border-radius: 8px;\n  margin-bottom: 15px;\n  padding: 19px 0;\n}\n.card-movie,\n.help-center-banner,\n.information-block,\n.link-banner {\n  border-radius: 5px;\n}\n.movie-block i {\n  font-size: 20px;\n}\n.movie-block-name {\n  margin: 5px 0 1px;\n  color: #708197;\n  font-weight: 400;\n}\n.casting .grid > div {\n  display: flex;\n  align-items: center;\n  flex-direction: column;\n  justify-content: flex-start;\n}\nimg.actor-image {\n  border-radius: 50%;\n  width: 60px;\n  margin-bottom: 10px;\n}\n.actor-firstname,\n.actor-lastname {\n  text-align: center;\n  line-height: 1.4em;\n  color: var(--title-color);\n  font-weight: 500;\n  font-size: 13px;\n}\n.movie-rating {\n  padding-top: 0;\n  padding-bottom: 0;\n  margin-bottom: -15px;\n}\n.movie-distribution.list .item-title {\n  font-weight: 400;\n  color: var(--text-color);\n}\n.card-movie-rating {\n  position: absolute;\n  right: 8px;\n  bottom: 8px;\n  background-color: #fff;\n  padding: 4px 8px 2px 6px;\n  border-radius: 8px;\n  font-size: 12px;\n}\n.card-movie-rating i {\n  font-size: 12px;\n  margin-bottom: 3px;\n}\n.card-movie .card-image img {\n  aspect-ratio: 9/13;\n  object-fit: cover;\n}','','1759980431','1759967335','5','164','0','2');
INSERT INTO `t6_css` VALUES('165','m1','help','','.help-center-title {\n  margin-top: 20px;\n  margin-bottom: -5px;\n  font-size: 2em;\n}\n.help-center-links,\n.profile-stats,\n.search-grid {\n  margin-bottom: 30px;\n}','','1759987540','1759967671','5','165','0','2');
INSERT INTO `t6_css` VALUES('166','m1','stock','','.author-slide,\n.stock-item-details {\n  flex-direction: column;\n  display: flex;\n}\n.stock-item {\n  display: flex;\n  padding: 13px 15px;\n  border-radius: 13px;\n  margin-bottom: 8px;\n}\n.stock-item img {\n  width: 40px;\n  margin-right: 15px;\n}\n.stock-item-details {\n  width: 100%;\n}\n.stock-item-bottom,\n.stock-item-top {\n  display: flex;\n  justify-content: space-between;\n}\n.stock-item-top {\n  margin-bottom: 3px;\n}\n.stock-item-title,\n.stock-item-value {\n  font-weight: 500;\n  color: var(--title-color);\n  font-size: 15px;\n}\n.stock-item-change {\n  font-size: 14px;\n  font-weight: 500;\n}','','1759987562','1759967752','5','166','0','2');
INSERT INTO `t6_css` VALUES('167','m1','author','','.author-list .author-follow {\n  height: 35px;\n  margin: 0;\n  color: #fff;\n}\n.author-slide .author-name,\n.category-slide,\n.contact-block {\n  color: var(--title-color);\n  font-weight: 500;\n}\n.author-slide {\n  width: 85px;\n}\n.author-slide img {\n  width: 60px;\n  border-radius: 50%;\n}\n.author-slide .author-name {\n  text-align: center;\n  margin-top: 7px;\n}','','1759987580','1759967795','5','167','0','2');
INSERT INTO `t6_css` VALUES('168','m1','category','','.category-slide {\n  font-size: 14px;\n  line-height: 21px;\n  padding: 10px 16px;\n  display: flex;\n  border-radius: 20px;\n}\n.album-grid,\n.categories-slider {\n  margin-top: 15px;\n}\n.category-item,\n.category-item img {\n  border-radius: 15px;\n  overflow: hidden;\n}\n.category-item {\n  height: 100px;\n  position: relative;\n}\n.category-item img {\n  object-fit: cover;\n  height: 100%;\n  width: 100%;\n  filter: brightness(60%);\n}\n.category-name {\n  position: absolute;\n  top: 50%;\n  width: 100%;\n  text-align: center;\n  color: #fff;\n  font-weight: 800;\n  font-size: 18px;\n  line-height: 0;\n  text-shadow: 0 0 20px #000;\n}','','1759981289','1759967833','5','168','0','2');
INSERT INTO `t6_css` VALUES('169','m1','contact','','.contact-block {\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  justify-content: center;\n  padding: 13px 5px 10px;\n  border-radius: 15px;\n}\n.contact-block i {\n  margin: 0;\n  font-size: 22px;\n  padding-right: 0;\n  font-weight: 400;\n}\n.contact-block .contact-method {\n  font-size: 14px;\n  margin-top: 4px;\n}\n.contact-input {\n  height: 150px;\n}','','1759987603','1759967875','5','169','0','2');
INSERT INTO `t6_css` VALUES('170','m1','profile','','.edit-profile-image,\n.profile-online {\n  background-color: #0091de;\n  display: flex;\n}\n.edit-profile-image {\n  position: absolute;\n  bottom: 8px;\n  right: 8px;\n  border-radius: 50%;\n  border: 1px solid #fff;\n  width: 20px;\n  height: 20px;\n  align-items: center;\n  justify-content: center;\n}\n.edit-profile-image i {\n  color: #fff;\n  font-size: 15px;\n}\n.profile-image img,\n.settings-image img {\n  width: 120px;\n  border-radius: 50%;\n}\n.profile-header {\n  display: flex;\n  align-items: center;\n  flex-direction: column;\n  margin: 20px 0;\n}\n.profile-online {\n  position: absolute;\n  bottom: 6px;\n  right: 15px;\n  border-radius: 50%;\n  border: 2px solid #fff;\n  width: 15px;\n  height: 15px;\n  align-items: center;\n  justify-content: center;\n}\n.profile-name {\n  color: var(--title-color);\n  font-weight: 500;\n  font-size: 20px;\n  margin-top: 15px;\n}\n.profile-subtitle {\n  color: #99a0a7;\n  font-weight: 400;\n  font-size: 15px;\n  margin-bottom: 5px;\n}\n.profile-buttons {\n  display: flex;\n  justify-content: center;\n  margin-bottom: 30px;\n}\n.profile-buttons .contact-button {\n  color: var(--title-color);\n  border-radius: 15px;\n  width: 44px;\n  height: 44px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin: 0 7px;\n}\n.profile-buttons .contact-button i {\n  padding: 0;\n  font-size: 20px;\n}\n.profile-buttons .author-follow {\n  width: auto;\n  margin: 0 7px;\n  padding: 0 20px 0 15px;\n}\n.grid.grid-gap.album-stats,\n.grid.grid-gap.profile-stats {\n  gap: 0;\n}\n.album-stat,\n.profile-stat {\n  display: flex;\n  flex-direction: column;\n  border-right: 1px solid #e2e3e5;\n  text-align: center;\n}\n.album-stat:last-child,\n.dark .album-stat:last-child,\n.dark .profile-stat:last-child,\n.profile-stat:last-child,\nhtml[dir="rtl"] .album-stat:first-child,\nhtml[dir="rtl"] .profile-stat:first-child {\n  border-right: none;\n}\n.album-stat-number,\n.profile-stat-number {\n  font-weight: 600;\n  font-size: 20px;\n}\n.album-stat-title,\n.profile-stat-title {\n  color: var(--text-color);\n  font-size: 15px;\n}','','1759987621','1759967895','5','170','0','2');
INSERT INTO `t6_css` VALUES('171','m1','settings','','.settings-header {\n  display: flex;\n  align-items: center;\n  flex-direction: column;\n  margin: 25px 0 35px;\n}\n.settings-name {\n  font-weight: 500;\n  font-size: 15px;\n  margin-top: 20px;\n  margin-bottom: 2px;\n}\n.settings-email {\n  color: #99a0a7;\n  font-weight: 400;\n}\n.settings-list .colored-icon {\n  border-radius: 10px;\n  height: 32px;\n  width: 32px;\n}\n.dark .settings-list .colored-icon.yellow,\n.settings-list .colored-icon.yellow {\n  color: #fff;\n  background-color: #ffc62b;\n}\n.dark .settings-list .colored-icon.blue,\n.settings-list .colored-icon.blue {\n  color: #fff;\n  background-color: #089bea;\n}\n.dark .settings-list .colored-icon.green,\n.settings-list .colored-icon.green {\n  color: #fff;\n  background-color: #41d359;\n}\n.dark .settings-list .colored-icon.pink,\n.settings-list .colored-icon.pink {\n  color: #fff;\n  background-color: #f20f6a;\n}\n.dark .settings-list .colored-icon.orange,\n.settings-list .colored-icon.orange {\n  color: #fff;\n  background-color: #ff9925;\n}\n.dark .settings-list .colored-icon.red,\n.settings-list .colored-icon.red {\n  color: #fff;\n  background-color: #ff4530;\n}\n.dark .settings-list .colored-icon.purple,\n.settings-list .colored-icon.purple {\n  color: #fff;\n  background-color: #9638f3;\n}\n.dark .settings-list .colored-icon.gray,\n.settings-list .colored-icon.gray {\n  color: #fff;\n  background-color: #878787;\n}\n.settings-list .item-after {\n  padding-right: 20px;\n  font-size: 15px;\n}\n.list .item-content.toggle-setting,\nhtml[dir="rtl"] .simple-list .item-inner {\n  padding-left: 0;\n}\n.settings-list .item-after:has(.toggle) {\n  padding-right: 0;\n}','','1759987637','1759968029','5','171','0','2');
INSERT INTO `t6_css` VALUES('172','m1','onboarding ','','.page-onboarding {\n  display: flex;\n  flex-direction: column;\n  justify-content: space-between;\n  padding-bottom: calc(\n    var(--f7-page-toolbar-bottom-offset, 0px) + var(--f7-safe-area-bottom) +\n      var(--f7-page-content-extra-padding-bottom, 0px) - 20px\n  );\n}\n.navbar a.link.onboarding-skip {\n  font-weight: 500;\n  color: var(--title-color);\n  padding-right: 8px;\n}\n.swiper-onboarding swiper-slide {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-direction: column;\n}\n.swiper-onboarding swiper-slide img {\n  width: 75%;\n  margin-top: 20px;\n}\n.swiper-onboarding swiper-slide .onboarding-title {\n  font-size: 40px;\n  font-weight: 800;\n  color: var(--title-color);\n  padding: 0 30px;\n  text-align: center;\n  line-height: 1.2;\n  margin: 20px 0 10px;\n}\n.swiper-onboarding swiper-slide .onboarding-subtitle {\n  font-size: 15px;\n  padding: 0 30px;\n  text-align: center;\n  color: var(--text-color);\n  margin: 10px 0 30px;\n}\n@media (max-height: 885px) {\n  .swiper-onboarding swiper-slide img {\n    width: 70%;\n  }\n  .swiper-onboarding swiper-slide .onboarding-title {\n    font-size: 30px;\n  }\n}\n@media (max-height: 770px) {\n  .swiper-onboarding swiper-slide img {\n    width: 55%;\n  }\n  .swiper-onboarding swiper-slide .onboarding-title {\n    font-size: 25px;\n  }\n  .swiper-onboarding swiper-slide .onboarding-subtitle {\n    font-size: 15px;\n  }\n}','','1759981819','1759968271','5','172','0','2');
INSERT INTO `t6_css` VALUES('173','m1','notification','','.notification-list .item-date-container {\n  display: flex;\n  justify-content: space-between;\n  margin-bottom: 3px;\n}\n.notification-list .item-date,\n.notification-list .item-time {\n  color: #99a0a7;\n  font-size: 14px;\n  font-weight: 400;\n}\n.album-title,\n.card-movie-rating,\n.notification-list .item-description {\n  color: var(--title-color);\n  font-weight: 500;\n}\n.notification-list .item-description {\n  font-size: 14px;\n  white-space: normal;\n}\n.notification-list .item-description i {\n  font-size: 20px;\n  margin-right: 4px;\n  line-height: 0.9;\n}\n.notification-list.detailed-list .item-media img {\n  width: 50px;\n}\n.notification-list.list .item-inner {\n  padding-top: 10px;\n  padding-bottom: 10px;\n}','','1759987658','1759968336','5','173','0','2');
INSERT INTO `t6_css` VALUES('174','m1','panel','','.panel-links a {\n  justify-content: flex-start;\n}\n.panel-links a i {\n  margin-right: 15px;\n  font-size: 23px;\n}\n.panel .profile-header {\n  margin-bottom: 40px;\n  margin-top: 40px;\n}\n.panel .profile-header .profile-image img {\n  width: 90px;\n}\n.panel .profile-header .profile-image .profile-online {\n  bottom: 7px;\n  right: 7px;\n  width: 12px;\n  height: 12px;\n}\n.panel .profile-header .profile-name {\n  font-size: 19px;\n  margin-top: 5px;\n}\n.panel-logout {\n  position: absolute;\n  bottom: 20px;\n  width: 100%;\n  text-align: center;\n  font-weight: 500;\n}\n.panel-logout i {\n  font-size: 25px;\n  margin-left: 5px;\n}','','1759987675','1759968458','5','174','0','2');
INSERT INTO `t6_css` VALUES('175','m1','dark ','','.dark .toolbar-bottom:before,\n.ios .dark .toolbar-bottom-ios:before,\n.md .dark .toolbar-bottom-md:before {\n  background-color: rgba(255, 255, 255, 0.15);\n}\n.dark .info-block-icon {\n  background-color: var(--background-color);\n  color: #8191a6;\n}\n.dark .info-block p {\n  color: #7f91a7;\n}\n.dark .button.color-dark {\n  background-color: #0ee9b3;\n  color: #181c22;\n}\n.dark .badge.color-black,\n.dark .badge.color-light-gray,\n.dark .card .card-category.bg-color-white {\n  color: var(--background-color);\n}\n.dark .button.color-light-gray {\n  background-color: #102733;\n}\n.dark .post-horizontal {\n  box-shadow: none;\n  background-color: var(--light-gray);\n}\n.dark .infinite-scroll-demo .post-horizontal .post-image {\n  background-color: var(--text-color);\n}\n.dark .notification,\n.dark .sheet-modal {\n  background: var(--light-gray);\n}\n.dark .segmented.segmented-strong .button.tab-link-active {\n  color: #181c22;\n}\n.dark .text-editor {\n  border: 1px solid #363d43;\n}\n.dark .text-editor-toolbar {\n  border-bottom: 1px solid #363d43;\n}\n.dark .card-image-footer {\n  background-image: linear-gradient(\n    to bottom,\n    rgba(0, 0, 0, 0) 0,\n    rgb(24 24 24 / 80%) 100%\n  );\n}\n.dark .card-movie-rating {\n  background-color: var(--background-color);\n  color: #fff;\n}\n.dark .badge.color-black {\n  background-color: #fff;\n}\n.dark .post-horizontal .post-category {\n  color: #0ee9b3;\n}\n.dark .stock-item {\n  background-color: var(--light-gray);\n  box-shadow: none;\n}\n.dark .ticket-fill {\n  background: #0ee9b3;\n}\n.dark .ticket-fill:not(.ticket-image) .ticket-description,\n.dark .ticket-fill:not(.ticket-image) .ticket-discount,\n.dark .ticket-fill:not(.ticket-image) .ticket-text,\n.dark .ticket-fill:not(.ticket-image) i {\n  color: #000 !important;\n}\n.dark .ticket {\n  background-image: radial-gradient(\n      circle at 0 50%,\n      rgba(0, 0, 0, 0) 0.7em,\n      var(--light-gray) 0\n    ),\n    radial-gradient(\n      circle at 100% 50%,\n      rgba(0, 0, 0, 0) 0.7em,\n      var(--light-gray) 0\n    );\n}\n.dark .timeline-item-divider:after,\n.dark .timeline-item-divider:before {\n  background: #fff;\n}\n.dark .information-block:not(.success-message, .error-message) h2,\n.dark .information-block:not(.success-message, .error-message) p,\nhtml[dir="rtl"] .dark .segmented.segmented-strong .button {\n  color: #1e2b47;\n}\n.dark .link-banner.dark-theme-green {\n  background-color: #0ee9b3;\n}\n.dark .link-banner.dark-theme-green .link-banner-subtitle,\n.dark .link-banner.dark-theme-green .link-banner-title,\n.dark .link-banner.dark-theme-green i,\n.dark .link-banner.dark-theme-green.link-chevron::before {\n  color: #000;\n}\n.dark .link-banner.bg-color-dark {\n  background-color: var(--light-gray) !important;\n}\n.dark .category-item img {\n  filter: brightness(70%);\n}\n.dark .album-stat,\n.dark .profile-stat {\n  border-right: 1px solid #2d3d4a;\n}\n.dark .profile-online {\n  border: 2px solid var(--background-color);\n}\n.dark .edit-profile-image {\n  border: 1px solid var(--background-color);\n}\n.dark .search-grid a {\n  border-top: 1px solid #2d3d4a;\n}\n.dark .search-grid a:first-child,\n.dark .search-grid a:nth-child(2) {\n  border-top: none;\n}\n.dark .panel .profile-header .profile-image .profile-online {\n  border: 2px solid var(--light-gray);\n}','','1759984653','1759968563','5','175','0','2');
INSERT INTO `t6_css` VALUES('176','m1','html','','html[dir="rtl"] .album-grid img,\nhtml[dir="rtl"] .colored-icon,\nhtml[dir="rtl"] .link-banner i,\nhtml[dir="rtl"] .link-banner img {\n  margin-right: 0;\n  margin-left: 10px;\n}\nhtml[dir="rtl"] .detailed-list .item-link .item-inner {\n  padding-right: 0;\n  padding-left: 15px;\n  margin-left: 0;\n}\nhtml[dir="rtl"] .post-horizontal .post-image {\n  margin-left: 0;\n  margin-right: 10px;\n}\nhtml[dir="rtl"] .button-icon-left i,\nhtml[dir="rtl"] .checkbox.checkbox-inline {\n  margin-right: 0;\n  margin-left: 5px;\n}\nhtml[dir="rtl"] .navbar a .arrow-back {\n  transform: rotate(180deg);\n  padding-right: 0;\n  padding-left: 3px;\n}\nhtml[dir="rtl"] input[type="email"],\nhtml[dir="rtl"] input[type="password"],\nhtml[dir="rtl"] input[type="text"] {\n  padding: 0 15px 0 0;\n}\nhtml[dir="rtl"] textarea {\n  padding: 15px 15px 0;\n}\nhtml[dir="rtl"] .messagebar-area textarea {\n  padding: 6px 16px;\n}\nhtml[dir="rtl"] .button img {\n  margin-right: 0;\n  margin-left: 7px;\n}\nhtml[dir="rtl"] .single-post-author > img {\n  margin-right: 0;\n  margin-left: 12px;\n}\nhtml[dir="rtl"] .card-author-footer .card-footer-right,\nhtml[dir="rtl"] .single-post-author .author-follow {\n  margin-right: auto;\n  margin-left: inherit;\n}\nhtml[dir="rtl"] .comment > img {\n  margin-right: 0;\n  margin-left: 15px;\n}\nhtml[dir="rtl"] .comment-date {\n  margin-right: 6px;\n  margin-left: 0;\n}\nhtml[dir="rtl"] .comment-reply {\n  margin-right: 60px;\n  margin-left: 0;\n}\nhtml[dir="rtl"] .movie-infos {\n  margin-right: 15px;\n  margin-left: 0;\n}\nhtml[dir="rtl"] .rating-block-star i {\n  margin-right: 3px;\n  margin-left: 0;\n}\nhtml[dir="rtl"] .album-stat:last-child,\nhtml[dir="rtl"] .profile-stat:last-child {\n  border-right: 1px solid #e2e3e5;\n}\nhtml[dir="rtl"] .settings-list .item-after {\n  padding-left: 20px;\n  padding-right: 0;\n}\nhtml[dir="rtl"] .settings-list .item-after:has(.toggle) {\n  padding-left: 0;\n}\nhtml[dir="rtl"] .search-grid a {\n  text-align: right;\n}\nhtml[dir="rtl"] .badge-with-image img,\nhtml[dir="rtl"] .search-grid a i {\n  margin-right: 0;\n  margin-left: 6px;\n}\nhtml[dir="rtl"] .accordion-opposite .accordion-item > .item-content:before {\n  right: 8px;\n}\nhtml[dir="rtl"] .badge-with-image {\n  padding-right: 0;\n  padding-left: 8px;\n}\nhtml[dir="rtl"] .card-author-footer .card-footer-middle {\n  margin-right: 12px;\n}\nhtml[dir="rtl"] .badge-with-icon {\n  padding: 0 6px 0 10px;\n}\nhtml[dir="rtl"] .badge-with-icon i {\n  margin-right: 0;\n  margin-left: 3px;\n}\nhtml[dir="rtl"] .card .card-author img {\n  margin-right: 0;\n  margin-left: 8px;\n}\nhtml[dir="rtl"] .detailed-list .item-content {\n  padding-left: 0;\n}\nhtml[dir="rtl"] .light-gray-title .badge {\n  margin-left: 0;\n  margin-right: 3px;\n}\nhtml[dir="rtl"] .post-horizontal {\n  padding: 15px 17px 15px 15px;\n}\nhtml[dir="rtl"] .search-grid a:nth-child(odd) {\n  margin-left: 10px;\n  margin-right: 0;\n}\nhtml[dir="rtl"] .stepper .stepper-input-wrap input {\n  padding-right: 0;\n}\nhtml[dir="rtl"] .panel-links a i,\nhtml[dir="rtl"] .stock-item img {\n  margin-left: 15px;\n  margin-right: 0;\n}\nhtml[dir="rtl"] .rating-block-total-text {\n  margin-left: 0;\n  margin-right: 5px;\n}','','1759987696','1759968650','5','176','0','2');
INSERT INTO `t6_css` VALUES('177','m1','fw','','.fw-100 {\n  font-weight: 100 !important;\n}\n.fw-200 {\n  font-weight: 200 !important;\n}\n.fw-300 {\n  font-weight: 300 !important;\n}\n.fw-400 {\n  font-weight: 400 !important;\n}\n.fw-500 {\n  font-weight: 500 !important;\n}\n.fw-600 {\n  font-weight: 600 !important;\n}\n.fw-700 {\n  font-weight: 700 !important;\n}\n.fw-800 {\n  font-weight: 800 !important;\n}\n.fw-900 {\n  font-weight: 900 !important;\n}\n.lead {\n  font-weight: 500;\n  font-size: 15px;\n  line-height: 16px;\n}\n.fs-sm {\n  font-size: 13px !important;\n  line-height: 14px;\n  margin-top: 4px;\n  margin-bottom: 4px;\n}\n.fs-xs {\n  font-size: 11px !important;\n  line-height: 12px;\n  margin-top: 3px;\n  margin-bottom: 3px;\n}\n.fs-xxs {\n  font-size: 9px !important;\n  line-height: 10px;\n  margin-top: 2px;\n  margin-bottom: 2px;\n}\n\n.radio-wrapper {\n  padding: 16px 0;\n  border: 2px solid var(--f7-theme-color);\n  background-color: var(--light-gray);\n  border-radius: 6px;\n  text-align: center;\n  padding-bottom: 2px;\n  padding-top: 8px;\n}\n\n.radio-wrapper-selected {\n  color: #fff;\n  background-color: var(--f7-theme-color);\n  padding: 16px 0;\n  border: 1px solid var(--f7-theme-color);\n  border-radius: 6px;\n  text-align: center;\n  padding-bottom: 2px;\n  padding-top: 8px;\n}\n.bg-light {\n  background-color: var(--mycolor-light);\n  color: var(--mycolor-dark);\n}\n.bg-dark {\n  background-color: var(--mycolor-dark);\n  color: #fff;\n}\n.bg-primary {\n  background-color: var(--mycolor-primary);\n  color: #fff;\n}\n.bg-info {\n  background-color: var(--mycolor-info);\n  color: #fff;\n}\n.bg-secondary {\n  background-color: var(--mycolor-secondary);\n  color: #fff;\n}\n.bg-success {\n  background-color: var(--mycolor-success);\n  color: #fff;\n}\n.bg-warning {\n  background-color: var(--mycolor-warning);\n  color: #fff;\n}\n.bg-danger {\n  background-color: var(--mycolor-danger);\n  color: #fff;\n}\n\n.swiper-button-next, .swiper-button-prev {\n    color: #3A0CA3;\n}','','1760055278','1759978186','5','177','0','2');
INSERT INTO `t6_css` VALUES('178','m1','item','','.item-category {\n  padding-top: 3px;\n  padding-bottom: 3px;\n  padding-left: 5px;\n  padding-right: 5px;\n  height: auto;\n  border-radius: 6px;\n  color: var(--title-color);\n  background-color:var(--light-gray);\n  font-size: 14px;\n  font-weight: 500;\n  margin-right: 5px;\n  display: inline-block;\n  margin-top: 5px;\n  margin-bottom: 5px;\n}','','1760059578','1760059119','5','0','0','2');


DROP TABLE IF EXISTS `t6_css_child`;
CREATE TABLE `t6_css_child` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `fid` int(11) NOT NULL,
  `gid` int(11) NOT NULL DEFAULT 0,
  `group` varchar(50) DEFAULT NULL,
  `tid` int(11) NOT NULL DEFAULT 0,
  `seq` int(11) NOT NULL DEFAULT 0,
  `title` text DEFAULT NULL,
  `name` varchar(50) DEFAULT NULL,
  `val` varchar(99) DEFAULT NULL,
  `val2` varchar(99) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `id_parent_key` (`id`,`name`)
) ENGINE=InnoDB AUTO_INCREMENT=1183 DEFAULT CHARSET=utf32 COLLATE=utf32_general_ci;

INSERT INTO `t6_css_child` VALUES('1','1','1','all','1','0','p,ul li','color','var(--text-color)','var(--text-color)');
INSERT INTO `t6_css_child` VALUES('2','1','1','all','2','0','.navbar-bg,.page-theme-transition','transition','background-color .4s','background-color .4s');
INSERT INTO `t6_css_child` VALUES('3','1','1','all','3','0','.color-light-gray,:root','--f7-text-color','var(--title-color)','var(--title-color)');
INSERT INTO `t6_css_child` VALUES('4','1','1','all','4','0','.arrow-back,.link-chevron::before','text-rendering','optimizeLegibility','optimizeLegibility');
INSERT INTO `t6_css_child` VALUES('5','1','1','all','5','0','.card,.post-horizontal,.stock-item','box-shadow','var(--block-shadow)','var(--block-shadow)');
INSERT INTO `t6_css_child` VALUES('6','1','1','all','6','0','html[dir=rtl] .card-big-footer .button i,html[dir=rtl] .onboarding-next-button i','transform','rotate(180deg)','rotate(180deg)');
INSERT INTO `t6_css_child` VALUES('7','1','1','all','6','0','html[dir=rtl] .card-big-footer .button i,html[dir=rtl] .onboarding-next-button i','margin-right','5px','5px');
INSERT INTO `t6_css_child` VALUES('8','1','1','all','7','0','@font-face','font-family','Rubik','Rubik');
INSERT INTO `t6_css_child` VALUES('9','1','1','all','7','0','@font-face','src','url("../fonts/Rubik/Rubik-SemiBold.ttf") format("truetype")','url("../fonts/Rubik/Rubik-SemiBold.ttf") format("truetype")');
INSERT INTO `t6_css_child` VALUES('10','1','1','all','7','0','@font-face','font-weight','600','600');
INSERT INTO `t6_css_child` VALUES('11','1','1','all','7','0','@font-face','font-style','normal','normal');
INSERT INTO `t6_css_child` VALUES('12','1','1','all','8','0',':root','--title-color','#1e2b47','#1e2b47');
INSERT INTO `t6_css_child` VALUES('13','1','1','all','8','0',':root','--text-color','#828d9c','#828d9c');
INSERT INTO `t6_css_child` VALUES('14','1','1','all','8','0',':root','--background-color','#fff','#fff');
INSERT INTO `t6_css_child` VALUES('15','1','1','all','8','0',':root','--light-gray','#ecf1f5','#ecf1f5');
INSERT INTO `t6_css_child` VALUES('16','1','1','all','8','0',':root','--block-shadow','0px 2px 10px 0px #555f6921','0px 2px 10px 0px #555f6921');
INSERT INTO `t6_css_child` VALUES('17','1','1','all','8','0',':root','--f7-page-toolbar-bottom-offset','50px','50px');
INSERT INTO `t6_css_child` VALUES('18','1','1','all','8','0',':root','--f7-navbar-height','50px','50px');
INSERT INTO `t6_css_child` VALUES('19','1','1','all','8','0',':root','--f7-list-item-border-color','rgba(0, 0, 0, 0.12)','rgba(0, 0, 0, 0.12)');
INSERT INTO `t6_css_child` VALUES('20','1','1','all','8','0',':root','--f7-list-outline-border-color','rgba(0, 0, 0, 0.12)','rgba(0, 0, 0, 0.12)');
INSERT INTO `t6_css_child` VALUES('21','1','1','all','8','0',':root','--f7-list-chevron-icon-color','#8896b8','#8896b8');
INSERT INTO `t6_css_child` VALUES('22','1','1','all','8','0',':root','--swiper-pagination-color','var(--title-color)','var(--title-color)');
INSERT INTO `t6_css_child` VALUES('23','1','1','all','9','0',':root .dark','--title-color','#fff','#fff');
INSERT INTO `t6_css_child` VALUES('24','1','1','all','9','0',':root .dark','--text-color','#9aa9b2','#9aa9b2');
INSERT INTO `t6_css_child` VALUES('25','1','1','all','9','0',':root .dark','--background-color','#001119','#001119');
INSERT INTO `t6_css_child` VALUES('26','1','1','all','9','0',':root .dark','--light-gray','#0e232d','#0e232d');
INSERT INTO `t6_css_child` VALUES('27','1','1','all','10','0','body','font-family','Rubik,-apple-system,SF Pro Text,SF UI Text,system-ui,Helvetica Neue,Helvetica,Arial,sans-serif','Rubik,-apple-system,SF Pro Text,SF UI Text,system-ui,Helvetica Neue,Helvetica,Arial,sans-serif');
INSERT INTO `t6_css_child` VALUES('28','1','1','all','11','0','.dark .stepper.color-light-gray .stepper-button-minus::after,.dark .stepper.color-light-gray .stepper-button-plus::after,.dark .stepper.color-light-gray .stepper-button-plus::before,.dark .ticket-fill::after,.dark .ticket-fill::before,.page','background-color','var(--background-color)','var(--background-color)');
INSERT INTO `t6_css_child` VALUES('29','1','1','all','12','0','.page-content','padding-left','15px','15px');
INSERT INTO `t6_css_child` VALUES('30','1','1','all','12','0','.page-content','padding-right','15px','15px');
INSERT INTO `t6_css_child` VALUES('31','1','1','all','12','0','.page-content','padding-bottom','calc(var(--f7-page-toolbar-bottom-offset,0px) + var(--f7-safe-area-bottom) + var(--f7-page-content-','calc(var(--f7-page-toolbar-bottom-offset,0px) + var(--f7-safe-area-bottom) + var(--f7-page-content-');
INSERT INTO `t6_css_child` VALUES('32','1','1','all','13','0','.full-width','margin-left','-15px','-15px');
INSERT INTO `t6_css_child` VALUES('33','1','1','all','13','0','.full-width','margin-right','-15px','-15px');
INSERT INTO `t6_css_child` VALUES('34','1','1','all','13','0','.full-width','width','calc(100% + 30px)!important','calc(100% + 30px)!important');
INSERT INTO `t6_css_child` VALUES('35','1','1','all','14','0','p','line-height','1.8em','1.8em');
INSERT INTO `t6_css_child` VALUES('36','1','1','all','14','0','p','font-size','15px','15px');
INSERT INTO `t6_css_child` VALUES('37','1','1','all','15','0','.card .card-category.bg-color-white,.icon-tooltip,.navbar .title,.navbar a i,h1,h2,h3,html[dir=rtl] .segmented.segmented-strong .button.tab-link-active','color','var(--title-color)','var(--title-color)');
INSERT INTO `t6_css_child` VALUES('38','1','1','all','16','0','h1,h2,h3','font-weight','600','600');
INSERT INTO `t6_css_child` VALUES('39','1','1','all','17','0','h1','font-size','28px','28px');
INSERT INTO `t6_css_child` VALUES('40','1','1','all','17','0','h1','margin-bottom','20px','20px');
INSERT INTO `t6_css_child` VALUES('41','1','1','all','18','0','ul','padding-left','20px','20px');
INSERT INTO `t6_css_child` VALUES('42','1','1','all','19','0','ul li','padding','4px 0','4px 0');
INSERT INTO `t6_css_child` VALUES('43','1','1','all','20','0','iframe','width','calc(100%)','calc(100%)');
INSERT INTO `t6_css_child` VALUES('44','1','1','all','20','0','iframe','height','230px','230px');
INSERT INTO `t6_css_child` VALUES('45','1','1','all','20','0','iframe','border-radius','15px','15px');
INSERT INTO `t6_css_child` VALUES('46','1','1','all','20','0','iframe','border','none','none');
INSERT INTO `t6_css_child` VALUES('47','1','1','all','21','0','.comment-infos,.page-content img,.rating-block-group','width','100%','100%');
INSERT INTO `t6_css_child` VALUES('48','1','1','all','22','0','.dark .ticket-fill.ticket-image,.dark .timeline-item-inner,.ios .router-transition-backward .page-current:before,.ios .router-transition-backward .page-previous:after,.ios .router-transition-forward .page-current:after,.ios .router-transition-forward .page-next:before,.page-opacity-effect,.page-shadow-effect','background','0 0','0 0');
INSERT INTO `t6_css_child` VALUES('49','1','1','all','23','0','.navbar-bg,.toolbar','background-color','var(--background-color)','var(--background-color)');
INSERT INTO `t6_css_child` VALUES('50','1','1','all','24','0','::-webkit-scrollbar','display','none','none');
INSERT INTO `t6_css_child` VALUES('51','1','1','all','25','0','.card-footer:before,.detailed-list .item-link .item-inner:before,.navbar-bg:after,.simple-list .item-inner::after,.text-editor-toolbar::after,html[dir=rtl] .link-chevron::before','display','none','none');
INSERT INTO `t6_css_child` VALUES('52','1','1','all','26','0','.post-horizontal .post-title,.search-grid a','display','-webkit-box','-webkit-box');
INSERT INTO `t6_css_child` VALUES('53','1','1','all','26','0','.post-horizontal .post-title,.search-grid a','-webkit-box-orient','vertical','vertical');
INSERT INTO `t6_css_child` VALUES('54','1','1','all','26','0','.post-horizontal .post-title,.search-grid a','text-overflow','ellipsis','ellipsis');
INSERT INTO `t6_css_child` VALUES('55','1','1','all','27','0','.navbar-profile img','border-radius','50%','50%');
INSERT INTO `t6_css_child` VALUES('56','1','1','all','27','0','.navbar-profile img','width','30px','30px');
INSERT INTO `t6_css_child` VALUES('57','1','1','all','28','0','.navbar-arrow','padding-left','2px','2px');
INSERT INTO `t6_css_child` VALUES('58','1','1','all','28','0','.navbar-arrow','width','25px','25px');
INSERT INTO `t6_css_child` VALUES('59','1','1','all','29','0','.arrow-back','font-weight','400','400');
INSERT INTO `t6_css_child` VALUES('60','1','1','all','29','0','.arrow-back','font-size','26px','26px');
INSERT INTO `t6_css_child` VALUES('61','1','1','all','29','0','.arrow-back','padding-right','10px','10px');
INSERT INTO `t6_css_child` VALUES('62','1','1','all','29','0','.arrow-back','width','25px','25px');
INSERT INTO `t6_css_child` VALUES('63','1','1','all','29','0','.arrow-back','-webkit-font-smoothing','subpixel-antialiased','subpixel-antialiased');
INSERT INTO `t6_css_child` VALUES('64','1','1','all','30','0','.navbar .title-large','height','58px','58px');
INSERT INTO `t6_css_child` VALUES('65','1','1','all','31','0','.navbar .title-large-text','color','var(--title-color)','var(--title-color)');
INSERT INTO `t6_css_child` VALUES('66','1','1','all','31','0','.navbar .title-large-text','padding-left','15px','15px');
INSERT INTO `t6_css_child` VALUES('67','1','1','all','32','0','.navbar .icon .badge','font-size','11px','11px');
INSERT INTO `t6_css_child` VALUES('68','1','1','all','32','0','.navbar .icon .badge','font-weight','600','600');
INSERT INTO `t6_css_child` VALUES('69','1','1','all','33','0','.toolbar','transition','background-color .4s,transform .4s','background-color .4s,transform .4s');
INSERT INTO `t6_css_child` VALUES('70','1','1','all','34','0','.tabbar a,.tabbar-icons a','color','#8896b8','#8896b8');
INSERT INTO `t6_css_child` VALUES('71','1','1','all','35','0','.tabbar-icons .tabbar-label','font-size','10px','10px');
INSERT INTO `t6_css_child` VALUES('72','1','1','all','36','0','.ios .toolbar-bottom-ios:before,.md .toolbar-bottom-md:before,.toolbar-bottom:before','background-color','#dedede','#dedede');
INSERT INTO `t6_css_child` VALUES('73','1','1','all','36','0','.ios .toolbar-bottom-ios:before,.md .toolbar-bottom-md:before,.toolbar-bottom:before','transition','background-color .4s,transform .4s','background-color .4s,transform .4s');
INSERT INTO `t6_css_child` VALUES('74','1','1','all','37','0','.color-light-gray','--f7-button-text-color','var(--title-color)','var(--title-color)');
INSERT INTO `t6_css_child` VALUES('75','1','1','all','37','0','.color-light-gray','--f7-theme-color','#ecf1f5','#ecf1f5');
INSERT INTO `t6_css_child` VALUES('76','1','1','all','37','0','.color-light-gray','--f7-theme-color-rgb','236,241,245','236,241,245');
INSERT INTO `t6_css_child` VALUES('77','1','1','all','37','0','.color-light-gray','--f7-theme-color-shade','#d1dde7','#d1dde7');
INSERT INTO `t6_css_child` VALUES('78','1','1','all','37','0','.color-light-gray','--f7-theme-color-tint','#f6f8fa','#f6f8fa');
INSERT INTO `t6_css_child` VALUES('79','1','1','all','37','0','.color-light-gray','--f7-badge-text-color','var(--title-color)','var(--title-color)');
INSERT INTO `t6_css_child` VALUES('80','1','1','all','38','0','.color-dark','--f7-theme-color','#1e2b47','#1e2b47');
INSERT INTO `t6_css_child` VALUES('81','1','1','all','38','0','.color-dark','--f7-theme-color-rgb','30,43,71','30,43,71');
INSERT INTO `t6_css_child` VALUES('82','1','1','all','38','0','.color-dark','--f7-theme-color-shade','#121a2a','#121a2a');
INSERT INTO `t6_css_child` VALUES('83','1','1','all','38','0','.color-dark','--f7-theme-color-tint','#2a3c64','#2a3c64');
INSERT INTO `t6_css_child` VALUES('84','1','1','all','39','0','.button','width','100%','100%');
INSERT INTO `t6_css_child` VALUES('85','1','1','all','39','0','.button','height','44px','44px');
INSERT INTO `t6_css_child` VALUES('86','1','1','all','39','0','.button','text-transform','none','none');
INSERT INTO `t6_css_child` VALUES('87','1','1','all','39','0','.button','font-weight','500','500');
INSERT INTO `t6_css_child` VALUES('88','1','1','all','39','0','.button','font-size','14px','14px');
INSERT INTO `t6_css_child` VALUES('89','1','1','all','39','0','.button','border-radius','10px','10px');
INSERT INTO `t6_css_child` VALUES('90','1','1','all','39','0','.button','margin','10px 0','10px 0');
INSERT INTO `t6_css_child` VALUES('91','1','1','all','40','0','.button img','width','17px','17px');
INSERT INTO `t6_css_child` VALUES('92','1','1','all','40','0','.button img','max-width','17px','17px');
INSERT INTO `t6_css_child` VALUES('93','1','1','all','40','0','.button img','max-height','17px','17px');
INSERT INTO `t6_css_child` VALUES('94','1','1','all','40','0','.button img','margin-right','7px','7px');
INSERT INTO `t6_css_child` VALUES('95','1','1','all','41','0','.info-block,.list','margin-bottom','25px','25px');
INSERT INTO `t6_css_child` VALUES('96','1','1','all','42','0','.button i','font-size','18px','18px');
INSERT INTO `t6_css_child` VALUES('97','1','1','all','42','0','.button i','font-weight','400','400');
INSERT INTO `t6_css_child` VALUES('98','1','1','all','43','0','.links-list a,.list .item-title,.movie-distribution .item-inner .item-after,.settings-list .item-title,.simple-list ul li','font-weight','500','500');
INSERT INTO `t6_css_child` VALUES('99','1','1','all','43','0','.links-list a,.list .item-title,.movie-distribution .item-inner .item-after,.settings-list .item-title,.simple-list ul li','color','var(--title-color)','var(--title-color)');
INSERT INTO `t6_css_child` VALUES('100','1','1','all','43','0','.links-list a,.list .item-title,.movie-distribution .item-inner .item-after,.settings-list .item-title,.simple-list ul li','font-size','15px','15px');
INSERT INTO `t6_css_child` VALUES('101','1','1','all','44','0','.button-icon-right i','margin-left','6px','6px');
INSERT INTO `t6_css_child` VALUES('102','1','1','all','45','0','.button-icon-left i','margin-right','6px','6px');
INSERT INTO `t6_css_child` VALUES('103','1','1','all','46','0','.button-round','border-radius','22px','22px');
INSERT INTO `t6_css_child` VALUES('104','1','1','all','47','0','.list','margin-top','15px','15px');
INSERT INTO `t6_css_child` VALUES('105','1','1','all','48','0','.list li','color','var(--title-color)','var(--title-color)');
INSERT INTO `t6_css_child` VALUES('106','1','1','all','49','0','.list .item-inner','padding-top','14px','14px');
INSERT INTO `t6_css_child` VALUES('107','1','1','all','49','0','.list .item-inner','padding-bottom','14px','14px');
INSERT INTO `t6_css_child` VALUES('108','1','1','all','50','0','.links-list ul li a,.simple-list ul li','min-height','50px','50px');
INSERT INTO `t6_css_child` VALUES('109','1','1','all','51','0','.colored-icons-list a','justify-content','flex-start','flex-start');
INSERT INTO `t6_css_child` VALUES('110','1','1','all','51','0','.colored-icons-list a','padding','11px var(--f7-list-item-padding-horizontal)','11px var(--f7-list-item-padding-horizontal)');
INSERT INTO `t6_css_child` VALUES('111','1','1','all','51','0','.colored-icons-list a','height','auto','auto');
INSERT INTO `t6_css_child` VALUES('112','1','1','all','52','0','.colored-icon','background-color','#ebebf2','#ebebf2');
INSERT INTO `t6_css_child` VALUES('113','1','1','all','52','0','.colored-icon','border-radius','50%','50%');
INSERT INTO `t6_css_child` VALUES('114','1','1','all','52','0','.colored-icon','height','38px','38px');
INSERT INTO `t6_css_child` VALUES('115','1','1','all','52','0','.colored-icon','width','38px','38px');
INSERT INTO `t6_css_child` VALUES('116','1','1','all','52','0','.colored-icon','display','flex','flex');
INSERT INTO `t6_css_child` VALUES('117','1','1','all','52','0','.colored-icon','align-items','center','center');
INSERT INTO `t6_css_child` VALUES('118','1','1','all','52','0','.colored-icon','justify-content','center','center');
INSERT INTO `t6_css_child` VALUES('119','1','1','all','52','0','.colored-icon','margin-right','15px','15px');
INSERT INTO `t6_css_child` VALUES('120','1','1','all','52','0','.colored-icon','color','var(--title-color)','var(--title-color)');
INSERT INTO `t6_css_child` VALUES('121','1','1','all','53','0','.colored-icon .icon','font-size','19px','19px');
INSERT INTO `t6_css_child` VALUES('122','1','1','all','54','0','.colored-icon.yellow','color','#e5b32d','#e5b32d');
INSERT INTO `t6_css_child` VALUES('123','1','1','all','54','0','.colored-icon.yellow','background-color','rgba(229,179,45,.2)','rgba(229,179,45,.2)');
INSERT INTO `t6_css_child` VALUES('124','1','1','all','55','0','.colored-icon.blue','color','#0091de','#0091de');
INSERT INTO `t6_css_child` VALUES('125','1','1','all','55','0','.colored-icon.blue','background-color','rgba(0,145,222,.1)','rgba(0,145,222,.1)');
INSERT INTO `t6_css_child` VALUES('126','1','1','all','56','0','.colored-icon.green','color','#19b48e','#19b48e');
INSERT INTO `t6_css_child` VALUES('127','1','1','all','56','0','.colored-icon.green','background-color','rgba(25,180,142,.1)','rgba(25,180,142,.1)');
INSERT INTO `t6_css_child` VALUES('128','1','1','all','57','0','.colored-icon.pink','color','#e2206e','#e2206e');
INSERT INTO `t6_css_child` VALUES('129','1','1','all','57','0','.colored-icon.pink','background-color','rgba(226,32,95,.1)','rgba(226,32,95,.1)');
INSERT INTO `t6_css_child` VALUES('130','1','1','all','58','0','.colored-icon.orange','color','#ee8f30','#ee8f30');
INSERT INTO `t6_css_child` VALUES('131','1','1','all','58','0','.colored-icon.orange','background-color','rgba(255,156,60,.16)','rgba(255,156,60,.16)');
INSERT INTO `t6_css_child` VALUES('132','1','1','all','59','0','.colored-icon.red','color','#d8422e','#d8422e');
INSERT INTO `t6_css_child` VALUES('133','1','1','all','59','0','.colored-icon.red','background-color','rgba(216,66,46,.13)','rgba(216,66,46,.13)');
INSERT INTO `t6_css_child` VALUES('134','1','1','all','60','0','.colored-icon.purple','color','#9146da','#9146da');
INSERT INTO `t6_css_child` VALUES('135','1','1','all','60','0','.colored-icon.purple','background-color','rgba(145,70,218,.15)','rgba(145,70,218,.15)');
INSERT INTO `t6_css_child` VALUES('136','1','1','all','61','0','.info-block','background-color','var(--light-gray)','var(--light-gray)');
INSERT INTO `t6_css_child` VALUES('137','1','1','all','61','0','.info-block','padding','15px 20px','15px 20px');
INSERT INTO `t6_css_child` VALUES('138','1','1','all','61','0','.info-block','border-radius','15px','15px');
INSERT INTO `t6_css_child` VALUES('139','1','1','all','61','0','.info-block','margin-top','20px','20px');
INSERT INTO `t6_css_child` VALUES('140','1','1','all','61','0','.info-block','position','relative','relative');
INSERT INTO `t6_css_child` VALUES('141','1','1','all','62','0','.info-block p','font-size','15px','15px');
INSERT INTO `t6_css_child` VALUES('142','1','1','all','62','0','.info-block p','color','#708197','#708197');
INSERT INTO `t6_css_child` VALUES('143','1','1','all','63','0','.info-block-icon','position','absolute','absolute');
INSERT INTO `t6_css_child` VALUES('144','1','1','all','63','0','.info-block-icon','top','-15px','-15px');
INSERT INTO `t6_css_child` VALUES('145','1','1','all','63','0','.info-block-icon','right','-15px','-15px');
INSERT INTO `t6_css_child` VALUES('146','1','1','all','63','0','.info-block-icon','background-color','#fff','#fff');
INSERT INTO `t6_css_child` VALUES('147','1','1','all','63','0','.info-block-icon','padding','4px','4px');
INSERT INTO `t6_css_child` VALUES('148','1','1','all','63','0','.info-block-icon','border-radius','50%','50%');
INSERT INTO `t6_css_child` VALUES('149','1','1','all','64','0','.info-block-icon i,.simple-link-banner i,.single-post-actions','font-size','25px','25px');
INSERT INTO `t6_css_child` VALUES('150','1','1','all','65','0','.icon-bold,.movie-block-text','font-weight','600','600');
INSERT INTO `t6_css_child` VALUES('151','1','1','all','66','0','.list-with-icons .item-media img','max-height','35px','35px');
INSERT INTO `t6_css_child` VALUES('152','1','1','all','66','0','.list-with-icons .item-media img','max-width','35px','35px');
INSERT INTO `t6_css_child` VALUES('153','1','1','all','66','0','.list-with-icons .item-media img','height','auto','auto');
INSERT INTO `t6_css_child` VALUES('154','1','1','all','66','0','.list-with-icons .item-media img','width','auto','auto');
INSERT INTO `t6_css_child` VALUES('155','1','1','all','66','0','.list-with-icons .item-media img','border-radius','50%','50%');
INSERT INTO `t6_css_child` VALUES('156','1','1','all','67','0','.card-author-footer .card-date,.list .item-after','color','var(--text-color)','var(--text-color)');
INSERT INTO `t6_css_child` VALUES('157','1','1','all','68','0','.section-title','margin-top','25px','25px');
INSERT INTO `t6_css_child` VALUES('158','1','1','all','68','0','.section-title','display','flex','flex');
INSERT INTO `t6_css_child` VALUES('159','1','1','all','68','0','.section-title','align-items','center','center');
INSERT INTO `t6_css_child` VALUES('160','1','1','all','68','0','.section-title','justify-content','space-between','space-between');
INSERT INTO `t6_css_child` VALUES('161','1','1','all','68','0','.section-title','color','var(--title-color)','var(--title-color)');
INSERT INTO `t6_css_child` VALUES('162','1','1','all','68','0','.section-title','font-size','18px','18px');
INSERT INTO `t6_css_child` VALUES('163','1','1','all','68','0','.section-title','font-weight','600','600');
INSERT INTO `t6_css_child` VALUES('164','1','1','all','69','0','.section-title .left i','font-size','16px','16px');
INSERT INTO `t6_css_child` VALUES('165','1','1','all','70','0','.section-title a','font-weight','500','500');
INSERT INTO `t6_css_child` VALUES('166','1','1','all','70','0','.section-title a','font-size','15px','15px');
INSERT INTO `t6_css_child` VALUES('167','1','1','all','70','0','.section-title a','color','var(--f7-theme-color)','var(--f7-theme-color)');
INSERT INTO `t6_css_child` VALUES('168','1','1','all','71','0','.post-list','margin','10px 0 20px','10px 0 20px');
INSERT INTO `t6_css_child` VALUES('169','1','1','all','72','0','.post-list .post-horizontal','margin-bottom','10px','10px');
INSERT INTO `t6_css_child` VALUES('170','1','1','all','72','0','.post-list .post-horizontal','align-items','normal','normal');
INSERT INTO `t6_css_child` VALUES('171','1','1','all','73','0','.post-horizontal','display','flex','flex');
INSERT INTO `t6_css_child` VALUES('172','1','1','all','73','0','.post-horizontal','padding','15px 15px 15px 17px','15px 15px 15px 17px');
INSERT INTO `t6_css_child` VALUES('173','1','1','all','73','0','.post-horizontal','border-radius','15px','15px');
INSERT INTO `t6_css_child` VALUES('174','1','1','all','73','0','.post-horizontal','justify-content','space-between','space-between');
INSERT INTO `t6_css_child` VALUES('175','1','1','all','74','0','.post-horizontal .post-image','margin-left','10px','10px');
INSERT INTO `t6_css_child` VALUES('176','1','1','all','75','0','.post-horizontal .post-image img','object-fit','cover','cover');
INSERT INTO `t6_css_child` VALUES('177','1','1','all','75','0','.post-horizontal .post-image img','border-radius','15px','15px');
INSERT INTO `t6_css_child` VALUES('178','1','1','all','75','0','.post-horizontal .post-image img','min-width','84px','84px');
INSERT INTO `t6_css_child` VALUES('179','1','1','all','75','0','.post-horizontal .post-image img','max-width','84px','84px');
INSERT INTO `t6_css_child` VALUES('180','1','1','all','75','0','.post-horizontal .post-image img','height','84px','84px');
INSERT INTO `t6_css_child` VALUES('181','1','1','all','76','0','.post-horizontal .post-title','color','var(--title-color)','var(--title-color)');
INSERT INTO `t6_css_child` VALUES('182','1','1','all','76','0','.post-horizontal .post-title','font-weight','500','500');
INSERT INTO `t6_css_child` VALUES('183','1','1','all','76','0','.post-horizontal .post-title','line-height','22px','22px');
INSERT INTO `t6_css_child` VALUES('184','1','1','all','76','0','.post-horizontal .post-title','font-size','14px','14px');
INSERT INTO `t6_css_child` VALUES('185','1','1','all','76','0','.post-horizontal .post-title','margin','2px 0 11px','2px 0 11px');
INSERT INTO `t6_css_child` VALUES('186','1','1','all','76','0','.post-horizontal .post-title','overflow','hidden','hidden');
INSERT INTO `t6_css_child` VALUES('187','1','1','all','76','0','.post-horizontal .post-title','-webkit-line-clamp','2','2');
INSERT INTO `t6_css_child` VALUES('188','1','1','all','77','0','.post-horizontal .post-category,.post-horizontal .post-date,.stock-item-name','color','var(--text-color)','var(--text-color)');
INSERT INTO `t6_css_child` VALUES('189','1','1','all','77','0','.post-horizontal .post-category,.post-horizontal .post-date,.stock-item-name','font-size','14px','14px');
INSERT INTO `t6_css_child` VALUES('190','1','1','all','78','0','.icon-list .icon','margin','0 15px','0 15px');
INSERT INTO `t6_css_child` VALUES('191','1','1','all','79','0','.badge','padding','0 6px','0 6px');
INSERT INTO `t6_css_child` VALUES('192','1','1','all','79','0','.badge','font-size','13px','13px');
INSERT INTO `t6_css_child` VALUES('193','1','1','all','79','0','.badge','font-weight','500','500');
INSERT INTO `t6_css_child` VALUES('194','1','1','all','79','0','.badge','line-height','20px','20px');
INSERT INTO `t6_css_child` VALUES('195','1','1','all','80','0','i .badge','padding','0 4px','0 4px');
INSERT INTO `t6_css_child` VALUES('196','1','1','all','80','0','i .badge','font-size','10px','10px');
INSERT INTO `t6_css_child` VALUES('197','1','1','all','81','0','.badge-with-icon','height','24px','24px');
INSERT INTO `t6_css_child` VALUES('198','1','1','all','81','0','.badge-with-icon','padding','0 10px 0 6px','0 10px 0 6px');
INSERT INTO `t6_css_child` VALUES('199','1','1','all','82','0','.badge-with-icon i','font-size','17px!important','17px!important');
INSERT INTO `t6_css_child` VALUES('200','1','1','all','82','0','.badge-with-icon i','margin-right','3px','3px');
INSERT INTO `t6_css_child` VALUES('201','1','1','all','83','0','.badge-with-image','height','24px','24px');
INSERT INTO `t6_css_child` VALUES('202','1','1','all','83','0','.badge-with-image','font-weight','500','500');
INSERT INTO `t6_css_child` VALUES('203','1','1','all','83','0','.badge-with-image','font-size','14px','14px');
INSERT INTO `t6_css_child` VALUES('204','1','1','all','83','0','.badge-with-image','padding-right','8px','8px');
INSERT INTO `t6_css_child` VALUES('205','1','1','all','84','0','.badge-with-image img','height','24px','24px');
INSERT INTO `t6_css_child` VALUES('206','1','1','all','84','0','.badge-with-image img','width','auto','auto');
INSERT INTO `t6_css_child` VALUES('207','1','1','all','84','0','.badge-with-image img','border-radius','12px','12px');
INSERT INTO `t6_css_child` VALUES('208','1','1','all','84','0','.badge-with-image img','margin-right','6px','6px');
INSERT INTO `t6_css_child` VALUES('209','1','1','all','85','0','.ios .checkbox i:after,.ios .icon-checkbox:after','font-size','20px','20px');
INSERT INTO `t6_css_child` VALUES('210','1','1','all','85','0','.ios .checkbox i:after,.ios .icon-checkbox:after','font-weight','600','600');
INSERT INTO `t6_css_child` VALUES('211','1','1','all','86','0','.checkbox.checkbox-inline','margin-right','5px','5px');
INSERT INTO `t6_css_child` VALUES('212','1','1','all','87','0','.checkbox-rounded .checkbox i,.checkbox-rounded .icon-checkbox,.notification-image','border-radius','50%','50%');
INSERT INTO `t6_css_child` VALUES('213','1','1','all','88','0','.checkbox i,.icon-checkbox','border-radius','5px','5px');
INSERT INTO `t6_css_child` VALUES('214','1','1','all','88','0','.checkbox i,.icon-checkbox','border','2px solid #c7c7cc','2px solid #c7c7cc');
INSERT INTO `t6_css_child` VALUES('215','1','1','all','89','0','.checkbox i:after,.icon-checkbox:after','top','-2px','-2px');
INSERT INTO `t6_css_child` VALUES('216','1','1','all','89','0','.checkbox i:after,.icon-checkbox:after','left','-2px','-2px');
INSERT INTO `t6_css_child` VALUES('217','1','1','all','90','0','.grid','margin','10px 0','10px 0');
INSERT INTO `t6_css_child` VALUES('218','1','1','all','91','0','.grid-demo>*','padding','20px 0','20px 0');
INSERT INTO `t6_css_child` VALUES('219','1','1','all','91','0','.grid-demo>*','font-weight','500','500');
INSERT INTO `t6_css_child` VALUES('220','1','1','all','91','0','.grid-demo>*','color','var(--title-color)','var(--title-color)');
INSERT INTO `t6_css_child` VALUES('221','1','1','all','91','0','.grid-demo>*','background-color','var(--light-gray)','var(--light-gray)');
INSERT INTO `t6_css_child` VALUES('222','1','1','all','91','0','.grid-demo>*','border-radius','6px','6px');
INSERT INTO `t6_css_child` VALUES('223','1','1','all','91','0','.grid-demo>*','text-align','center','center');
INSERT INTO `t6_css_child` VALUES('224','1','1','all','92','0','.grid-demo','margin','15px 0','15px 0');
INSERT INTO `t6_css_child` VALUES('225','1','1','all','93','0','.demo-icons','display','grid','grid');
INSERT INTO `t6_css_child` VALUES('226','1','1','all','93','0','.demo-icons','grid-template-columns','repeat(auto-fill,60px)','repeat(auto-fill,60px)');
INSERT INTO `t6_css_child` VALUES('227','1','1','all','93','0','.demo-icons','justify-content','space-between','space-between');
INSERT INTO `t6_css_child` VALUES('228','1','1','all','93','0','.demo-icons','grid-gap','1rem','1rem');
INSERT INTO `t6_css_child` VALUES('229','1','1','all','93','0','.demo-icons','justify-items','center','center');
INSERT INTO `t6_css_child` VALUES('230','1','1','all','94','0','.demo-icons i','margin','10px','10px');
INSERT INTO `t6_css_child` VALUES('231','1','1','all','94','0','.demo-icons i','font-size','30px','30px');
INSERT INTO `t6_css_child` VALUES('232','1','1','all','95','0','.infinite-scroll-demo .post-horizontal .post-image','border-radius','15px','15px');
INSERT INTO `t6_css_child` VALUES('233','1','1','all','95','0','.infinite-scroll-demo .post-horizontal .post-image','min-width','84px','84px');
INSERT INTO `t6_css_child` VALUES('234','1','1','all','95','0','.infinite-scroll-demo .post-horizontal .post-image','max-width','84px','84px');
INSERT INTO `t6_css_child` VALUES('235','1','1','all','95','0','.infinite-scroll-demo .post-horizontal .post-image','height','84px','84px');
INSERT INTO `t6_css_child` VALUES('236','1','1','all','95','0','.infinite-scroll-demo .post-horizontal .post-image','background-color','var(--title-color)','var(--title-color)');
INSERT INTO `t6_css_child` VALUES('237','1','1','all','95','0','.infinite-scroll-demo .post-horizontal .post-image','display','flex','flex');
INSERT INTO `t6_css_child` VALUES('238','1','1','all','95','0','.infinite-scroll-demo .post-horizontal .post-image','align-items','center','center');
INSERT INTO `t6_css_child` VALUES('239','1','1','all','95','0','.infinite-scroll-demo .post-horizontal .post-image','justify-content','center','center');
INSERT INTO `t6_css_child` VALUES('240','1','1','all','95','0','.infinite-scroll-demo .post-horizontal .post-image','color','#fff','#fff');
INSERT INTO `t6_css_child` VALUES('241','1','1','all','95','0','.infinite-scroll-demo .post-horizontal .post-image','font-weight','600','600');
INSERT INTO `t6_css_child` VALUES('242','1','1','all','95','0','.infinite-scroll-demo .post-horizontal .post-image','font-size','30px','30px');
INSERT INTO `t6_css_child` VALUES('243','1','1','all','96','0','.panel-backdrop','background-color','rgba(0,0,0,.3)','rgba(0,0,0,.3)');
INSERT INTO `t6_css_child` VALUES('244','1','1','all','97','0','.link-banner.bg-color-dark,.link-banner.bg-color-dark .link-banner-text,.link-banner.bg-color-dark i,.link-banner.bg-color-dark.link-chevron::before,.link-banner.bg-color-primary,.link-banner.bg-color-primary .link-banner-text,.link-banner.bg-color-primary i,.link-banner.bg-color-primary.link-chevron::before,.navbar-photo-browser .right .link i,.navbar-photo-browser .right .link svg,.photo-browser-page .navbar .title,.segmented.segmented-strong .button.tab-link-active,html[dir=rtl] .dark .segmented.segmented-strong .button.tab-link-active,html[dir=rtl] .segmented.segmented-strong .button','color','#fff','#fff');
INSERT INTO `t6_css_child` VALUES('245','1','1','all','98','0','.popover-inner .block','margin','20px 0','20px 0');
INSERT INTO `t6_css_child` VALUES('246','1','1','all','98','0','.popover-inner .block','padding','0 20px','0 20px');
INSERT INTO `t6_css_child` VALUES('247','1','1','all','99','0','.popup-demo','display','flex','flex');
INSERT INTO `t6_css_child` VALUES('248','1','1','all','99','0','.popup-demo','flex-direction','column','column');
INSERT INTO `t6_css_child` VALUES('249','1','1','all','100','0','.popup-demo img','width','80%','80%');
INSERT INTO `t6_css_child` VALUES('250','1','1','all','100','0','.popup-demo img','margin-top','40px','40px');
INSERT INTO `t6_css_child` VALUES('251','1','1','all','101','0','.popup-content','margin-top','10px','10px');
INSERT INTO `t6_css_child` VALUES('252','1','1','all','101','0','.popup-content','flex','1','1');
INSERT INTO `t6_css_child` VALUES('253','1','1','all','101','0','.popup-content','text-align','center','center');
INSERT INTO `t6_css_child` VALUES('254','1','1','all','102','0','.popup-demo .button','margin-bottom','25px','25px');
INSERT INTO `t6_css_child` VALUES('255','1','1','all','102','0','.popup-demo .button','min-height','44px','44px');
INSERT INTO `t6_css_child` VALUES('256','1','1','all','103','0','.popup-demo .swipe-down-text','margin-bottom','25px','25px');
INSERT INTO `t6_css_child` VALUES('257','1','1','all','103','0','.popup-demo .swipe-down-text','text-align','center','center');
INSERT INTO `t6_css_child` VALUES('258','1','1','all','103','0','.popup-demo .swipe-down-text','font-size','18px','18px');
INSERT INTO `t6_css_child` VALUES('259','1','1','all','103','0','.popup-demo .swipe-down-text','font-weight','500','500');
INSERT INTO `t6_css_child` VALUES('260','1','1','all','104','0','.preloader-big','height','40px','40px');
INSERT INTO `t6_css_child` VALUES('261','1','1','all','104','0','.preloader-big','width','40px','40px');
INSERT INTO `t6_css_child` VALUES('262','1','1','all','105','0','.centered-text,.preloader-demo>div','text-align','center','center');
INSERT INTO `t6_css_child` VALUES('263','1','1','all','106','0','.progressbar,.progressbar-infinite','margin','20px 0','20px 0');
INSERT INTO `t6_css_child` VALUES('264','1','1','all','106','0','.progressbar,.progressbar-infinite','height','8px','8px');
INSERT INTO `t6_css_child` VALUES('265','1','1','all','106','0','.progressbar,.progressbar-infinite','background-color','var(--light-gray)','var(--light-gray)');
INSERT INTO `t6_css_child` VALUES('266','1','1','all','107','0','.ios .icon-radio:after','font-size','24px','24px');
INSERT INTO `t6_css_child` VALUES('267','1','1','all','108','0','.radio .icon-radio','width','24px','24px');
INSERT INTO `t6_css_child` VALUES('268','1','1','all','108','0','.radio .icon-radio','height','24px','24px');
INSERT INTO `t6_css_child` VALUES('269','1','1','all','108','0','.radio .icon-radio','border','2px solid #c7c7cc','2px solid #c7c7cc');
INSERT INTO `t6_css_child` VALUES('270','1','1','all','109','0','p .icon-radio','margin-right','1px','1px');
INSERT INTO `t6_css_child` VALUES('271','1','1','all','110','0','.card-author-footer .card-footer-right i,.ios p .icon-radio:after,.rating-block-detailed .rating-block-stars i','font-size','22px','22px');
INSERT INTO `t6_css_child` VALUES('272','1','1','all','111','0','.range-slider-with-icons','width','100%','100%');
INSERT INTO `t6_css_child` VALUES('273','1','1','all','111','0','.range-slider-with-icons','margin','0 16px','0 16px');
INSERT INTO `t6_css_child` VALUES('274','1','1','all','112','0','.range-slider-title-value','display','flex','flex');
INSERT INTO `t6_css_child` VALUES('275','1','1','all','112','0','.range-slider-title-value','justify-content','space-between','space-between');
INSERT INTO `t6_css_child` VALUES('276','1','1','all','112','0','.range-slider-title-value','align-items','center','center');
INSERT INTO `t6_css_child` VALUES('277','1','1','all','113','0','.card-author-footer .card-author,.list.accordion-list .item-title,.range-slider-title-value .range-value,.signup-have-account','color','var(--title-color)','var(--title-color)');
INSERT INTO `t6_css_child` VALUES('278','1','1','all','113','0','.card-author-footer .card-author,.list.accordion-list .item-title,.range-slider-title-value .range-value,.signup-have-account','font-weight','500','500');
INSERT INTO `t6_css_child` VALUES('279','1','1','all','113','0','.card-author-footer .card-author,.list.accordion-list .item-title,.range-slider-title-value .range-value,.signup-have-account','font-size','15px','15px');
INSERT INTO `t6_css_child` VALUES('280','1','1','all','114','0','.authors-slider swiper-slide,.categories-slider swiper-slide,.toast-button.button','width','auto','auto');
INSERT INTO `t6_css_child` VALUES('281','1','1','all','115','0','.sheet-modal[data-swipe-to-close=true] .sheet-modal-inner::before','content','""','""');
INSERT INTO `t6_css_child` VALUES('282','1','1','all','115','0','.sheet-modal[data-swipe-to-close=true] .sheet-modal-inner::before','width','40px','40px');
INSERT INTO `t6_css_child` VALUES('283','1','1','all','115','0','.sheet-modal[data-swipe-to-close=true] .sheet-modal-inner::before','height','6px','6px');
INSERT INTO `t6_css_child` VALUES('284','1','1','all','115','0','.sheet-modal[data-swipe-to-close=true] .sheet-modal-inner::before','position','absolute','absolute');
INSERT INTO `t6_css_child` VALUES('285','1','1','all','115','0','.sheet-modal[data-swipe-to-close=true] .sheet-modal-inner::before','left','50%','50%');
INSERT INTO `t6_css_child` VALUES('286','1','1','all','115','0','.sheet-modal[data-swipe-to-close=true] .sheet-modal-inner::before','top','8px','8px');
INSERT INTO `t6_css_child` VALUES('287','1','1','all','115','0','.sheet-modal[data-swipe-to-close=true] .sheet-modal-inner::before','margin-left','-20px','-20px');
INSERT INTO `t6_css_child` VALUES('288','1','1','all','115','0','.sheet-modal[data-swipe-to-close=true] .sheet-modal-inner::before','border-radius','3px','3px');
INSERT INTO `t6_css_child` VALUES('289','1','1','all','115','0','.sheet-modal[data-swipe-to-close=true] .sheet-modal-inner::before','background','#666','#666');
INSERT INTO `t6_css_child` VALUES('290','1','1','all','115','0','.sheet-modal[data-swipe-to-close=true] .sheet-modal-inner::before','cursor','pointer','pointer');
INSERT INTO `t6_css_child` VALUES('291','1','1','all','115','0','.sheet-modal[data-swipe-to-close=true] .sheet-modal-inner::before','z-index','15','15');
INSERT INTO `t6_css_child` VALUES('292','1','1','all','116','0','.sheet-modal','height','32vh','32vh');
INSERT INTO `t6_css_child` VALUES('293','1','1','all','117','0','.sheet-modal[data-swipe-to-close=true]','border-top-right-radius','20px','20px');
INSERT INTO `t6_css_child` VALUES('294','1','1','all','117','0','.sheet-modal[data-swipe-to-close=true]','border-top-left-radius','20px','20px');
INSERT INTO `t6_css_child` VALUES('295','1','1','all','117','0','.sheet-modal[data-swipe-to-close=true]','height','auto','auto');
INSERT INTO `t6_css_child` VALUES('296','1','1','all','117','0','.sheet-modal[data-swipe-to-close=true]','max-height','70vh','70vh');
INSERT INTO `t6_css_child` VALUES('297','1','1','all','118','0','.sheet-modal .page-content','padding','0 20px 20px','0 20px 20px');
INSERT INTO `t6_css_child` VALUES('298','1','1','all','119','0','.sheet-modal[data-swipe-to-close=true] .page-content','padding-top','20px','20px');
INSERT INTO `t6_css_child` VALUES('299','1','1','all','120','0','.sheet-modal::before','display','none!important','none!important');
INSERT INTO `t6_css_child` VALUES('300','1','1','all','121','0','.stepper .stepper-input-wrap input','background-color','transparent','transparent');
INSERT INTO `t6_css_child` VALUES('301','1','1','all','121','0','.stepper .stepper-input-wrap input','color','var(--title-color)','var(--title-color)');
INSERT INTO `t6_css_child` VALUES('302','1','1','all','121','0','.stepper .stepper-input-wrap input','width','40px','40px');
INSERT INTO `t6_css_child` VALUES('303','1','1','all','122','0','.stepper-input-wrap,.stepper-value','border','none','none');
INSERT INTO `t6_css_child` VALUES('304','1','1','all','123','0','.card.card-album,.single-cover-image,.single-post-content img,.stepper-button-minus:first-child,.stepper-button-minus:last-child,.stepper-button-plus:first-child,.stepper-button-plus:last-child,.stepper-button:first-child,.stepper-button:last-child','border-radius','8px','8px');
INSERT INTO `t6_css_child` VALUES('305','1','1','all','124','0','.stepper-button,.stepper-button-minus,.stepper-button-plus','width','28px','28px');
INSERT INTO `t6_css_child` VALUES('306','1','1','all','125','0','.stepper-button-minus:after,.stepper-button-plus:after','width','12px','12px');
INSERT INTO `t6_css_child` VALUES('307','1','1','all','126','0','.stepper-button-plus:before','height','12px','12px');
INSERT INTO `t6_css_child` VALUES('308','1','1','all','127','0','.link-banner.bg-color-dark,.stepper.color-light-gray .stepper-button-minus::after,.stepper.color-light-gray .stepper-button-plus::after,.stepper.color-light-gray .stepper-button-plus::before','background-color','var(--title-color)','var(--title-color)');
INSERT INTO `t6_css_child` VALUES('309','1','1','all','128','0','.segmented.segmented-strong,.text-editor,.text-editor-toolbar','background-color','var(--light-gray)','var(--light-gray)');
INSERT INTO `t6_css_child` VALUES('310','1','1','all','129','0','.comment-infos .author-name,.single-post-author .author-name,.swipeout-actions-left>a,.swipeout-actions-left>button,.swipeout-actions-left>div,.swipeout-actions-left>span,.swipeout-actions-right>a,.swipeout-actions-right>button,.swipeout-actions-right>div,.swipeout-actions-right>span','font-weight','500','500');
INSERT INTO `t6_css_child` VALUES('311','1','1','all','129','0','.comment-infos .author-name,.single-post-author .author-name,.swipeout-actions-left>a,.swipeout-actions-left>button,.swipeout-actions-left>div,.swipeout-actions-left>span,.swipeout-actions-right>a,.swipeout-actions-right>button,.swipeout-actions-right>div,.swipeout-actions-right>span','font-size','15px','15px');
INSERT INTO `t6_css_child` VALUES('312','1','1','all','130','0','.text-editor','border-radius','10px','10px');
INSERT INTO `t6_css_child` VALUES('313','1','1','all','130','0','.text-editor','border','1px solid #e0e3e6','1px solid #e0e3e6');
INSERT INTO `t6_css_child` VALUES('314','1','1','all','131','0','.text-editor-content .text-editor-placeholder','color','#93a0b1','#93a0b1');
INSERT INTO `t6_css_child` VALUES('315','1','1','all','132','0','.text-editor-toolbar','border-bottom','1px solid #e0e3e6','1px solid #e0e3e6');
INSERT INTO `t6_css_child` VALUES('316','1','1','all','132','0','.text-editor-toolbar','border-top-left-radius','10px','10px');
INSERT INTO `t6_css_child` VALUES('317','1','1','all','132','0','.text-editor-toolbar','border-top-right-radius','10px','10px');
INSERT INTO `t6_css_child` VALUES('318','1','1','all','133','0','.input-outline','border','2px solid #e0e3e6!important','2px solid #e0e3e6!important');
INSERT INTO `t6_css_child` VALUES('319','1','1','all','133','0','.input-outline','background','0 0!important','0 0!important');
INSERT INTO `t6_css_child` VALUES('320','1','1','all','134','0','.dark .card,.ios .toggle-icon:after','box-shadow','none','none');
INSERT INTO `t6_css_child` VALUES('321','1','1','all','135','0','.ios .toggle-icon:before','background-color','#e9e9ea','#e9e9ea');
INSERT INTO `t6_css_child` VALUES('322','1','1','all','136','0','.segmented.segmented-strong .button','border-radius','12px','12px');
INSERT INTO `t6_css_child` VALUES('323','1','1','all','137','0','.custom-tabs .tab','padding-left','10px','10px');
INSERT INTO `t6_css_child` VALUES('324','1','1','all','137','0','.custom-tabs .tab','padding-right','10px','10px');
INSERT INTO `t6_css_child` VALUES('325','1','1','all','138','0','.segmented.segmented-strong','border-radius','15px','15px');
INSERT INTO `t6_css_child` VALUES('326','1','1','all','139','0','.segmented-strong .segmented-highlight','box-shadow','none','none');
INSERT INTO `t6_css_child` VALUES('327','1','1','all','139','0','.segmented-strong .segmented-highlight','background-color','var(--title-color)','var(--title-color)');
INSERT INTO `t6_css_child` VALUES('328','1','1','all','139','0','.segmented-strong .segmented-highlight','border-radius','12px','12px');
INSERT INTO `t6_css_child` VALUES('329','1','1','all','140','0','.segmented-strong','--f7-segmented-strong-padding','3px','3px');
INSERT INTO `t6_css_child` VALUES('330','1','1','all','141','0','.accordion-item-content','padding','0 20px','0 20px');
INSERT INTO `t6_css_child` VALUES('331','1','1','all','142','0','.accordion-item-content p','font-size','15px','15px');
INSERT INTO `t6_css_child` VALUES('332','1','1','all','142','0','.accordion-item-content p','margin','0 0 5px','0 0 5px');
INSERT INTO `t6_css_child` VALUES('333','1','1','all','143','0','.card','background','0 0','0 0');
INSERT INTO `t6_css_child` VALUES('334','1','1','all','143','0','.card','border-radius','18px','18px');
INSERT INTO `t6_css_child` VALUES('335','1','1','all','143','0','.card','overflow','hidden','hidden');
INSERT INTO `t6_css_child` VALUES('336','1','1','all','143','0','.card','margin','20px 0','20px 0');
INSERT INTO `t6_css_child` VALUES('337','1','1','all','143','0','.card','display','block','block');
INSERT INTO `t6_css_child` VALUES('338','1','1','all','144','0','.detailed-list,.section-title+.card','margin-top','10px','10px');
INSERT INTO `t6_css_child` VALUES('339','1','1','all','145','0','.card-image','display','block','block');
INSERT INTO `t6_css_child` VALUES('340','1','1','all','145','0','.card-image','min-height','auto','auto');
INSERT INTO `t6_css_child` VALUES('341','1','1','all','145','0','.card-image','position','relative','relative');
INSERT INTO `t6_css_child` VALUES('342','1','1','all','146','0','.card-image:has(.card-image-footer) img','object-fit','cover','cover');
INSERT INTO `t6_css_child` VALUES('343','1','1','all','146','0','.card-image:has(.card-image-footer) img','aspect-ratio','16/10','16/10');
INSERT INTO `t6_css_child` VALUES('344','1','1','all','147','0','.card-image:has(~ .card-author-footer) img','aspect-ratio','16/9','16/9');
INSERT INTO `t6_css_child` VALUES('345','1','1','all','148','0','.card-image-footer','position','absolute','absolute');
INSERT INTO `t6_css_child` VALUES('346','1','1','all','148','0','.card-image-footer','padding','60px 18px 15px','60px 18px 15px');
INSERT INTO `t6_css_child` VALUES('347','1','1','all','148','0','.card-image-footer','background-image','linear-gradient(to bottom,rgba(0,0,0,0) 0,rgb(24 24 24 / 95%) 100%)','linear-gradient(to bottom,rgba(0,0,0,0) 0,rgb(24 24 24 / 95%) 100%)');
INSERT INTO `t6_css_child` VALUES('348','1','1','all','148','0','.card-image-footer','color','#fff','#fff');
INSERT INTO `t6_css_child` VALUES('349','1','1','all','148','0','.card-image-footer','width','100%','100%');
INSERT INTO `t6_css_child` VALUES('350','1','1','all','148','0','.card-image-footer','box-sizing','border-box','border-box');
INSERT INTO `t6_css_child` VALUES('351','1','1','all','148','0','.card-image-footer','line-height','var(--f7-line-height)','var(--f7-line-height)');
INSERT INTO `t6_css_child` VALUES('352','1','1','all','149','0','.card-image-footer h2','font-size','19px','19px');
INSERT INTO `t6_css_child` VALUES('353','1','1','all','149','0','.card-image-footer h2','line-height','24px','24px');
INSERT INTO `t6_css_child` VALUES('354','1','1','all','149','0','.card-image-footer h2','font-weight','500','500');
INSERT INTO `t6_css_child` VALUES('355','1','1','all','149','0','.card-image-footer h2','color','#fff','#fff');
INSERT INTO `t6_css_child` VALUES('356','1','1','all','150','0','.card .card-category','display','inline-block','inline-block');
INSERT INTO `t6_css_child` VALUES('357','1','1','all','150','0','.card .card-category','font-size','13px','13px');
INSERT INTO `t6_css_child` VALUES('358','1','1','all','150','0','.card .card-category','font-weight','500','500');
INSERT INTO `t6_css_child` VALUES('359','1','1','all','150','0','.card .card-category','padding','2px 8px','2px 8px');
INSERT INTO `t6_css_child` VALUES('360','1','1','all','150','0','.card .card-category','margin-bottom','10px','10px');
INSERT INTO `t6_css_child` VALUES('361','1','1','all','150','0','.card .card-category','border-radius','5px','5px');
INSERT INTO `t6_css_child` VALUES('362','1','1','all','151','0','.card .card-author,.comment-author,.comment-header-left','display','flex','flex');
INSERT INTO `t6_css_child` VALUES('363','1','1','all','151','0','.card .card-author,.comment-author,.comment-header-left','align-items','center','center');
INSERT INTO `t6_css_child` VALUES('364','1','1','all','152','0','.card .card-author span,.ticket-fill:active','opacity','.9','.9');
INSERT INTO `t6_css_child` VALUES('365','1','1','all','153','0','.card .card-author img','width','20px','20px');
INSERT INTO `t6_css_child` VALUES('366','1','1','all','153','0','.card .card-author img','height','20px','20px');
INSERT INTO `t6_css_child` VALUES('367','1','1','all','153','0','.card .card-author img','border-radius','50%','50%');
INSERT INTO `t6_css_child` VALUES('368','1','1','all','153','0','.card .card-author img','margin-right','8px','8px');
INSERT INTO `t6_css_child` VALUES('369','1','1','all','154','0','a','transition','opacity .1s','opacity .1s');
INSERT INTO `t6_css_child` VALUES('370','1','1','all','155','0','a:active','opacity','.95','.95');
INSERT INTO `t6_css_child` VALUES('371','1','1','all','156','0','swiper-slide .card.card-with-footer','margin-bottom','10px','10px');
INSERT INTO `t6_css_child` VALUES('372','1','1','all','157','0','.card-author-footer','display','flex','flex');
INSERT INTO `t6_css_child` VALUES('373','1','1','all','157','0','.card-author-footer','align-items','center','center');
INSERT INTO `t6_css_child` VALUES('374','1','1','all','157','0','.card-author-footer','justify-content','flex-start','flex-start');
INSERT INTO `t6_css_child` VALUES('375','1','1','all','157','0','.card-author-footer','padding','12px 16px','12px 16px');
INSERT INTO `t6_css_child` VALUES('376','1','1','all','158','0','.card-author-footer .author-image','width','35px','35px');
INSERT INTO `t6_css_child` VALUES('377','1','1','all','158','0','.card-author-footer .author-image','border-radius','50%','50%');
INSERT INTO `t6_css_child` VALUES('378','1','1','all','158','0','.card-author-footer .author-image','height','auto','auto');
INSERT INTO `t6_css_child` VALUES('379','1','1','all','159','0','.card-author-footer .card-footer-middle','margin-left','12px','12px');
INSERT INTO `t6_css_child` VALUES('380','1','1','all','160','0','.card-author-footer .card-footer-right','font-size','13px','13px');
INSERT INTO `t6_css_child` VALUES('381','1','1','all','160','0','.card-author-footer .card-footer-right','font-weight','500','500');
INSERT INTO `t6_css_child` VALUES('382','1','1','all','160','0','.card-author-footer .card-footer-right','color','var(--text-color)','var(--text-color)');
INSERT INTO `t6_css_child` VALUES('383','1','1','all','160','0','.card-author-footer .card-footer-right','margin-left','auto','auto');
INSERT INTO `t6_css_child` VALUES('384','1','1','all','161','0','.card-big-footer','display','block','block');
INSERT INTO `t6_css_child` VALUES('385','1','1','all','161','0','.card-big-footer','padding','20px','20px');
INSERT INTO `t6_css_child` VALUES('386','1','1','all','162','0','.card-big-footer h2','margin','0 0 -5px','0 0 -5px');
INSERT INTO `t6_css_child` VALUES('387','1','1','all','162','0','.card-big-footer h2','font-size','20px','20px');
INSERT INTO `t6_css_child` VALUES('388','1','1','all','162','0','.card-big-footer h2','line-height','1.5','1.5');
INSERT INTO `t6_css_child` VALUES('389','1','1','all','163','0','.card-big-footer .button','margin-top','15px','15px');
INSERT INTO `t6_css_child` VALUES('390','1','1','all','164','0','.card-big-footer .button i,.onboarding-next-button i','margin-left','5px','5px');
INSERT INTO `t6_css_child` VALUES('391','1','1','all','164','0','.card-big-footer .button i,.onboarding-next-button i','font-weight','600','600');
INSERT INTO `t6_css_child` VALUES('392','1','1','all','165','0','img.card-big-footer-image','height','auto','auto');
INSERT INTO `t6_css_child` VALUES('393','1','1','all','166','0','swiper-container','margin-top','10px','10px');
INSERT INTO `t6_css_child` VALUES('394','1','1','all','166','0','swiper-container','margin-bottom','-20px','-20px');
INSERT INTO `t6_css_child` VALUES('395','1','1','all','166','0','swiper-container','padding-bottom','20px','20px');
INSERT INTO `t6_css_child` VALUES('396','1','1','all','167','0','input[type=date],input[type=datetime-local],input[type=email],input[type=password],input[type=text],textarea','background-color','var(--light-gray)','var(--light-gray)');
INSERT INTO `t6_css_child` VALUES('397','1','1','all','167','0','input[type=date],input[type=datetime-local],input[type=email],input[type=password],input[type=text],textarea','width','100%','100%');
INSERT INTO `t6_css_child` VALUES('398','1','1','all','167','0','input[type=date],input[type=datetime-local],input[type=email],input[type=password],input[type=text],textarea','height','44px','44px');
INSERT INTO `t6_css_child` VALUES('399','1','1','all','167','0','input[type=date],input[type=datetime-local],input[type=email],input[type=password],input[type=text],textarea','padding','0 0 0 15px','0 0 0 15px');
INSERT INTO `t6_css_child` VALUES('400','1','1','all','167','0','input[type=date],input[type=datetime-local],input[type=email],input[type=password],input[type=text],textarea','border-radius','10px','10px');
INSERT INTO `t6_css_child` VALUES('401','1','1','all','167','0','input[type=date],input[type=datetime-local],input[type=email],input[type=password],input[type=text],textarea','color','var(--title-color)','var(--title-color)');
INSERT INTO `t6_css_child` VALUES('402','1','1','all','167','0','input[type=date],input[type=datetime-local],input[type=email],input[type=password],input[type=text],textarea','font-weight','500','500');
INSERT INTO `t6_css_child` VALUES('403','1','1','all','167','0','input[type=date],input[type=datetime-local],input[type=email],input[type=password],input[type=text],textarea','margin-bottom','20px','20px');
INSERT INTO `t6_css_child` VALUES('404','1','1','all','167','0','input[type=date],input[type=datetime-local],input[type=email],input[type=password],input[type=text],textarea','font-size','15px','15px');
INSERT INTO `t6_css_child` VALUES('405','1','1','all','168','0','::-webkit-input-placeholder,::placeholder','color','#93a0b1','#93a0b1');
INSERT INTO `t6_css_child` VALUES('406','1','1','all','168','0','::-webkit-input-placeholder,::placeholder','font-weight','400','400');
INSERT INTO `t6_css_child` VALUES('407','1','1','all','169','0','input[type=date],input[type=datetime-local]','padding-right','10px','10px');
INSERT INTO `t6_css_child` VALUES('408','1','1','all','169','0','input[type=date],input[type=datetime-local]','line-height','42px','42px');
INSERT INTO `t6_css_child` VALUES('409','1','1','all','170','0','.dark .card-author-footer,.dark .card-big-footer,.dark .panel,.dark .rating-bg,.dark .rating-block-total,.ios .dark .message-received .message-bubble,.searchbar input[type=search]','background-color','var(--light-gray)','var(--light-gray)');
INSERT INTO `t6_css_child` VALUES('410','1','1','all','171','0','label:not(.checkbox,.item-checkbox,.radio,.item-radio,.toggle)','font-weight','500','500');
INSERT INTO `t6_css_child` VALUES('411','1','1','all','171','0','label:not(.checkbox,.item-checkbox,.radio,.item-radio,.toggle)','margin-bottom','7px','7px');
INSERT INTO `t6_css_child` VALUES('412','1','1','all','171','0','label:not(.checkbox,.item-checkbox,.radio,.item-radio,.toggle)','font-size','15px','15px');
INSERT INTO `t6_css_child` VALUES('413','1','1','all','171','0','label:not(.checkbox,.item-checkbox,.radio,.item-radio,.toggle)','display','block','block');
INSERT INTO `t6_css_child` VALUES('414','1','1','all','172','0','form .button','margin','20px 0','20px 0');
INSERT INTO `t6_css_child` VALUES('415','1','1','all','173','0','textarea','padding-top','15px','15px');
INSERT INTO `t6_css_child` VALUES('416','1','1','all','173','0','textarea','padding-bottom','15px','15px');
INSERT INTO `t6_css_child` VALUES('417','1','1','all','173','0','textarea','min-height','100px','100px');
INSERT INTO `t6_css_child` VALUES('418','1','1','all','174','0','.rating-block','display','flex','flex');
INSERT INTO `t6_css_child` VALUES('419','1','1','all','174','0','.rating-block','flex-direction','column','column');
INSERT INTO `t6_css_child` VALUES('420','1','1','all','174','0','.rating-block','justify-content','space-between','space-between');
INSERT INTO `t6_css_child` VALUES('421','1','1','all','174','0','.rating-block','align-items','center','center');
INSERT INTO `t6_css_child` VALUES('422','1','1','all','174','0','.rating-block','padding','40px 25px','40px 25px');
INSERT INTO `t6_css_child` VALUES('423','1','1','all','175','0','.rating-block-note','font-weight','500','500');
INSERT INTO `t6_css_child` VALUES('424','1','1','all','175','0','.rating-block-note','font-size','30px','30px');
INSERT INTO `t6_css_child` VALUES('425','1','1','all','175','0','.rating-block-note','margin','20px 0','20px 0');
INSERT INTO `t6_css_child` VALUES('426','1','1','all','176','0','.rating-block-text','text-align','center','center');
INSERT INTO `t6_css_child` VALUES('427','1','1','all','176','0','.rating-block-text','color','var(--text-color)','var(--text-color)');
INSERT INTO `t6_css_child` VALUES('428','1','1','all','177','0','.rating-block-detailed','display','flex','flex');
INSERT INTO `t6_css_child` VALUES('429','1','1','all','177','0','.rating-block-detailed','flex-direction','column','column');
INSERT INTO `t6_css_child` VALUES('430','1','1','all','177','0','.rating-block-detailed','justify-content','space-between','space-between');
INSERT INTO `t6_css_child` VALUES('431','1','1','all','177','0','.rating-block-detailed','align-items','center','center');
INSERT INTO `t6_css_child` VALUES('432','1','1','all','177','0','.rating-block-detailed','padding','20px 0','20px 0');
INSERT INTO `t6_css_child` VALUES('433','1','1','all','178','0','.rating-block-total','display','flex','flex');
INSERT INTO `t6_css_child` VALUES('434','1','1','all','178','0','.rating-block-total','justify-content','space-between','space-between');
INSERT INTO `t6_css_child` VALUES('435','1','1','all','178','0','.rating-block-total','align-items','center','center');
INSERT INTO `t6_css_child` VALUES('436','1','1','all','178','0','.rating-block-total','background-color','#f5f9ff','#f5f9ff');
INSERT INTO `t6_css_child` VALUES('437','1','1','all','178','0','.rating-block-total','border-radius','50px','50px');
INSERT INTO `t6_css_child` VALUES('438','1','1','all','178','0','.rating-block-total','padding','10px 15px','10px 15px');
INSERT INTO `t6_css_child` VALUES('439','1','1','all','179','0','.rating-block-total-text','font-weight','500','500');
INSERT INTO `t6_css_child` VALUES('440','1','1','all','179','0','.rating-block-total-text','margin-top','2px','2px');
INSERT INTO `t6_css_child` VALUES('441','1','1','all','179','0','.rating-block-total-text','margin-left','5px','5px');
INSERT INTO `t6_css_child` VALUES('442','1','1','all','180','0','.rating-block-count','font-size','14px','14px');
INSERT INTO `t6_css_child` VALUES('443','1','1','all','180','0','.rating-block-count','margin-top','10px','10px');
INSERT INTO `t6_css_child` VALUES('444','1','1','all','180','0','.rating-block-count','color','var(--text-color)','var(--text-color)');
INSERT INTO `t6_css_child` VALUES('445','1','1','all','180','0','.rating-block-count','margin-bottom','15px','15px');
INSERT INTO `t6_css_child` VALUES('446','1','1','all','181','0','.rating-block-individual','display','flex','flex');
INSERT INTO `t6_css_child` VALUES('447','1','1','all','181','0','.rating-block-individual','align-items','center','center');
INSERT INTO `t6_css_child` VALUES('448','1','1','all','181','0','.rating-block-individual','margin','15px 0','15px 0');
INSERT INTO `t6_css_child` VALUES('449','1','1','all','182','0','.rating-block-star','display','flex','flex');
INSERT INTO `t6_css_child` VALUES('450','1','1','all','182','0','.rating-block-star','align-items','center','center');
INSERT INTO `t6_css_child` VALUES('451','1','1','all','182','0','.rating-block-star','justify-content','flex-end','flex-end');
INSERT INTO `t6_css_child` VALUES('452','1','1','all','182','0','.rating-block-star','font-weight','500','500');
INSERT INTO `t6_css_child` VALUES('453','1','1','all','182','0','.rating-block-star','width','40px','40px');
INSERT INTO `t6_css_child` VALUES('454','1','1','all','183','0','.rating-block-star i','font-size','18px','18px');
INSERT INTO `t6_css_child` VALUES('455','1','1','all','183','0','.rating-block-star i','margin-left','3px','3px');
INSERT INTO `t6_css_child` VALUES('456','1','1','all','184','0','.rating-block-bar','margin','0 10px','0 10px');
INSERT INTO `t6_css_child` VALUES('457','1','1','all','185','0','.ticket,.ticket-fill','position','relative','relative');
INSERT INTO `t6_css_child` VALUES('458','1','1','all','185','0','.ticket,.ticket-fill','height','140px','140px');
INSERT INTO `t6_css_child` VALUES('459','1','1','all','185','0','.ticket,.ticket-fill','box-sizing','border-box','border-box');
INSERT INTO `t6_css_child` VALUES('460','1','1','all','185','0','.ticket,.ticket-fill','margin-bottom','20px','20px');
INSERT INTO `t6_css_child` VALUES('461','1','1','all','185','0','.ticket,.ticket-fill','border-radius','15px','15px');
INSERT INTO `t6_css_child` VALUES('462','1','1','all','185','0','.ticket,.ticket-fill','display','flex','flex');
INSERT INTO `t6_css_child` VALUES('463','1','1','all','186','0','.rating-block-percentage','font-weight','500','500');
INSERT INTO `t6_css_child` VALUES('464','1','1','all','186','0','.rating-block-percentage','width','44px','44px');
INSERT INTO `t6_css_child` VALUES('465','1','1','all','187','0','.rating-bg','background-color','#f5f9ff','#f5f9ff');
INSERT INTO `t6_css_child` VALUES('466','1','1','all','187','0','.rating-bg','border-radius','15px','15px');
INSERT INTO `t6_css_child` VALUES('467','1','1','all','188','0','.ticket','width','100%','100%');
INSERT INTO `t6_css_child` VALUES('468','1','1','all','188','0','.ticket','font-size','15px','15px');
INSERT INTO `t6_css_child` VALUES('469','1','1','all','188','0','.ticket','background-size','50% 100%','50% 100%');
INSERT INTO `t6_css_child` VALUES('470','1','1','all','188','0','.ticket','background-repeat','no-repeat','no-repeat');
INSERT INTO `t6_css_child` VALUES('471','1','1','all','188','0','.ticket','background-image','radial-gradient(circle at 0 50%,rgba(0,0,0,0) .7em,var(--light-gray) 0),radial-gradient(circle at 1','radial-gradient(circle at 0 50%,rgba(0,0,0,0) .7em,var(--light-gray) 0),radial-gradient(circle at 1');
INSERT INTO `t6_css_child` VALUES('472','1','1','all','188','0','.ticket','background-position','top left,top right','top left,top right');
INSERT INTO `t6_css_child` VALUES('473','1','1','all','188','0','.ticket','overflow','hidden','hidden');
INSERT INTO `t6_css_child` VALUES('474','1','1','all','188','0','.ticket','padding','20px 30px','20px 30px');
INSERT INTO `t6_css_child` VALUES('475','1','1','all','188','0','.ticket','align-items','center','center');
INSERT INTO `t6_css_child` VALUES('476','1','1','all','188','0','.ticket','justify-content','space-between','space-between');
INSERT INTO `t6_css_child` VALUES('477','1','1','all','189','0','.ticket-infos','flex','1','1');
INSERT INTO `t6_css_child` VALUES('478','1','1','all','189','0','.ticket-infos','flex-basis','50%','50%');
INSERT INTO `t6_css_child` VALUES('479','1','1','all','189','0','.ticket-infos','padding-left','5px','5px');
INSERT INTO `t6_css_child` VALUES('480','1','1','all','190','0','.ticket-image','flex','1','1');
INSERT INTO `t6_css_child` VALUES('481','1','1','all','190','0','.ticket-image','flex-basis','50%','50%');
INSERT INTO `t6_css_child` VALUES('482','1','1','all','191','0','.ticket-discount','font-size','40px','40px');
INSERT INTO `t6_css_child` VALUES('483','1','1','all','191','0','.ticket-discount','font-weight','600','600');
INSERT INTO `t6_css_child` VALUES('484','1','1','all','191','0','.ticket-discount','color','var(--title-color)','var(--title-color)');
INSERT INTO `t6_css_child` VALUES('485','1','1','all','192','0','.ticket-text','text-transform','uppercase','uppercase');
INSERT INTO `t6_css_child` VALUES('486','1','1','all','192','0','.ticket-text','font-weight','600','600');
INSERT INTO `t6_css_child` VALUES('487','1','1','all','192','0','.ticket-text','font-size','14px','14px');
INSERT INTO `t6_css_child` VALUES('488','1','1','all','193','0','.ticket-description','font-weight','500','500');
INSERT INTO `t6_css_child` VALUES('489','1','1','all','193','0','.ticket-description','font-size','14px','14px');
INSERT INTO `t6_css_child` VALUES('490','1','1','all','194','0','.ticket:active','opacity','.5','.5');
INSERT INTO `t6_css_child` VALUES('491','1','1','all','195','0','.ticket-fill','width','100%','100%');
INSERT INTO `t6_css_child` VALUES('492','1','1','all','195','0','.ticket-fill','font-size','15px','15px');
INSERT INTO `t6_css_child` VALUES('493','1','1','all','195','0','.ticket-fill','background','linear-gradient(90deg,#15161b,#14142d)','linear-gradient(90deg,#15161b,#14142d)');
INSERT INTO `t6_css_child` VALUES('494','1','1','all','195','0','.ticket-fill','flex-direction','column','column');
INSERT INTO `t6_css_child` VALUES('495','1','1','all','195','0','.ticket-fill','align-items','flex-start','flex-start');
INSERT INTO `t6_css_child` VALUES('496','1','1','all','195','0','.ticket-fill','justify-content','center','center');
INSERT INTO `t6_css_child` VALUES('497','1','1','all','195','0','.ticket-fill','padding','20px 30px','20px 30px');
INSERT INTO `t6_css_child` VALUES('498','1','1','all','196','0','.ticket-fill::after,.ticket-fill::before','content','""','""');
INSERT INTO `t6_css_child` VALUES('499','1','1','all','196','0','.ticket-fill::after,.ticket-fill::before','width','22px','22px');
INSERT INTO `t6_css_child` VALUES('500','1','1','all','196','0','.ticket-fill::after,.ticket-fill::before','height','11px','11px');
INSERT INTO `t6_css_child` VALUES('501','1','1','all','196','0','.ticket-fill::after,.ticket-fill::before','background-color','#fff','#fff');
INSERT INTO `t6_css_child` VALUES('502','1','1','all','196','0','.ticket-fill::after,.ticket-fill::before','border-radius','10rem 10rem 0 0','10rem 10rem 0 0');
INSERT INTO `t6_css_child` VALUES('503','1','1','all','196','0','.ticket-fill::after,.ticket-fill::before','position','absolute','absolute');
INSERT INTO `t6_css_child` VALUES('504','1','1','all','196','0','.ticket-fill::after,.ticket-fill::before','top','75px','75px');
INSERT INTO `t6_css_child` VALUES('505','1','1','all','196','0','.ticket-fill::after,.ticket-fill::before','z-index','10','10');
INSERT INTO `t6_css_child` VALUES('506','1','1','all','197','0','.ticket-fill::before','left','-6px','-6px');
INSERT INTO `t6_css_child` VALUES('507','1','1','all','197','0','.ticket-fill::before','transform','rotate(90deg)','rotate(90deg)');
INSERT INTO `t6_css_child` VALUES('508','1','1','all','198','0','.ticket-fill::after','right','-6px','-6px');
INSERT INTO `t6_css_child` VALUES('509','1','1','all','198','0','.ticket-fill::after','transform','rotate(270deg)','rotate(270deg)');
INSERT INTO `t6_css_child` VALUES('510','1','1','all','199','0','.ticket-fill .ticket-description,.ticket-fill .ticket-discount','color','#fff','#fff');
INSERT INTO `t6_css_child` VALUES('511','1','1','all','199','0','.ticket-fill .ticket-description,.ticket-fill .ticket-discount','font-weight','500','500');
INSERT INTO `t6_css_child` VALUES('512','1','1','all','199','0','.ticket-fill .ticket-description,.ticket-fill .ticket-discount','z-index','10','10');
INSERT INTO `t6_css_child` VALUES('513','1','1','all','200','0','.ticket-background-icon','position','absolute','absolute');
INSERT INTO `t6_css_child` VALUES('514','1','1','all','200','0','.ticket-background-icon','right','40px','40px');
INSERT INTO `t6_css_child` VALUES('515','1','1','all','200','0','.ticket-background-icon','color','rgba(255,255,255,.1)','rgba(255,255,255,.1)');
INSERT INTO `t6_css_child` VALUES('516','1','1','all','201','0','.ticket-background-icon i','font-size','110px','110px');
INSERT INTO `t6_css_child` VALUES('517','1','1','all','202','0','.ticket-image-bg','width','100%','100%');
INSERT INTO `t6_css_child` VALUES('518','1','1','all','202','0','.ticket-image-bg','height','100%','100%');
INSERT INTO `t6_css_child` VALUES('519','1','1','all','202','0','.ticket-image-bg','position','absolute','absolute');
INSERT INTO `t6_css_child` VALUES('520','1','1','all','202','0','.ticket-image-bg','z-index','1','1');
INSERT INTO `t6_css_child` VALUES('521','1','1','all','202','0','.ticket-image-bg','object-fit','cover','cover');
INSERT INTO `t6_css_child` VALUES('522','1','1','all','202','0','.ticket-image-bg','border-radius','15px','15px');
INSERT INTO `t6_css_child` VALUES('523','1','1','all','203','0','.create-post-cover,.link-banner,.profile-image,.settings-image','position','relative','relative');
INSERT INTO `t6_css_child` VALUES('524','1','1','all','204','0','.ticket-image-bg+.ticket-text','z-index','10','10');
INSERT INTO `t6_css_child` VALUES('525','1','1','all','204','0','.ticket-image-bg+.ticket-text','color','#fff','#fff');
INSERT INTO `t6_css_child` VALUES('526','1','1','all','205','0','.timeline-item-text','color','var(--text-color)','var(--text-color)');
INSERT INTO `t6_css_child` VALUES('527','1','1','all','205','0','.timeline-item-text','margin-top','5px','5px');
INSERT INTO `t6_css_child` VALUES('528','1','1','all','205','0','.timeline-item-text','line-height','1.8em','1.8em');
INSERT INTO `t6_css_child` VALUES('529','1','1','all','206','0','.calendar .toolbar .toolbar-inner .center,.calendar-day-number,.timeline-item-date','font-weight','500','500');
INSERT INTO `t6_css_child` VALUES('530','1','1','all','207','0','.timeline-item-divider:after,.timeline-item-divider:before','width','1px','1px');
INSERT INTO `t6_css_child` VALUES('531','1','1','all','207','0','.timeline-item-divider:after,.timeline-item-divider:before','opacity','.2','.2');
INSERT INTO `t6_css_child` VALUES('532','1','1','all','207','0','.timeline-item-divider:after,.timeline-item-divider:before','background','#41454b','#41454b');
INSERT INTO `t6_css_child` VALUES('533','1','1','all','208','0','.timeline-item-divider','background','var(--title-color)','var(--title-color)');
INSERT INTO `t6_css_child` VALUES('534','1','1','all','209','0','.information-block,.link-banner.error-message,.link-banner.success-message','background-repeat','no-repeat','no-repeat');
INSERT INTO `t6_css_child` VALUES('535','1','1','all','209','0','.information-block,.link-banner.error-message,.link-banner.success-message','background-size','cover','cover');
INSERT INTO `t6_css_child` VALUES('536','1','1','all','209','0','.information-block,.link-banner.error-message,.link-banner.success-message','background-position','center','center');
INSERT INTO `t6_css_child` VALUES('537','1','1','all','210','0','.timeline-item-content','margin-top','-4px','-4px');
INSERT INTO `t6_css_child` VALUES('538','1','1','all','210','0','.timeline-item-content','margin-bottom','5px','5px');
INSERT INTO `t6_css_child` VALUES('539','1','1','all','211','0','.timeline-item-text img','border-radius','10px','10px');
INSERT INTO `t6_css_child` VALUES('540','1','1','all','212','0','.signin-image,.signup-image','display','flex','flex');
INSERT INTO `t6_css_child` VALUES('541','1','1','all','212','0','.signin-image,.signup-image','align-items','center','center');
INSERT INTO `t6_css_child` VALUES('542','1','1','all','212','0','.signin-image,.signup-image','justify-content','center','center');
INSERT INTO `t6_css_child` VALUES('543','1','1','all','213','0','.signup-image img','width','85%','85%');
INSERT INTO `t6_css_child` VALUES('544','1','1','all','214','0','.signin-image img','width','90%','90%');
INSERT INTO `t6_css_child` VALUES('545','1','1','all','215','0','.google-button','background-color','#eff7e5','#eff7e5');
INSERT INTO `t6_css_child` VALUES('546','1','1','all','216','0','.messagebar textarea,.single-post-author,.single-post-category','background-color','var(--light-gray)','var(--light-gray)');
INSERT INTO `t6_css_child` VALUES('547','1','1','all','217','0','.detailed-list .item-after,.login-separator,.panel .profile-header .profile-subtitle','font-size','14px','14px');
INSERT INTO `t6_css_child` VALUES('548','1','1','all','218','0','.signup-tos','font-size','13px','13px');
INSERT INTO `t6_css_child` VALUES('549','1','1','all','219','0','.signup-tos a','color','var(--text-color)','var(--text-color)');
INSERT INTO `t6_css_child` VALUES('550','1','1','all','219','0','.signup-tos a','text-decoration','underline','underline');
INSERT INTO `t6_css_child` VALUES('551','1','1','all','220','0','.signin-links','font-weight','500','500');
INSERT INTO `t6_css_child` VALUES('552','1','1','all','220','0','.signin-links','font-size','15px','15px');
INSERT INTO `t6_css_child` VALUES('553','1','1','all','220','0','.signin-links','display','flex','flex');
INSERT INTO `t6_css_child` VALUES('554','1','1','all','220','0','.signin-links','align-items','center','center');
INSERT INTO `t6_css_child` VALUES('555','1','1','all','220','0','.signin-links','justify-content','space-between','space-between');
INSERT INTO `t6_css_child` VALUES('556','1','1','all','221','0','.list-title','margin','25px 0 10px','25px 0 10px');
INSERT INTO `t6_css_child` VALUES('557','1','1','all','222','0','.list-title+.list','margin-top','5px','5px');
INSERT INTO `t6_css_child` VALUES('558','1','1','all','223','0','.detailed-list .item-content,.toggle-setting .item-inner','padding-left','15px','15px');
INSERT INTO `t6_css_child` VALUES('559','1','1','all','224','0','.detailed-list .item-link .item-inner','padding-right','15px','15px');
INSERT INTO `t6_css_child` VALUES('560','1','1','all','224','0','.detailed-list .item-link .item-inner','margin-left','15px','15px');
INSERT INTO `t6_css_child` VALUES('561','1','1','all','225','0','.detailed-list .item-media img','width','50px','50px');
INSERT INTO `t6_css_child` VALUES('562','1','1','all','225','0','.detailed-list .item-media img','border-radius','50%','50%');
INSERT INTO `t6_css_child` VALUES('563','1','1','all','226','0','.message-list.detailed-list .item-after .badge','padding','0 6px','0 6px');
INSERT INTO `t6_css_child` VALUES('564','1','1','all','226','0','.message-list.detailed-list .item-after .badge','min-width','22px','22px');
INSERT INTO `t6_css_child` VALUES('565','1','1','all','227','0','.detailed-list .item-footer','line-height','16px','16px');
INSERT INTO `t6_css_child` VALUES('566','1','1','all','227','0','.detailed-list .item-footer','overflow','hidden','hidden');
INSERT INTO `t6_css_child` VALUES('567','1','1','all','227','0','.detailed-list .item-footer','white-space','nowrap','nowrap');
INSERT INTO `t6_css_child` VALUES('568','1','1','all','227','0','.detailed-list .item-footer','text-overflow','ellipsis','ellipsis');
INSERT INTO `t6_css_child` VALUES('569','1','1','all','227','0','.detailed-list .item-footer','font-size','14px','14px');
INSERT INTO `t6_css_child` VALUES('570','1','1','all','227','0','.detailed-list .item-footer','margin-top','4px','4px');
INSERT INTO `t6_css_child` VALUES('571','1','1','all','227','0','.detailed-list .item-footer','color','var(--text-color)','var(--text-color)');
INSERT INTO `t6_css_child` VALUES('572','1','1','all','227','0','.detailed-list .item-footer','padding-right','5px','5px');
INSERT INTO `t6_css_child` VALUES('573','1','1','all','228','0','.album-tracklist .item-inner .item-title,.detailed-list .item-name,.detailed-list .item-unread','color','var(--title-color)','var(--title-color)');
INSERT INTO `t6_css_child` VALUES('574','1','1','all','228','0','.album-tracklist .item-inner .item-title,.detailed-list .item-name,.detailed-list .item-unread','font-weight','500','500');
INSERT INTO `t6_css_child` VALUES('575','1','1','all','229','0','.detailed-list .item-name','font-size','15px','15px');
INSERT INTO `t6_css_child` VALUES('576','1','1','all','230','0','.detailed-list .item-name .badge','margin-left','3px','3px');
INSERT INTO `t6_css_child` VALUES('577','1','1','all','230','0','.detailed-list .item-name .badge','padding','0 8px','0 8px');
INSERT INTO `t6_css_child` VALUES('578','1','1','all','231','0','.searchbar-inner','padding','0 15px','0 15px');
INSERT INTO `t6_css_child` VALUES('579','1','1','all','232','0','.searchbar.searchbar-inline','margin-top','10px','10px');
INSERT INTO `t6_css_child` VALUES('580','1','1','all','232','0','.searchbar.searchbar-inline','margin-bottom','-5px','-5px');
INSERT INTO `t6_css_child` VALUES('581','1','1','all','233','0','.searchbar.searchbar-inline .searchbar-input-wrap','height','40px','40px');
INSERT INTO `t6_css_child` VALUES('582','1','1','all','234','0','.messagebar textarea','min-height','auto','auto');
INSERT INTO `t6_css_child` VALUES('583','1','1','all','234','0','.messagebar textarea','border','none','none');
INSERT INTO `t6_css_child` VALUES('584','1','1','all','234','0','.messagebar textarea','font-weight','400','400');
INSERT INTO `t6_css_child` VALUES('585','1','1','all','234','0','.messagebar textarea','font-size','15px','15px');
INSERT INTO `t6_css_child` VALUES('586','1','1','all','235','0','.ios .message-received','margin-left','15px','15px');
INSERT INTO `t6_css_child` VALUES('587','1','1','all','236','0','.ios .message-sent','margin-right','15px','15px');
INSERT INTO `t6_css_child` VALUES('588','1','1','all','237','0','.messagebar .send-link i','transform','rotate(45deg)','rotate(45deg)');
INSERT INTO `t6_css_child` VALUES('589','1','1','all','237','0','.messagebar .send-link i','margin-left','-6px','-6px');
INSERT INTO `t6_css_child` VALUES('590','1','1','all','237','0','.messagebar .send-link i','margin-right','3px','3px');
INSERT INTO `t6_css_child` VALUES('591','1','1','all','238','0','.ios .message+.message:not(.message-first)','margin-top','2px','2px');
INSERT INTO `t6_css_child` VALUES('592','1','1','all','239','0','.messages-date','font-size','14px','14px');
INSERT INTO `t6_css_child` VALUES('593','1','1','all','239','0','.messages-date','margin','15px 0 5px','15px 0 5px');
INSERT INTO `t6_css_child` VALUES('594','1','1','all','239','0','.messages-date','color','var(--text-color)','var(--text-color)');
INSERT INTO `t6_css_child` VALUES('595','1','1','all','239','0','.messages-date','text-align','center','center');
INSERT INTO `t6_css_child` VALUES('596','1','1','all','239','0','.messages-date','width','100%','100%');
INSERT INTO `t6_css_child` VALUES('597','1','1','all','239','0','.messages-date','line-height','1','1');
INSERT INTO `t6_css_child` VALUES('598','1','1','all','240','0','.faq-list .list.accordion-list .item-title,.message-bubble','font-size','15px','15px');
INSERT INTO `t6_css_child` VALUES('599','1','1','all','241','0','.page[data-name=chat] .page-content','padding-bottom','calc(var(--f7-page-toolbar-bottom-offset,0px) + var(--f7-safe-area-bottom) + var(--f7-page-content-','calc(var(--f7-page-toolbar-bottom-offset,0px) + var(--f7-safe-area-bottom) + var(--f7-page-content-');
INSERT INTO `t6_css_child` VALUES('600','1','1','all','242','0','.ios .message-sent .message-bubble','padding','8px 20px 8px 13px','8px 20px 8px 13px');
INSERT INTO `t6_css_child` VALUES('601','1','1','all','243','0','.ios .message-received .message-bubble','padding','8px 13px 8px 20px','8px 13px 8px 20px');
INSERT INTO `t6_css_child` VALUES('602','1','1','all','244','0','.messagebar .toolbar-inner','padding-bottom','3px','3px');
INSERT INTO `t6_css_child` VALUES('603','1','1','all','245','0','.single-post-date','color','var(--text-color)','var(--text-color)');
INSERT INTO `t6_css_child` VALUES('604','1','1','all','245','0','.single-post-date','font-size','16px','16px');
INSERT INTO `t6_css_child` VALUES('605','1','1','all','245','0','.single-post-date','margin-top','10px','10px');
INSERT INTO `t6_css_child` VALUES('606','1','1','all','246','0','.single-post-title','margin-top','10px','10px');
INSERT INTO `t6_css_child` VALUES('607','1','1','all','246','0','.single-post-title','margin-bottom','15px','15px');
INSERT INTO `t6_css_child` VALUES('608','1','1','all','246','0','.single-post-title','font-size','28px','28px');
INSERT INTO `t6_css_child` VALUES('609','1','1','all','247','0','.single-post-category','padding','4px 10px','4px 10px');
INSERT INTO `t6_css_child` VALUES('610','1','1','all','247','0','.single-post-category','height','auto','auto');
INSERT INTO `t6_css_child` VALUES('611','1','1','all','247','0','.single-post-category','border-radius','6px','6px');
INSERT INTO `t6_css_child` VALUES('612','1','1','all','247','0','.single-post-category','color','var(--title-color)','var(--title-color)');
INSERT INTO `t6_css_child` VALUES('613','1','1','all','247','0','.single-post-category','font-size','14px','14px');
INSERT INTO `t6_css_child` VALUES('614','1','1','all','247','0','.single-post-category','font-weight','500','500');
INSERT INTO `t6_css_child` VALUES('615','1','1','all','247','0','.single-post-category','margin-right','5px','5px');
INSERT INTO `t6_css_child` VALUES('616','1','1','all','247','0','.single-post-category','display','inline-block','inline-block');
INSERT INTO `t6_css_child` VALUES('617','1','1','all','247','0','.single-post-category','margin-top','15px','15px');
INSERT INTO `t6_css_child` VALUES('618','1','1','all','248','0','.single-post-author','display','flex','flex');
INSERT INTO `t6_css_child` VALUES('619','1','1','all','248','0','.single-post-author','align-items','center','center');
INSERT INTO `t6_css_child` VALUES('620','1','1','all','248','0','.single-post-author','padding','15px','15px');
INSERT INTO `t6_css_child` VALUES('621','1','1','all','248','0','.single-post-author','border-radius','15px','15px');
INSERT INTO `t6_css_child` VALUES('622','1','1','all','248','0','.single-post-author','margin','20px 0','20px 0');
INSERT INTO `t6_css_child` VALUES('623','1','1','all','249','0','.single-post-author>img','width','55px','55px');
INSERT INTO `t6_css_child` VALUES('624','1','1','all','249','0','.single-post-author>img','border-radius','50%','50%');
INSERT INTO `t6_css_child` VALUES('625','1','1','all','249','0','.single-post-author>img','margin-right','12px','12px');
INSERT INTO `t6_css_child` VALUES('626','1','1','all','250','0','.single-post-author .author-details','display','flex','flex');
INSERT INTO `t6_css_child` VALUES('627','1','1','all','250','0','.single-post-author .author-details','flex-direction','column','column');
INSERT INTO `t6_css_child` VALUES('628','1','1','all','250','0','.single-post-author .author-details','justify-content','center','center');
INSERT INTO `t6_css_child` VALUES('629','1','1','all','251','0','.single-post-author .author-description','color','var(--text-color)','var(--text-color)');
INSERT INTO `t6_css_child` VALUES('630','1','1','all','251','0','.single-post-author .author-description','margin-top','2px','2px');
INSERT INTO `t6_css_child` VALUES('631','1','1','all','251','0','.single-post-author .author-description','font-size','13px','13px');
INSERT INTO `t6_css_child` VALUES('632','1','1','all','252','0','.single-post-author .author-follow','width','auto','auto');
INSERT INTO `t6_css_child` VALUES('633','1','1','all','252','0','.single-post-author .author-follow','margin-left','auto','auto');
INSERT INTO `t6_css_child` VALUES('634','1','1','all','252','0','.single-post-author .author-follow','padding','0 15px 0 11px','0 15px 0 11px');
INSERT INTO `t6_css_child` VALUES('635','1','1','all','252','0','.single-post-author .author-follow','height','38px','38px');
INSERT INTO `t6_css_child` VALUES('636','1','1','all','253','0','.verified-badge','margin-left','2px','2px');
INSERT INTO `t6_css_child` VALUES('637','1','1','all','253','0','.verified-badge','font-size','19px','19px');
INSERT INTO `t6_css_child` VALUES('638','1','1','all','254','0','.comment-date,.comment-text','font-size','15px','15px');
INSERT INTO `t6_css_child` VALUES('639','1','1','all','254','0','.comment-date,.comment-text','color','var(--text-color)','var(--text-color)');
INSERT INTO `t6_css_child` VALUES('640','1','1','all','255','0','.comment-list','margin-top','30px','30px');
INSERT INTO `t6_css_child` VALUES('641','1','1','all','256','0','.comment','display','flex','flex');
INSERT INTO `t6_css_child` VALUES('642','1','1','all','256','0','.comment','margin','20px 0','20px 0');
INSERT INTO `t6_css_child` VALUES('643','1','1','all','257','0','.comment>img','width','45px','45px');
INSERT INTO `t6_css_child` VALUES('644','1','1','all','257','0','.comment>img','height','45px','45px');
INSERT INTO `t6_css_child` VALUES('645','1','1','all','257','0','.comment>img','border-radius','50%','50%');
INSERT INTO `t6_css_child` VALUES('646','1','1','all','257','0','.comment>img','margin-right','13px','13px');
INSERT INTO `t6_css_child` VALUES('647','1','1','all','258','0','.comment-date','margin-left','6px','6px');
INSERT INTO `t6_css_child` VALUES('648','1','1','all','258','0','.comment-date','opacity','.8','.8');
INSERT INTO `t6_css_child` VALUES('649','1','1','all','259','0','.comment-text','line-height','1.55em','1.55em');
INSERT INTO `t6_css_child` VALUES('650','1','1','all','259','0','.comment-text','margin-top','2px','2px');
INSERT INTO `t6_css_child` VALUES('651','1','1','all','260','0','.title-bottom-line','position','relative','relative');
INSERT INTO `t6_css_child` VALUES('652','1','1','all','260','0','.title-bottom-line','margin-top','30px','30px');
INSERT INTO `t6_css_child` VALUES('653','1','1','all','260','0','.title-bottom-line','margin-bottom','25px','25px');
INSERT INTO `t6_css_child` VALUES('654','1','1','all','261','0','.title-bottom-line::after','content','""','""');
INSERT INTO `t6_css_child` VALUES('655','1','1','all','261','0','.title-bottom-line::after','position','absolute','absolute');
INSERT INTO `t6_css_child` VALUES('656','1','1','all','261','0','.title-bottom-line::after','background-color','var(--f7-list-outline-border-color)','var(--f7-list-outline-border-color)');
INSERT INTO `t6_css_child` VALUES('657','1','1','all','261','0','.title-bottom-line::after','display','block','block');
INSERT INTO `t6_css_child` VALUES('658','1','1','all','261','0','.title-bottom-line::after','z-index','15','15');
INSERT INTO `t6_css_child` VALUES('659','1','1','all','261','0','.title-bottom-line::after','right','auto','auto');
INSERT INTO `t6_css_child` VALUES('660','1','1','all','261','0','.title-bottom-line::after','bottom','-7px','-7px');
INSERT INTO `t6_css_child` VALUES('661','1','1','all','261','0','.title-bottom-line::after','height','1px','1px');
INSERT INTO `t6_css_child` VALUES('662','1','1','all','261','0','.title-bottom-line::after','width','100%','100%');
INSERT INTO `t6_css_child` VALUES('663','1','1','all','261','0','.title-bottom-line::after','transform-origin','50% 100%','50% 100%');
INSERT INTO `t6_css_child` VALUES('664','1','1','all','261','0','.title-bottom-line::after','transform','scaleY(calc(1 / var(--f7-device-pixel-ratio)))','scaleY(calc(1 / var(--f7-device-pixel-ratio)))');
INSERT INTO `t6_css_child` VALUES('665','1','1','all','262','0','.category-slide,.contact-block,.create-post-cover,.link-banner,.movie-block,.profile-buttons .contact-button','background-color','var(--light-gray)','var(--light-gray)');
INSERT INTO `t6_css_child` VALUES('666','1','1','all','263','0','.comment-count','margin-bottom','2px','2px');
INSERT INTO `t6_css_child` VALUES('667','1','1','all','263','0','.comment-count','margin-left','2px','2px');
INSERT INTO `t6_css_child` VALUES('668','1','1','all','264','0','.casting .grid,.create-post-cover','margin-bottom','20px','20px');
INSERT INTO `t6_css_child` VALUES('669','1','1','all','265','0','.comment-header','display','flex','flex');
INSERT INTO `t6_css_child` VALUES('670','1','1','all','265','0','.comment-header','justify-content','space-between','space-between');
INSERT INTO `t6_css_child` VALUES('671','1','1','all','265','0','.comment-header','width','100%','100%');
INSERT INTO `t6_css_child` VALUES('672','1','1','all','266','0','.comment-reply','margin-left','60px','60px');
INSERT INTO `t6_css_child` VALUES('673','1','1','all','267','0','.comment-header i','color','var(--title-color)','var(--title-color)');
INSERT INTO `t6_css_child` VALUES('674','1','1','all','267','0','.comment-header i','font-size','18px','18px');
INSERT INTO `t6_css_child` VALUES('675','1','1','all','267','0','.comment-header i','width','10px','10px');
INSERT INTO `t6_css_child` VALUES('676','1','1','all','267','0','.comment-header i','font-weight','600','600');
INSERT INTO `t6_css_child` VALUES('677','1','1','all','268','0','.create-post-cover','height','25vh','25vh');
INSERT INTO `t6_css_child` VALUES('678','1','1','all','268','0','.create-post-cover','border-radius','10px','10px');
INSERT INTO `t6_css_child` VALUES('679','1','1','all','268','0','.create-post-cover','width','100%','100%');
INSERT INTO `t6_css_child` VALUES('680','1','1','all','268','0','.create-post-cover','display','flex','flex');
INSERT INTO `t6_css_child` VALUES('681','1','1','all','268','0','.create-post-cover','align-items','center','center');
INSERT INTO `t6_css_child` VALUES('682','1','1','all','268','0','.create-post-cover','flex-direction','column','column');
INSERT INTO `t6_css_child` VALUES('683','1','1','all','268','0','.create-post-cover','justify-content','center','center');
INSERT INTO `t6_css_child` VALUES('684','1','1','all','268','0','.create-post-cover','font-size','14px','14px');
INSERT INTO `t6_css_child` VALUES('685','1','1','all','268','0','.create-post-cover','color','#93a0b1','#93a0b1');
INSERT INTO `t6_css_child` VALUES('686','1','1','all','269','0','.create-post-cover i','margin-bottom','5px','5px');
INSERT INTO `t6_css_child` VALUES('687','1','1','all','270','0','.create-post-cover input[type=file]','background-color','red','red');
INSERT INTO `t6_css_child` VALUES('688','1','1','all','270','0','.create-post-cover input[type=file]','position','absolute','absolute');
INSERT INTO `t6_css_child` VALUES('689','1','1','all','270','0','.create-post-cover input[type=file]','width','95%','95%');
INSERT INTO `t6_css_child` VALUES('690','1','1','all','270','0','.create-post-cover input[type=file]','height','90%','90%');
INSERT INTO `t6_css_child` VALUES('691','1','1','all','270','0','.create-post-cover input[type=file]','z-index','99','99');
INSERT INTO `t6_css_child` VALUES('692','1','1','all','270','0','.create-post-cover input[type=file]','cursor','pointer','pointer');
INSERT INTO `t6_css_child` VALUES('693','1','1','all','271','0','.stick-top','margin-top','-50px','-50px');
INSERT INTO `t6_css_child` VALUES('694','1','1','all','272','0','.navbar-transparent .navbar-inner .left a i','color','#fff','#fff');
INSERT INTO `t6_css_child` VALUES('695','1','1','all','272','0','.navbar-transparent .navbar-inner .left a i','transition','color 00s','color 00s');
INSERT INTO `t6_css_child` VALUES('696','1','1','all','272','0','.navbar-transparent .navbar-inner .left a i','text-shadow','0 0 11px #000','0 0 11px #000');
INSERT INTO `t6_css_child` VALUES('697','1','1','all','273','0','.navbar-transparent.navbar-transparent-visible .navbar-inner .left a i','color','#000','#000');
INSERT INTO `t6_css_child` VALUES('698','1','1','all','273','0','.navbar-transparent.navbar-transparent-visible .navbar-inner .left a i','transition','color','color');
INSERT INTO `t6_css_child` VALUES('699','1','1','all','273','0','.navbar-transparent.navbar-transparent-visible .navbar-inner .left a i','text-shadow','none','none');
INSERT INTO `t6_css_child` VALUES('700','1','1','all','274','0','.movie-header','display','flex','flex');
INSERT INTO `t6_css_child` VALUES('701','1','1','all','274','0','.movie-header','justify-content','space-between','space-between');
INSERT INTO `t6_css_child` VALUES('702','1','1','all','274','0','.movie-header','margin-bottom','30px','30px');
INSERT INTO `t6_css_child` VALUES('703','1','1','all','275','0','.link-banner-text,.movie-block','display','flex','flex');
INSERT INTO `t6_css_child` VALUES('704','1','1','all','275','0','.link-banner-text,.movie-block','flex-direction','column','column');
INSERT INTO `t6_css_child` VALUES('705','1','1','all','276','0','.page-content .movie-cover','width','calc(70vw - 30px)','calc(70vw - 30px)');
INSERT INTO `t6_css_child` VALUES('706','1','1','all','276','0','.page-content .movie-cover','border-radius','25px','25px');
INSERT INTO `t6_css_child` VALUES('707','1','1','all','276','0','.page-content .movie-cover','max-height','342px','342px');
INSERT INTO `t6_css_child` VALUES('708','1','1','all','276','0','.page-content .movie-cover','object-fit','cover','cover');
INSERT INTO `t6_css_child` VALUES('709','1','1','all','277','0','.movie-infos','width','100%','100%');
INSERT INTO `t6_css_child` VALUES('710','1','1','all','277','0','.movie-infos','margin-left','15px','15px');
INSERT INTO `t6_css_child` VALUES('711','1','1','all','278','0','.movie-block','color','var(--title-color)','var(--title-color)');
INSERT INTO `t6_css_child` VALUES('712','1','1','all','278','0','.movie-block','align-items','center','center');
INSERT INTO `t6_css_child` VALUES('713','1','1','all','278','0','.movie-block','justify-content','center','center');
INSERT INTO `t6_css_child` VALUES('714','1','1','all','278','0','.movie-block','border-radius','20px','20px');
INSERT INTO `t6_css_child` VALUES('715','1','1','all','278','0','.movie-block','margin-bottom','15px','15px');
INSERT INTO `t6_css_child` VALUES('716','1','1','all','278','0','.movie-block','padding','19px 0','19px 0');
INSERT INTO `t6_css_child` VALUES('717','1','1','all','279','0','.card-movie,.help-center-banner,.information-block,.link-banner','border-radius','15px','15px');
INSERT INTO `t6_css_child` VALUES('718','1','1','all','280','0','.movie-block i','font-size','20px','20px');
INSERT INTO `t6_css_child` VALUES('719','1','1','all','281','0','.movie-block-name','margin','5px 0 1px','5px 0 1px');
INSERT INTO `t6_css_child` VALUES('720','1','1','all','281','0','.movie-block-name','color','#708197','#708197');
INSERT INTO `t6_css_child` VALUES('721','1','1','all','281','0','.movie-block-name','font-weight','400','400');
INSERT INTO `t6_css_child` VALUES('722','1','1','all','282','0','.casting .grid>div','display','flex','flex');
INSERT INTO `t6_css_child` VALUES('723','1','1','all','282','0','.casting .grid>div','align-items','center','center');
INSERT INTO `t6_css_child` VALUES('724','1','1','all','282','0','.casting .grid>div','flex-direction','column','column');
INSERT INTO `t6_css_child` VALUES('725','1','1','all','282','0','.casting .grid>div','justify-content','flex-start','flex-start');
INSERT INTO `t6_css_child` VALUES('726','1','1','all','283','0','img.actor-image','border-radius','50%','50%');
INSERT INTO `t6_css_child` VALUES('727','1','1','all','283','0','img.actor-image','width','60px','60px');
INSERT INTO `t6_css_child` VALUES('728','1','1','all','283','0','img.actor-image','margin-bottom','10px','10px');
INSERT INTO `t6_css_child` VALUES('729','1','1','all','284','0','.actor-firstname,.actor-lastname','text-align','center','center');
INSERT INTO `t6_css_child` VALUES('730','1','1','all','284','0','.actor-firstname,.actor-lastname','line-height','1.4em','1.4em');
INSERT INTO `t6_css_child` VALUES('731','1','1','all','284','0','.actor-firstname,.actor-lastname','color','var(--title-color)','var(--title-color)');
INSERT INTO `t6_css_child` VALUES('732','1','1','all','284','0','.actor-firstname,.actor-lastname','font-weight','500','500');
INSERT INTO `t6_css_child` VALUES('733','1','1','all','284','0','.actor-firstname,.actor-lastname','font-size','13px','13px');
INSERT INTO `t6_css_child` VALUES('734','1','1','all','285','0','.movie-rating','margin-bottom','-15px','-15px');
INSERT INTO `t6_css_child` VALUES('735','1','1','all','286','0','.movie-distribution.list .item-title','font-weight','400','400');
INSERT INTO `t6_css_child` VALUES('736','1','1','all','286','0','.movie-distribution.list .item-title','color','var(--text-color)','var(--text-color)');
INSERT INTO `t6_css_child` VALUES('737','1','1','all','287','0','.link-banner','padding','15px 15px 15px 20px','15px 15px 15px 20px');
INSERT INTO `t6_css_child` VALUES('738','1','1','all','287','0','.link-banner','margin','15px 0','15px 0');
INSERT INTO `t6_css_child` VALUES('739','1','1','all','287','0','.link-banner','font-weight','500','500');
INSERT INTO `t6_css_child` VALUES('740','1','1','all','287','0','.link-banner','font-size','15px','15px');
INSERT INTO `t6_css_child` VALUES('741','1','1','all','287','0','.link-banner','display','flex','flex');
INSERT INTO `t6_css_child` VALUES('742','1','1','all','287','0','.link-banner','align-items','center','center');
INSERT INTO `t6_css_child` VALUES('743','1','1','all','287','0','.link-banner','justify-content','flex-start','flex-start');
INSERT INTO `t6_css_child` VALUES('744','1','1','all','287','0','.link-banner','color','var(--title-color)','var(--title-color)');
INSERT INTO `t6_css_child` VALUES('745','1','1','all','287','0','.link-banner','overflow','hidden','hidden');
INSERT INTO `t6_css_child` VALUES('746','1','1','all','288','0','.link-banner i,.link-banner-subtitle,.link-chevron::before','font-weight','400','400');
INSERT INTO `t6_css_child` VALUES('747','1','1','all','288','0','.link-banner i,.link-banner-subtitle,.link-chevron::before','color','var(--title-color)','var(--title-color)');
INSERT INTO `t6_css_child` VALUES('748','1','1','all','289','0','.link-banner i','margin-right','10px','10px');
INSERT INTO `t6_css_child` VALUES('749','1','1','all','289','0','.link-banner i','font-size','35px','35px');
INSERT INTO `t6_css_child` VALUES('750','1','1','all','290','0','.link-banner-text','color','var(--title-color)','var(--title-color)');
INSERT INTO `t6_css_child` VALUES('751','1','1','all','290','0','.link-banner-text','margin-left','10px','10px');
INSERT INTO `t6_css_child` VALUES('752','1','1','all','291','0','.author-slide,.stock-item-details','flex-direction','column','column');
INSERT INTO `t6_css_child` VALUES('753','1','1','all','291','0','.author-slide,.stock-item-details','display','flex','flex');
INSERT INTO `t6_css_child` VALUES('754','1','1','all','292','0','.link-banner-subtitle','font-size','14px','14px');
INSERT INTO `t6_css_child` VALUES('755','1','1','all','292','0','.link-banner-subtitle','margin-top','2px','2px');
INSERT INTO `t6_css_child` VALUES('756','1','1','all','292','0','.link-banner-subtitle','opacity','.7','.7');
INSERT INTO `t6_css_child` VALUES('757','1','1','all','293','0','.link-banner img','margin-right','10px','10px');
INSERT INTO `t6_css_child` VALUES('758','1','1','all','293','0','.link-banner img','max-height','40px','40px');
INSERT INTO `t6_css_child` VALUES('759','1','1','all','293','0','.link-banner img','width','auto','auto');
INSERT INTO `t6_css_child` VALUES('760','1','1','all','294','0','.link-chevron::before','font-family','framework7-core-icons','framework7-core-icons');
INSERT INTO `t6_css_child` VALUES('761','1','1','all','294','0','.link-chevron::before','font-style','normal','normal');
INSERT INTO `t6_css_child` VALUES('762','1','1','all','294','0','.link-chevron::before','letter-spacing','normal','normal');
INSERT INTO `t6_css_child` VALUES('763','1','1','all','294','0','.link-chevron::before','text-transform','none','none');
INSERT INTO `t6_css_child` VALUES('764','1','1','all','294','0','.link-chevron::before','white-space','nowrap','nowrap');
INSERT INTO `t6_css_child` VALUES('765','1','1','all','294','0','.link-chevron::before','word-wrap','normal','normal');
INSERT INTO `t6_css_child` VALUES('766','1','1','all','294','0','.link-chevron::before','direction','ltr','ltr');
INSERT INTO `t6_css_child` VALUES('767','1','1','all','294','0','.link-chevron::before','-webkit-font-smoothing','antialiased','antialiased');
INSERT INTO `t6_css_child` VALUES('768','1','1','all','294','0','.link-chevron::before','-moz-osx-font-smoothing','grayscale','grayscale');
INSERT INTO `t6_css_child` VALUES('769','1','1','all','294','0','.link-chevron::before','font-feature-settings','"liga"','"liga"');
INSERT INTO `t6_css_child` VALUES('770','1','1','all','294','0','.link-chevron::before','text-align','center','center');
INSERT INTO `t6_css_child` VALUES('771','1','1','all','294','0','.link-chevron::before','display','block','block');
INSERT INTO `t6_css_child` VALUES('772','1','1','all','294','0','.link-chevron::before','font-size','var(--f7-list-chevron-icon-font-size)','var(--f7-list-chevron-icon-font-size)');
INSERT INTO `t6_css_child` VALUES('773','1','1','all','294','0','.link-chevron::before','position','absolute','absolute');
INSERT INTO `t6_css_child` VALUES('774','1','1','all','294','0','.link-chevron::before','top','50%','50%');
INSERT INTO `t6_css_child` VALUES('775','1','1','all','294','0','.link-chevron::before','width','8px','8px');
INSERT INTO `t6_css_child` VALUES('776','1','1','all','294','0','.link-chevron::before','height','14px','14px');
INSERT INTO `t6_css_child` VALUES('777','1','1','all','294','0','.link-chevron::before','margin-top','-7px','-7px');
INSERT INTO `t6_css_child` VALUES('778','1','1','all','294','0','.link-chevron::before','line-height','14px','14px');
INSERT INTO `t6_css_child` VALUES('779','1','1','all','294','0','.link-chevron::before','pointer-events','none','none');
INSERT INTO `t6_css_child` VALUES('780','1','1','all','294','0','.link-chevron::before','right','calc(var(--f7-list-item-padding-horizontal) + var(--f7-safe-area-right))','calc(var(--f7-list-item-padding-horizontal) + var(--f7-safe-area-right))');
INSERT INTO `t6_css_child` VALUES('781','1','1','all','294','0','.link-chevron::before','content','var(--f7-list-chevron-icon-right)','var(--f7-list-chevron-icon-right)');
INSERT INTO `t6_css_child` VALUES('782','1','1','all','295','0','.link-banner.bg-color-dark .link-banner-subtitle,.link-banner.bg-color-primary .link-banner-subtitle','color','#fff','#fff');
INSERT INTO `t6_css_child` VALUES('783','1','1','all','295','0','.link-banner.bg-color-dark .link-banner-subtitle,.link-banner.bg-color-primary .link-banner-subtitle','opacity','.8','.8');
INSERT INTO `t6_css_child` VALUES('784','1','1','all','296','0','.detailed-list .item-media img.event-thumbnail','border-radius','17px','17px');
INSERT INTO `t6_css_child` VALUES('785','1','1','all','297','0','.information-block.error-message,.link-banner.error-message','background-image','url("https','url("https');
INSERT INTO `t6_css_child` VALUES('786','1','1','all','298','0','.link-banner.error-message .link-banner-subtitle,.link-banner.error-message .link-banner-title,.link-banner.error-message i,.link-banner.error-message.link-chevron::before','color','#9b3d3d','#9b3d3d');
INSERT INTO `t6_css_child` VALUES('787','1','1','all','299','0','.link-banner.success-message .link-banner-subtitle,.link-banner.success-message .link-banner-title,.link-banner.success-message i,.link-banner.success-message.link-chevron::before','color','#508d59','#508d59');
INSERT INTO `t6_css_child` VALUES('788','1','1','all','300','0','.information-block.success-message,.link-banner.success-message','background-image','url("https','url("https');
INSERT INTO `t6_css_child` VALUES('789','1','1','all','301','0','.list .item-after.event-time','color','var(--title-color)','var(--title-color)');
INSERT INTO `t6_css_child` VALUES('790','1','1','all','301','0','.list .item-after.event-time','font-weight','500','500');
INSERT INTO `t6_css_child` VALUES('791','1','1','all','301','0','.list .item-after.event-time','font-size','14px','14px');
INSERT INTO `t6_css_child` VALUES('792','1','1','all','302','0','.list .item-media.event-icon i','font-size','35px','35px');
INSERT INTO `t6_css_child` VALUES('793','1','1','all','302','0','.list .item-media.event-icon i','margin','0 5px','0 5px');
INSERT INTO `t6_css_child` VALUES('794','1','1','all','303','0','.detailed-list .item-after .badge','height','22px','22px');
INSERT INTO `t6_css_child` VALUES('795','1','1','all','303','0','.detailed-list .item-after .badge','padding','0 9px','0 9px');
INSERT INTO `t6_css_child` VALUES('796','1','1','all','303','0','.detailed-list .item-after .badge','font-size','12px','12px');
INSERT INTO `t6_css_child` VALUES('797','1','1','all','304','0','.simple-link-banner .link-banner-text','font-size','15px','15px');
INSERT INTO `t6_css_child` VALUES('798','1','1','all','304','0','.simple-link-banner .link-banner-text','margin-left','2px','2px');
INSERT INTO `t6_css_child` VALUES('799','1','1','all','305','0','.help-center-title','margin-top','20px','20px');
INSERT INTO `t6_css_child` VALUES('800','1','1','all','305','0','.help-center-title','margin-bottom','-5px','-5px');
INSERT INTO `t6_css_child` VALUES('801','1','1','all','305','0','.help-center-title','font-size','2em','2em');
INSERT INTO `t6_css_child` VALUES('802','1','1','all','306','0','.authors-slider,.searchbar-help-center.searchbar-inline','margin-top','20px','20px');
INSERT INTO `t6_css_child` VALUES('803','1','1','all','307','0','.help-center-links,.profile-stats,.search-grid','margin-bottom','30px','30px');
INSERT INTO `t6_css_child` VALUES('804','1','1','all','308','0','.light-gray-title','color','#99a0a7','#99a0a7');
INSERT INTO `t6_css_child` VALUES('805','1','1','all','308','0','.light-gray-title','font-weight','500','500');
INSERT INTO `t6_css_child` VALUES('806','1','1','all','308','0','.light-gray-title','font-size','13px','13px');
INSERT INTO `t6_css_child` VALUES('807','1','1','all','308','0','.light-gray-title','text-transform','uppercase','uppercase');
INSERT INTO `t6_css_child` VALUES('808','1','1','all','308','0','.light-gray-title','margin-top','30px','30px');
INSERT INTO `t6_css_child` VALUES('809','1','1','all','308','0','.light-gray-title','margin-bottom','10px','10px');
INSERT INTO `t6_css_child` VALUES('810','1','1','all','309','0','.light-gray-title .badge','margin-left','3px','3px');
INSERT INTO `t6_css_child` VALUES('811','1','1','all','309','0','.light-gray-title .badge','margin-bottom','2px','2px');
INSERT INTO `t6_css_child` VALUES('812','1','1','all','310','0','.information-block','background-image','url("https','url("https');
INSERT INTO `t6_css_child` VALUES('813','1','1','all','310','0','.information-block','color','var(--title-color)','var(--title-color)');
INSERT INTO `t6_css_child` VALUES('814','1','1','all','310','0','.information-block','text-align','center','center');
INSERT INTO `t6_css_child` VALUES('815','1','1','all','310','0','.information-block','padding','25px 20px 20px','25px 20px 20px');
INSERT INTO `t6_css_child` VALUES('816','1','1','all','310','0','.information-block','margin','20px 0','20px 0');
INSERT INTO `t6_css_child` VALUES('817','1','1','all','311','0','.information-block.success-message h2,.information-block.success-message p','color','#599c63','#599c63');
INSERT INTO `t6_css_child` VALUES('818','1','1','all','312','0','.information-block.error-message h2,.information-block.error-message p','color','#b14b4b','#b14b4b');
INSERT INTO `t6_css_child` VALUES('819','1','1','all','313','0','.information-block img','width','30%','30%');
INSERT INTO `t6_css_child` VALUES('820','1','1','all','314','0','.information-block h2','font-size','30px','30px');
INSERT INTO `t6_css_child` VALUES('821','1','1','all','314','0','.information-block h2','margin','10px 0 0','10px 0 0');
INSERT INTO `t6_css_child` VALUES('822','1','1','all','315','0','.information-block p','color','var(--title-color)','var(--title-color)');
INSERT INTO `t6_css_child` VALUES('823','1','1','all','315','0','.information-block p','margin','10px 0','10px 0');
INSERT INTO `t6_css_child` VALUES('824','1','1','all','315','0','.information-block p','font-weight','500','500');
INSERT INTO `t6_css_child` VALUES('825','1','1','all','315','0','.information-block p','line-height','1.5','1.5');
INSERT INTO `t6_css_child` VALUES('826','1','1','all','316','0','.stock-item','display','flex','flex');
INSERT INTO `t6_css_child` VALUES('827','1','1','all','316','0','.stock-item','padding','13px 15px','13px 15px');
INSERT INTO `t6_css_child` VALUES('828','1','1','all','316','0','.stock-item','border-radius','13px','13px');
INSERT INTO `t6_css_child` VALUES('829','1','1','all','316','0','.stock-item','margin-bottom','8px','8px');
INSERT INTO `t6_css_child` VALUES('830','1','1','all','317','0','.stock-item img','width','40px','40px');
INSERT INTO `t6_css_child` VALUES('831','1','1','all','317','0','.stock-item img','margin-right','15px','15px');
INSERT INTO `t6_css_child` VALUES('832','1','1','all','318','0','.stock-item-details','width','100%','100%');
INSERT INTO `t6_css_child` VALUES('833','1','1','all','319','0','.stock-item-bottom,.stock-item-top','display','flex','flex');
INSERT INTO `t6_css_child` VALUES('834','1','1','all','319','0','.stock-item-bottom,.stock-item-top','justify-content','space-between','space-between');
INSERT INTO `t6_css_child` VALUES('835','1','1','all','320','0','.stock-item-top','margin-bottom','3px','3px');
INSERT INTO `t6_css_child` VALUES('836','1','1','all','321','0','.stock-item-title,.stock-item-value','font-weight','500','500');
INSERT INTO `t6_css_child` VALUES('837','1','1','all','321','0','.stock-item-title,.stock-item-value','color','var(--title-color)','var(--title-color)');
INSERT INTO `t6_css_child` VALUES('838','1','1','all','321','0','.stock-item-title,.stock-item-value','font-size','15px','15px');
INSERT INTO `t6_css_child` VALUES('839','1','1','all','322','0','.stock-item-change','font-size','14px','14px');
INSERT INTO `t6_css_child` VALUES('840','1','1','all','322','0','.stock-item-change','font-weight','500','500');
INSERT INTO `t6_css_child` VALUES('841','1','1','all','323','0','.author-list .author-follow','height','35px','35px');
INSERT INTO `t6_css_child` VALUES('842','1','1','all','323','0','.author-list .author-follow','color','#fff','#fff');
INSERT INTO `t6_css_child` VALUES('843','1','1','all','324','0','.author-slide .author-name,.category-slide,.contact-block','color','var(--title-color)','var(--title-color)');
INSERT INTO `t6_css_child` VALUES('844','1','1','all','324','0','.author-slide .author-name,.category-slide,.contact-block','font-weight','500','500');
INSERT INTO `t6_css_child` VALUES('845','1','1','all','325','0','.category-slide','font-size','14px','14px');
INSERT INTO `t6_css_child` VALUES('846','1','1','all','325','0','.category-slide','line-height','21px','21px');
INSERT INTO `t6_css_child` VALUES('847','1','1','all','325','0','.category-slide','padding','10px 16px','10px 16px');
INSERT INTO `t6_css_child` VALUES('848','1','1','all','325','0','.category-slide','display','flex','flex');
INSERT INTO `t6_css_child` VALUES('849','1','1','all','325','0','.category-slide','border-radius','20px','20px');
INSERT INTO `t6_css_child` VALUES('850','1','1','all','326','0','.album-grid,.categories-slider','margin-top','15px','15px');
INSERT INTO `t6_css_child` VALUES('851','1','1','all','327','0','.author-slide','width','85px','85px');
INSERT INTO `t6_css_child` VALUES('852','1','1','all','328','0','.author-slide img','width','60px','60px');
INSERT INTO `t6_css_child` VALUES('853','1','1','all','328','0','.author-slide img','border-radius','50%','50%');
INSERT INTO `t6_css_child` VALUES('854','1','1','all','329','0','.author-slide .author-name','text-align','center','center');
INSERT INTO `t6_css_child` VALUES('855','1','1','all','329','0','.author-slide .author-name','margin-top','7px','7px');
INSERT INTO `t6_css_child` VALUES('856','1','1','all','330','0','.contact-block','display','flex','flex');
INSERT INTO `t6_css_child` VALUES('857','1','1','all','330','0','.contact-block','flex-direction','column','column');
INSERT INTO `t6_css_child` VALUES('858','1','1','all','330','0','.contact-block','align-items','center','center');
INSERT INTO `t6_css_child` VALUES('859','1','1','all','330','0','.contact-block','justify-content','center','center');
INSERT INTO `t6_css_child` VALUES('860','1','1','all','330','0','.contact-block','padding','13px 5px 10px','13px 5px 10px');
INSERT INTO `t6_css_child` VALUES('861','1','1','all','330','0','.contact-block','border-radius','15px','15px');
INSERT INTO `t6_css_child` VALUES('862','1','1','all','331','0','.edit-profile-image,.profile-online','background-color','#0091de','#0091de');
INSERT INTO `t6_css_child` VALUES('863','1','1','all','331','0','.edit-profile-image,.profile-online','display','flex','flex');
INSERT INTO `t6_css_child` VALUES('864','1','1','all','332','0','.contact-block i','font-size','22px','22px');
INSERT INTO `t6_css_child` VALUES('865','1','1','all','332','0','.contact-block i','font-weight','400','400');
INSERT INTO `t6_css_child` VALUES('866','1','1','all','333','0','.album-grid img,.search-grid a:nth-child(odd)','margin-right','10px','10px');
INSERT INTO `t6_css_child` VALUES('867','1','1','all','334','0','.contact-block .contact-method','font-size','14px','14px');
INSERT INTO `t6_css_child` VALUES('868','1','1','all','334','0','.contact-block .contact-method','margin-top','4px','4px');
INSERT INTO `t6_css_child` VALUES('869','1','1','all','335','0','.contact-input','height','150px','150px');
INSERT INTO `t6_css_child` VALUES('870','1','1','all','336','0','.settings-header','display','flex','flex');
INSERT INTO `t6_css_child` VALUES('871','1','1','all','336','0','.settings-header','align-items','center','center');
INSERT INTO `t6_css_child` VALUES('872','1','1','all','336','0','.settings-header','flex-direction','column','column');
INSERT INTO `t6_css_child` VALUES('873','1','1','all','336','0','.settings-header','margin','25px 0 35px','25px 0 35px');
INSERT INTO `t6_css_child` VALUES('874','1','1','all','337','0','.edit-profile-image','position','absolute','absolute');
INSERT INTO `t6_css_child` VALUES('875','1','1','all','337','0','.edit-profile-image','bottom','8px','8px');
INSERT INTO `t6_css_child` VALUES('876','1','1','all','337','0','.edit-profile-image','right','8px','8px');
INSERT INTO `t6_css_child` VALUES('877','1','1','all','337','0','.edit-profile-image','border-radius','50%','50%');
INSERT INTO `t6_css_child` VALUES('878','1','1','all','337','0','.edit-profile-image','border','1px solid #fff','1px solid #fff');
INSERT INTO `t6_css_child` VALUES('879','1','1','all','337','0','.edit-profile-image','width','20px','20px');
INSERT INTO `t6_css_child` VALUES('880','1','1','all','337','0','.edit-profile-image','height','20px','20px');
INSERT INTO `t6_css_child` VALUES('881','1','1','all','337','0','.edit-profile-image','align-items','center','center');
INSERT INTO `t6_css_child` VALUES('882','1','1','all','337','0','.edit-profile-image','justify-content','center','center');
INSERT INTO `t6_css_child` VALUES('883','1','1','all','338','0','.edit-profile-image i','color','#fff','#fff');
INSERT INTO `t6_css_child` VALUES('884','1','1','all','338','0','.edit-profile-image i','font-size','15px','15px');
INSERT INTO `t6_css_child` VALUES('885','1','1','all','339','0','.settings-name','font-weight','500','500');
INSERT INTO `t6_css_child` VALUES('886','1','1','all','339','0','.settings-name','font-size','15px','15px');
INSERT INTO `t6_css_child` VALUES('887','1','1','all','339','0','.settings-name','margin-top','20px','20px');
INSERT INTO `t6_css_child` VALUES('888','1','1','all','339','0','.settings-name','margin-bottom','2px','2px');
INSERT INTO `t6_css_child` VALUES('889','1','1','all','340','0','.profile-image img,.settings-image img','width','120px','120px');
INSERT INTO `t6_css_child` VALUES('890','1','1','all','340','0','.profile-image img,.settings-image img','border-radius','50%','50%');
INSERT INTO `t6_css_child` VALUES('891','1','1','all','341','0','.category-item,.category-item img','border-radius','15px','15px');
INSERT INTO `t6_css_child` VALUES('892','1','1','all','341','0','.category-item,.category-item img','overflow','hidden','hidden');
INSERT INTO `t6_css_child` VALUES('893','1','1','all','342','0','.settings-email','color','#99a0a7','#99a0a7');
INSERT INTO `t6_css_child` VALUES('894','1','1','all','342','0','.settings-email','font-weight','400','400');
INSERT INTO `t6_css_child` VALUES('895','1','1','all','343','0','.settings-list .colored-icon','border-radius','10px','10px');
INSERT INTO `t6_css_child` VALUES('896','1','1','all','343','0','.settings-list .colored-icon','height','32px','32px');
INSERT INTO `t6_css_child` VALUES('897','1','1','all','343','0','.settings-list .colored-icon','width','32px','32px');
INSERT INTO `t6_css_child` VALUES('898','1','1','all','344','0','.dark .settings-list .colored-icon.yellow,.settings-list .colored-icon.yellow','color','#fff','#fff');
INSERT INTO `t6_css_child` VALUES('899','1','1','all','344','0','.dark .settings-list .colored-icon.yellow,.settings-list .colored-icon.yellow','background-color','#ffc62b','#ffc62b');
INSERT INTO `t6_css_child` VALUES('900','1','1','all','345','0','.dark .settings-list .colored-icon.blue,.settings-list .colored-icon.blue','color','#fff','#fff');
INSERT INTO `t6_css_child` VALUES('901','1','1','all','345','0','.dark .settings-list .colored-icon.blue,.settings-list .colored-icon.blue','background-color','#089bea','#089bea');
INSERT INTO `t6_css_child` VALUES('902','1','1','all','346','0','.dark .settings-list .colored-icon.green,.settings-list .colored-icon.green','color','#fff','#fff');
INSERT INTO `t6_css_child` VALUES('903','1','1','all','346','0','.dark .settings-list .colored-icon.green,.settings-list .colored-icon.green','background-color','#41d359','#41d359');
INSERT INTO `t6_css_child` VALUES('904','1','1','all','347','0','.dark .settings-list .colored-icon.pink,.settings-list .colored-icon.pink','color','#fff','#fff');
INSERT INTO `t6_css_child` VALUES('905','1','1','all','347','0','.dark .settings-list .colored-icon.pink,.settings-list .colored-icon.pink','background-color','#f20f6a','#f20f6a');
INSERT INTO `t6_css_child` VALUES('906','1','1','all','348','0','.dark .settings-list .colored-icon.orange,.settings-list .colored-icon.orange','color','#fff','#fff');
INSERT INTO `t6_css_child` VALUES('907','1','1','all','348','0','.dark .settings-list .colored-icon.orange,.settings-list .colored-icon.orange','background-color','#ff9925','#ff9925');
INSERT INTO `t6_css_child` VALUES('908','1','1','all','349','0','.dark .settings-list .colored-icon.red,.settings-list .colored-icon.red','color','#fff','#fff');
INSERT INTO `t6_css_child` VALUES('909','1','1','all','349','0','.dark .settings-list .colored-icon.red,.settings-list .colored-icon.red','background-color','#ff4530','#ff4530');
INSERT INTO `t6_css_child` VALUES('910','1','1','all','350','0','.dark .settings-list .colored-icon.purple,.settings-list .colored-icon.purple','color','#fff','#fff');
INSERT INTO `t6_css_child` VALUES('911','1','1','all','350','0','.dark .settings-list .colored-icon.purple,.settings-list .colored-icon.purple','background-color','#9638f3','#9638f3');
INSERT INTO `t6_css_child` VALUES('912','1','1','all','351','0','.dark .settings-list .colored-icon.gray,.settings-list .colored-icon.gray','color','#fff','#fff');
INSERT INTO `t6_css_child` VALUES('913','1','1','all','351','0','.dark .settings-list .colored-icon.gray,.settings-list .colored-icon.gray','background-color','#878787','#878787');
INSERT INTO `t6_css_child` VALUES('914','1','1','all','352','0','.settings-list .item-after','padding-right','20px','20px');
INSERT INTO `t6_css_child` VALUES('915','1','1','all','352','0','.settings-list .item-after','font-size','15px','15px');
INSERT INTO `t6_css_child` VALUES('916','1','1','all','353','0','.category-item','height','100px','100px');
INSERT INTO `t6_css_child` VALUES('917','1','1','all','353','0','.category-item','position','relative','relative');
INSERT INTO `t6_css_child` VALUES('918','1','1','all','354','0','.category-item img','object-fit','cover','cover');
INSERT INTO `t6_css_child` VALUES('919','1','1','all','354','0','.category-item img','height','100%','100%');
INSERT INTO `t6_css_child` VALUES('920','1','1','all','354','0','.category-item img','width','100%','100%');
INSERT INTO `t6_css_child` VALUES('921','1','1','all','354','0','.category-item img','filter','brightness(60%)','brightness(60%)');
INSERT INTO `t6_css_child` VALUES('922','1','1','all','355','0','.category-name','position','absolute','absolute');
INSERT INTO `t6_css_child` VALUES('923','1','1','all','355','0','.category-name','top','50%','50%');
INSERT INTO `t6_css_child` VALUES('924','1','1','all','355','0','.category-name','width','100%','100%');
INSERT INTO `t6_css_child` VALUES('925','1','1','all','355','0','.category-name','text-align','center','center');
INSERT INTO `t6_css_child` VALUES('926','1','1','all','355','0','.category-name','color','#fff','#fff');
INSERT INTO `t6_css_child` VALUES('927','1','1','all','355','0','.category-name','font-weight','600','600');
INSERT INTO `t6_css_child` VALUES('928','1','1','all','355','0','.category-name','font-size','18px','18px');
INSERT INTO `t6_css_child` VALUES('929','1','1','all','355','0','.category-name','text-shadow','0 0 20px #000','0 0 20px #000');
INSERT INTO `t6_css_child` VALUES('930','1','1','all','356','0','.profile-header','display','flex','flex');
INSERT INTO `t6_css_child` VALUES('931','1','1','all','356','0','.profile-header','align-items','center','center');
INSERT INTO `t6_css_child` VALUES('932','1','1','all','356','0','.profile-header','flex-direction','column','column');
INSERT INTO `t6_css_child` VALUES('933','1','1','all','356','0','.profile-header','margin','20px 0','20px 0');
INSERT INTO `t6_css_child` VALUES('934','1','1','all','357','0','.profile-online','position','absolute','absolute');
INSERT INTO `t6_css_child` VALUES('935','1','1','all','357','0','.profile-online','bottom','6px','6px');
INSERT INTO `t6_css_child` VALUES('936','1','1','all','357','0','.profile-online','right','15px','15px');
INSERT INTO `t6_css_child` VALUES('937','1','1','all','357','0','.profile-online','border-radius','50%','50%');
INSERT INTO `t6_css_child` VALUES('938','1','1','all','357','0','.profile-online','border','2px solid #fff','2px solid #fff');
INSERT INTO `t6_css_child` VALUES('939','1','1','all','357','0','.profile-online','width','15px','15px');
INSERT INTO `t6_css_child` VALUES('940','1','1','all','357','0','.profile-online','height','15px','15px');
INSERT INTO `t6_css_child` VALUES('941','1','1','all','357','0','.profile-online','align-items','center','center');
INSERT INTO `t6_css_child` VALUES('942','1','1','all','357','0','.profile-online','justify-content','center','center');
INSERT INTO `t6_css_child` VALUES('943','1','1','all','358','0','.profile-name','color','var(--title-color)','var(--title-color)');
INSERT INTO `t6_css_child` VALUES('944','1','1','all','358','0','.profile-name','font-weight','500','500');
INSERT INTO `t6_css_child` VALUES('945','1','1','all','358','0','.profile-name','font-size','20px','20px');
INSERT INTO `t6_css_child` VALUES('946','1','1','all','358','0','.profile-name','margin-top','15px','15px');
INSERT INTO `t6_css_child` VALUES('947','1','1','all','359','0','.profile-subtitle','color','#99a0a7','#99a0a7');
INSERT INTO `t6_css_child` VALUES('948','1','1','all','359','0','.profile-subtitle','font-weight','400','400');
INSERT INTO `t6_css_child` VALUES('949','1','1','all','359','0','.profile-subtitle','font-size','15px','15px');
INSERT INTO `t6_css_child` VALUES('950','1','1','all','359','0','.profile-subtitle','margin-bottom','5px','5px');
INSERT INTO `t6_css_child` VALUES('951','1','1','all','360','0','.profile-buttons','display','flex','flex');
INSERT INTO `t6_css_child` VALUES('952','1','1','all','360','0','.profile-buttons','justify-content','center','center');
INSERT INTO `t6_css_child` VALUES('953','1','1','all','360','0','.profile-buttons','margin-bottom','30px','30px');
INSERT INTO `t6_css_child` VALUES('954','1','1','all','361','0','.profile-buttons .contact-button','color','var(--title-color)','var(--title-color)');
INSERT INTO `t6_css_child` VALUES('955','1','1','all','361','0','.profile-buttons .contact-button','border-radius','15px','15px');
INSERT INTO `t6_css_child` VALUES('956','1','1','all','361','0','.profile-buttons .contact-button','width','44px','44px');
INSERT INTO `t6_css_child` VALUES('957','1','1','all','361','0','.profile-buttons .contact-button','height','44px','44px');
INSERT INTO `t6_css_child` VALUES('958','1','1','all','361','0','.profile-buttons .contact-button','display','flex','flex');
INSERT INTO `t6_css_child` VALUES('959','1','1','all','361','0','.profile-buttons .contact-button','align-items','center','center');
INSERT INTO `t6_css_child` VALUES('960','1','1','all','361','0','.profile-buttons .contact-button','justify-content','center','center');
INSERT INTO `t6_css_child` VALUES('961','1','1','all','361','0','.profile-buttons .contact-button','margin','0 7px','0 7px');
INSERT INTO `t6_css_child` VALUES('962','1','1','all','362','0','.profile-buttons .contact-button i','font-size','20px','20px');
INSERT INTO `t6_css_child` VALUES('963','1','1','all','363','0','.profile-buttons .author-follow','width','auto','auto');
INSERT INTO `t6_css_child` VALUES('964','1','1','all','363','0','.profile-buttons .author-follow','margin','0 7px','0 7px');
INSERT INTO `t6_css_child` VALUES('965','1','1','all','363','0','.profile-buttons .author-follow','padding','0 20px 0 15px','0 20px 0 15px');
INSERT INTO `t6_css_child` VALUES('966','1','1','all','364','0','.album-stat,.profile-stat','display','flex','flex');
INSERT INTO `t6_css_child` VALUES('967','1','1','all','364','0','.album-stat,.profile-stat','flex-direction','column','column');
INSERT INTO `t6_css_child` VALUES('968','1','1','all','364','0','.album-stat,.profile-stat','border-right','1px solid #e2e3e5','1px solid #e2e3e5');
INSERT INTO `t6_css_child` VALUES('969','1','1','all','364','0','.album-stat,.profile-stat','text-align','center','center');
INSERT INTO `t6_css_child` VALUES('970','1','1','all','365','0','.album-stat:last-child,.dark .album-stat:last-child,.dark .profile-stat:last-child,.profile-stat:last-child,html[dir=rtl] .album-stat:first-child,html[dir=rtl] .profile-stat:first-child','border-right','none','none');
INSERT INTO `t6_css_child` VALUES('971','1','1','all','366','0','.album-stat-number,.profile-stat-number','font-weight','600','600');
INSERT INTO `t6_css_child` VALUES('972','1','1','all','366','0','.album-stat-number,.profile-stat-number','font-size','20px','20px');
INSERT INTO `t6_css_child` VALUES('973','1','1','all','367','0','.album-stat-title,.profile-stat-title','color','var(--text-color)','var(--text-color)');
INSERT INTO `t6_css_child` VALUES('974','1','1','all','367','0','.album-stat-title,.profile-stat-title','font-size','15px','15px');
INSERT INTO `t6_css_child` VALUES('975','1','1','all','368','0','.searchbar-search-page.searchbar-inline','margin-top','10px','10px');
INSERT INTO `t6_css_child` VALUES('976','1','1','all','368','0','.searchbar-search-page.searchbar-inline','margin-bottom','20px','20px');
INSERT INTO `t6_css_child` VALUES('977','1','1','all','369','0','.search-grid a','font-size','15px','15px');
INSERT INTO `t6_css_child` VALUES('978','1','1','all','369','0','.search-grid a','border-top','1px solid #e2e3e5','1px solid #e2e3e5');
INSERT INTO `t6_css_child` VALUES('979','1','1','all','369','0','.search-grid a','text-align','left','left');
INSERT INTO `t6_css_child` VALUES('980','1','1','all','369','0','.search-grid a','margin-top','12px','12px');
INSERT INTO `t6_css_child` VALUES('981','1','1','all','369','0','.search-grid a','padding-top','12px','12px');
INSERT INTO `t6_css_child` VALUES('982','1','1','all','369','0','.search-grid a','overflow','hidden','hidden');
INSERT INTO `t6_css_child` VALUES('983','1','1','all','369','0','.search-grid a','-webkit-line-clamp','1','1');
INSERT INTO `t6_css_child` VALUES('984','1','1','all','370','0','.search-grid a:first-child,.search-grid a:nth-child(2)','border-top','none','none');
INSERT INTO `t6_css_child` VALUES('985','1','1','all','370','0','.search-grid a:first-child,.search-grid a:nth-child(2)','margin-top','5px','5px');
INSERT INTO `t6_css_child` VALUES('986','1','1','all','371','0','.search-grid a:nth-child(2n)','margin-left','10px','10px');
INSERT INTO `t6_css_child` VALUES('987','1','1','all','372','0','.search-grid a i','font-size','20px','20px');
INSERT INTO `t6_css_child` VALUES('988','1','1','all','372','0','.search-grid a i','margin-right','6px','6px');
INSERT INTO `t6_css_child` VALUES('989','1','1','all','373','0','.forgot-password-text','margin','10px 0 30px','10px 0 30px');
INSERT INTO `t6_css_child` VALUES('990','1','1','all','374','0','.page-onboarding','display','flex','flex');
INSERT INTO `t6_css_child` VALUES('991','1','1','all','374','0','.page-onboarding','flex-direction','column','column');
INSERT INTO `t6_css_child` VALUES('992','1','1','all','374','0','.page-onboarding','justify-content','space-between','space-between');
INSERT INTO `t6_css_child` VALUES('993','1','1','all','374','0','.page-onboarding','padding-bottom','calc(var(--f7-page-toolbar-bottom-offset,0px) + var(--f7-safe-area-bottom) + var(--f7-page-content-','calc(var(--f7-page-toolbar-bottom-offset,0px) + var(--f7-safe-area-bottom) + var(--f7-page-content-');
INSERT INTO `t6_css_child` VALUES('994','1','1','all','375','0','.navbar a.link.onboarding-skip','font-weight','500','500');
INSERT INTO `t6_css_child` VALUES('995','1','1','all','375','0','.navbar a.link.onboarding-skip','color','var(--title-color)','var(--title-color)');
INSERT INTO `t6_css_child` VALUES('996','1','1','all','375','0','.navbar a.link.onboarding-skip','padding-right','8px','8px');
INSERT INTO `t6_css_child` VALUES('997','1','1','all','376','0','.swiper-onboarding swiper-slide','display','flex','flex');
INSERT INTO `t6_css_child` VALUES('998','1','1','all','376','0','.swiper-onboarding swiper-slide','align-items','center','center');
INSERT INTO `t6_css_child` VALUES('999','1','1','all','376','0','.swiper-onboarding swiper-slide','justify-content','center','center');
INSERT INTO `t6_css_child` VALUES('1000','1','1','all','376','0','.swiper-onboarding swiper-slide','flex-direction','column','column');
INSERT INTO `t6_css_child` VALUES('1001','1','1','all','377','0','.swiper-onboarding swiper-slide img','width','75%','75%');
INSERT INTO `t6_css_child` VALUES('1002','1','1','all','377','0','.swiper-onboarding swiper-slide img','margin-top','20px','20px');
INSERT INTO `t6_css_child` VALUES('1003','1','1','all','378','0','.swiper-onboarding swiper-slide .onboarding-title','font-size','40px','40px');
INSERT INTO `t6_css_child` VALUES('1004','1','1','all','378','0','.swiper-onboarding swiper-slide .onboarding-title','font-weight','600','600');
INSERT INTO `t6_css_child` VALUES('1005','1','1','all','378','0','.swiper-onboarding swiper-slide .onboarding-title','color','var(--title-color)','var(--title-color)');
INSERT INTO `t6_css_child` VALUES('1006','1','1','all','378','0','.swiper-onboarding swiper-slide .onboarding-title','padding','0 30px','0 30px');
INSERT INTO `t6_css_child` VALUES('1007','1','1','all','378','0','.swiper-onboarding swiper-slide .onboarding-title','text-align','center','center');
INSERT INTO `t6_css_child` VALUES('1008','1','1','all','378','0','.swiper-onboarding swiper-slide .onboarding-title','line-height','1.2','1.2');
INSERT INTO `t6_css_child` VALUES('1009','1','1','all','378','0','.swiper-onboarding swiper-slide .onboarding-title','margin','20px 0 10px','20px 0 10px');
INSERT INTO `t6_css_child` VALUES('1010','1','1','all','379','0','.swiper-onboarding swiper-slide .onboarding-subtitle','font-size','15px','15px');
INSERT INTO `t6_css_child` VALUES('1011','1','1','all','379','0','.swiper-onboarding swiper-slide .onboarding-subtitle','padding','0 30px','0 30px');
INSERT INTO `t6_css_child` VALUES('1012','1','1','all','379','0','.swiper-onboarding swiper-slide .onboarding-subtitle','text-align','center','center');
INSERT INTO `t6_css_child` VALUES('1013','1','1','all','379','0','.swiper-onboarding swiper-slide .onboarding-subtitle','color','var(--text-color)','var(--text-color)');
INSERT INTO `t6_css_child` VALUES('1014','1','1','all','379','0','.swiper-onboarding swiper-slide .onboarding-subtitle','margin','10px 0 30px','10px 0 30px');
INSERT INTO `t6_css_child` VALUES('1015','1','1','all','380','0','.notification-list .item-date-container','display','flex','flex');
INSERT INTO `t6_css_child` VALUES('1016','1','1','all','380','0','.notification-list .item-date-container','justify-content','space-between','space-between');
INSERT INTO `t6_css_child` VALUES('1017','1','1','all','380','0','.notification-list .item-date-container','margin-bottom','3px','3px');
INSERT INTO `t6_css_child` VALUES('1018','1','1','all','381','0','.notification-list .item-date,.notification-list .item-time','color','#99a0a7','#99a0a7');
INSERT INTO `t6_css_child` VALUES('1019','1','1','all','381','0','.notification-list .item-date,.notification-list .item-time','font-size','14px','14px');
INSERT INTO `t6_css_child` VALUES('1020','1','1','all','381','0','.notification-list .item-date,.notification-list .item-time','font-weight','400','400');
INSERT INTO `t6_css_child` VALUES('1021','1','1','all','382','0','.album-title,.card-movie-rating,.notification-list .item-description','color','var(--title-color)','var(--title-color)');
INSERT INTO `t6_css_child` VALUES('1022','1','1','all','382','0','.album-title,.card-movie-rating,.notification-list .item-description','font-weight','500','500');
INSERT INTO `t6_css_child` VALUES('1023','1','1','all','383','0','.notification-list .item-description','font-size','14px','14px');
INSERT INTO `t6_css_child` VALUES('1024','1','1','all','383','0','.notification-list .item-description','white-space','normal','normal');
INSERT INTO `t6_css_child` VALUES('1025','1','1','all','384','0','.notification-list .item-description i','font-size','20px','20px');
INSERT INTO `t6_css_child` VALUES('1026','1','1','all','384','0','.notification-list .item-description i','margin-right','4px','4px');
INSERT INTO `t6_css_child` VALUES('1027','1','1','all','384','0','.notification-list .item-description i','line-height','.9','.9');
INSERT INTO `t6_css_child` VALUES('1028','1','1','all','385','0','.notification-list.detailed-list .item-media img','width','50px','50px');
INSERT INTO `t6_css_child` VALUES('1029','1','1','all','386','0','.notification-list.list .item-inner','padding-top','10px','10px');
INSERT INTO `t6_css_child` VALUES('1030','1','1','all','386','0','.notification-list.list .item-inner','padding-bottom','10px','10px');
INSERT INTO `t6_css_child` VALUES('1031','1','1','all','387','0','.segmented.segmented-strong .button.active-state','background-color','transparent','transparent');
INSERT INTO `t6_css_child` VALUES('1032','1','1','all','388','0','.card-movie-rating','position','absolute','absolute');
INSERT INTO `t6_css_child` VALUES('1033','1','1','all','388','0','.card-movie-rating','right','8px','8px');
INSERT INTO `t6_css_child` VALUES('1034','1','1','all','388','0','.card-movie-rating','bottom','8px','8px');
INSERT INTO `t6_css_child` VALUES('1035','1','1','all','388','0','.card-movie-rating','background-color','#fff','#fff');
INSERT INTO `t6_css_child` VALUES('1036','1','1','all','388','0','.card-movie-rating','padding','4px 8px 2px 6px','4px 8px 2px 6px');
INSERT INTO `t6_css_child` VALUES('1037','1','1','all','388','0','.card-movie-rating','border-radius','20px','20px');
INSERT INTO `t6_css_child` VALUES('1038','1','1','all','388','0','.card-movie-rating','font-size','12px','12px');
INSERT INTO `t6_css_child` VALUES('1039','1','1','all','389','0','.card-movie-rating i','font-size','12px','12px');
INSERT INTO `t6_css_child` VALUES('1040','1','1','all','389','0','.card-movie-rating i','margin-bottom','3px','3px');
INSERT INTO `t6_css_child` VALUES('1041','1','1','all','390','0','.card-movie .card-image img','aspect-ratio','9/13','9/13');
INSERT INTO `t6_css_child` VALUES('1042','1','1','all','390','0','.card-movie .card-image img','object-fit','cover','cover');
INSERT INTO `t6_css_child` VALUES('1043','1','1','all','391','0','.album-grid a','display','flex','flex');
INSERT INTO `t6_css_child` VALUES('1044','1','1','all','391','0','.album-grid a','align-items','center','center');
INSERT INTO `t6_css_child` VALUES('1045','1','1','all','391','0','.album-grid a','justify-content','flex-start','flex-start');
INSERT INTO `t6_css_child` VALUES('1046','1','1','all','391','0','.album-grid a','border-bottom','none!important','none!important');
INSERT INTO `t6_css_child` VALUES('1047','1','1','all','391','0','.album-grid a','margin-bottom','20px','20px');
INSERT INTO `t6_css_child` VALUES('1048','1','1','all','392','0','.album-grid img','width','55px','55px');
INSERT INTO `t6_css_child` VALUES('1049','1','1','all','392','0','.album-grid img','border-radius','6px','6px');
INSERT INTO `t6_css_child` VALUES('1050','1','1','all','393','0','.album-details','width','calc(100% - 70px)','calc(100% - 70px)');
INSERT INTO `t6_css_child` VALUES('1051','1','1','all','394','0','.album-grid a:nth-child(2n) .album-details','width','calc(100% - 63px)','calc(100% - 63px)');
INSERT INTO `t6_css_child` VALUES('1052','1','1','all','395','0','.album-title','font-size','15px','15px');
INSERT INTO `t6_css_child` VALUES('1053','1','1','all','395','0','.album-title','overflow','hidden','hidden');
INSERT INTO `t6_css_child` VALUES('1054','1','1','all','395','0','.album-title','white-space','nowrap','nowrap');
INSERT INTO `t6_css_child` VALUES('1055','1','1','all','395','0','.album-title','text-overflow','ellipsis','ellipsis');
INSERT INTO `t6_css_child` VALUES('1056','1','1','all','396','0','.album-author','line-height','16px','16px');
INSERT INTO `t6_css_child` VALUES('1057','1','1','all','396','0','.album-author','overflow','hidden','hidden');
INSERT INTO `t6_css_child` VALUES('1058','1','1','all','396','0','.album-author','white-space','nowrap','nowrap');
INSERT INTO `t6_css_child` VALUES('1059','1','1','all','396','0','.album-author','text-overflow','ellipsis','ellipsis');
INSERT INTO `t6_css_child` VALUES('1060','1','1','all','396','0','.album-author','font-size','14px','14px');
INSERT INTO `t6_css_child` VALUES('1061','1','1','all','396','0','.album-author','margin-top','4px','4px');
INSERT INTO `t6_css_child` VALUES('1062','1','1','all','396','0','.album-author','color','var(--text-color)','var(--text-color)');
INSERT INTO `t6_css_child` VALUES('1063','1','1','all','397','0','.panel-links a','justify-content','flex-start','flex-start');
INSERT INTO `t6_css_child` VALUES('1064','1','1','all','398','0','.panel-links a i','margin-right','15px','15px');
INSERT INTO `t6_css_child` VALUES('1065','1','1','all','398','0','.panel-links a i','font-size','23px','23px');
INSERT INTO `t6_css_child` VALUES('1066','1','1','all','399','0','.panel .profile-header','margin-bottom','40px','40px');
INSERT INTO `t6_css_child` VALUES('1067','1','1','all','399','0','.panel .profile-header','margin-top','40px','40px');
INSERT INTO `t6_css_child` VALUES('1068','1','1','all','400','0','.panel .profile-header .profile-image img','width','90px','90px');
INSERT INTO `t6_css_child` VALUES('1069','1','1','all','401','0','.panel .profile-header .profile-image .profile-online','bottom','7px','7px');
INSERT INTO `t6_css_child` VALUES('1070','1','1','all','401','0','.panel .profile-header .profile-image .profile-online','right','7px','7px');
INSERT INTO `t6_css_child` VALUES('1071','1','1','all','401','0','.panel .profile-header .profile-image .profile-online','width','12px','12px');
INSERT INTO `t6_css_child` VALUES('1072','1','1','all','401','0','.panel .profile-header .profile-image .profile-online','height','12px','12px');
INSERT INTO `t6_css_child` VALUES('1073','1','1','all','402','0','.panel .profile-header .profile-name','font-size','19px','19px');
INSERT INTO `t6_css_child` VALUES('1074','1','1','all','402','0','.panel .profile-header .profile-name','margin-top','5px','5px');
INSERT INTO `t6_css_child` VALUES('1075','1','1','all','403','0','.panel-logout','position','absolute','absolute');
INSERT INTO `t6_css_child` VALUES('1076','1','1','all','403','0','.panel-logout','bottom','20px','20px');
INSERT INTO `t6_css_child` VALUES('1077','1','1','all','403','0','.panel-logout','width','100%','100%');
INSERT INTO `t6_css_child` VALUES('1078','1','1','all','403','0','.panel-logout','text-align','center','center');
INSERT INTO `t6_css_child` VALUES('1079','1','1','all','403','0','.panel-logout','font-weight','500','500');
INSERT INTO `t6_css_child` VALUES('1080','1','1','all','404','0','.panel-logout i','font-size','25px','25px');
INSERT INTO `t6_css_child` VALUES('1081','1','1','all','404','0','.panel-logout i','margin-left','5px','5px');
INSERT INTO `t6_css_child` VALUES('1082','1','1','all','405','0','.card.card-album .card-image img','aspect-ratio','1/1','1/1');
INSERT INTO `t6_css_child` VALUES('1083','1','1','all','405','0','.card.card-album .card-image img','object-fit','cover','cover');
INSERT INTO `t6_css_child` VALUES('1084','1','1','all','406','0','.album-header','display','flex','flex');
INSERT INTO `t6_css_child` VALUES('1085','1','1','all','406','0','.album-header','flex-direction','column','column');
INSERT INTO `t6_css_child` VALUES('1086','1','1','all','406','0','.album-header','align-items','center','center');
INSERT INTO `t6_css_child` VALUES('1087','1','1','all','406','0','.album-header','justify-content','center','center');
INSERT INTO `t6_css_child` VALUES('1088','1','1','all','407','0','.album-header .album-cover','width','80%','80%');
INSERT INTO `t6_css_child` VALUES('1089','1','1','all','407','0','.album-header .album-cover','border-radius','10px','10px');
INSERT INTO `t6_css_child` VALUES('1090','1','1','all','408','0','.album-header .album-title','font-weight','600','600');
INSERT INTO `t6_css_child` VALUES('1091','1','1','all','408','0','.album-header .album-title','font-size','26px','26px');
INSERT INTO `t6_css_child` VALUES('1092','1','1','all','408','0','.album-header .album-title','margin-top','20px','20px');
INSERT INTO `t6_css_child` VALUES('1093','1','1','all','409','0','.album-header .album-artist','font-weight','400','400');
INSERT INTO `t6_css_child` VALUES('1094','1','1','all','409','0','.album-header .album-artist','font-size','16px','16px');
INSERT INTO `t6_css_child` VALUES('1095','1','1','all','409','0','.album-header .album-artist','color','var(--text-color)','var(--text-color)');
INSERT INTO `t6_css_child` VALUES('1096','1','1','all','409','0','.album-header .album-artist','margin-bottom','20px','20px');
INSERT INTO `t6_css_child` VALUES('1097','1','1','all','410','0','.album-stats','margin-bottom','40px','40px');
INSERT INTO `t6_css_child` VALUES('1098','1','1','all','411','0','.dark .colored-icon.yellow','background-color','rgba(229,179,45,.2)','rgba(229,179,45,.2)');
INSERT INTO `t6_css_child` VALUES('1099','1','1','all','412','0','.dark .colored-icon.blue','background-color','rgba(0,145,222,.25)','rgba(0,145,222,.25)');
INSERT INTO `t6_css_child` VALUES('1100','1','1','all','413','0','.dark .colored-icon.green','background-color','rgba(25,180,142,.2)','rgba(25,180,142,.2)');
INSERT INTO `t6_css_child` VALUES('1101','1','1','all','414','0','.dark .colored-icon.pink','background-color','rgba(226,32,95,.2)','rgba(226,32,95,.2)');
INSERT INTO `t6_css_child` VALUES('1102','1','1','all','415','0','.dark .colored-icon.orange','background-color','rgba(255,156,60,.2)','rgba(255,156,60,.2)');
INSERT INTO `t6_css_child` VALUES('1103','1','1','all','416','0','.dark .colored-icon.red','background-color','rgba(216,66,46,.3)','rgba(216,66,46,.3)');
INSERT INTO `t6_css_child` VALUES('1104','1','1','all','417','0','.dark .colored-icon.purple','background-color','rgba(145,70,218,.3)','rgba(145,70,218,.3)');
INSERT INTO `t6_css_child` VALUES('1105','1','1','all','418','0','.dark .light-gray-title','color','#8191a6','#8191a6');
INSERT INTO `t6_css_child` VALUES('1106','1','1','all','419','0','.dark .toolbar-bottom:before,.ios .dark .toolbar-bottom-ios:before,.md .dark .toolbar-bottom-md:before','background-color','rgba(255,255,255,.15)','rgba(255,255,255,.15)');
INSERT INTO `t6_css_child` VALUES('1107','1','1','all','420','0','.dark .info-block-icon','background-color','var(--background-color)','var(--background-color)');
INSERT INTO `t6_css_child` VALUES('1108','1','1','all','420','0','.dark .info-block-icon','color','#8191a6','#8191a6');
INSERT INTO `t6_css_child` VALUES('1109','1','1','all','421','0','.dark .info-block p','color','#7f91a7','#7f91a7');
INSERT INTO `t6_css_child` VALUES('1110','1','1','all','422','0','.dark .button.color-dark','background-color','#0ee9b3','#0ee9b3');
INSERT INTO `t6_css_child` VALUES('1111','1','1','all','422','0','.dark .button.color-dark','color','#181c22','#181c22');
INSERT INTO `t6_css_child` VALUES('1112','1','1','all','423','0','.dark .badge.color-black,.dark .badge.color-light-gray,.dark .card .card-category.bg-color-white','color','var(--background-color)','var(--background-color)');
INSERT INTO `t6_css_child` VALUES('1113','1','1','all','424','0','.dark .button.color-light-gray','background-color','#102733','#102733');
INSERT INTO `t6_css_child` VALUES('1114','1','1','all','425','0','.dark .post-horizontal','box-shadow','none','none');
INSERT INTO `t6_css_child` VALUES('1115','1','1','all','425','0','.dark .post-horizontal','background-color','var(--light-gray)','var(--light-gray)');
INSERT INTO `t6_css_child` VALUES('1116','1','1','all','426','0','.dark .infinite-scroll-demo .post-horizontal .post-image','background-color','var(--text-color)','var(--text-color)');
INSERT INTO `t6_css_child` VALUES('1117','1','1','all','427','0','.dark .notification,.dark .sheet-modal','background','var(--light-gray)','var(--light-gray)');
INSERT INTO `t6_css_child` VALUES('1118','1','1','all','428','0','.dark .segmented.segmented-strong .button.tab-link-active','color','#181c22','#181c22');
INSERT INTO `t6_css_child` VALUES('1119','1','1','all','429','0','.dark .text-editor','border','1px solid #363d43','1px solid #363d43');
INSERT INTO `t6_css_child` VALUES('1120','1','1','all','430','0','.dark .text-editor-toolbar','border-bottom','1px solid #363d43','1px solid #363d43');
INSERT INTO `t6_css_child` VALUES('1121','1','1','all','431','0','.dark .card-image-footer','background-image','linear-gradient(to bottom,rgba(0,0,0,0) 0,rgb(24 24 24 / 80%) 100%)','linear-gradient(to bottom,rgba(0,0,0,0) 0,rgb(24 24 24 / 80%) 100%)');
INSERT INTO `t6_css_child` VALUES('1122','1','1','all','432','0','.dark .card-movie-rating','background-color','var(--background-color)','var(--background-color)');
INSERT INTO `t6_css_child` VALUES('1123','1','1','all','432','0','.dark .card-movie-rating','color','#fff','#fff');
INSERT INTO `t6_css_child` VALUES('1124','1','1','all','433','0','.dark .badge.color-black','background-color','#fff','#fff');
INSERT INTO `t6_css_child` VALUES('1125','1','1','all','434','0','.dark .post-horizontal .post-category','color','#0ee9b3','#0ee9b3');
INSERT INTO `t6_css_child` VALUES('1126','1','1','all','435','0','.dark .stock-item','background-color','var(--light-gray)','var(--light-gray)');
INSERT INTO `t6_css_child` VALUES('1127','1','1','all','435','0','.dark .stock-item','box-shadow','none','none');
INSERT INTO `t6_css_child` VALUES('1128','1','1','all','436','0','.dark .ticket-fill','background','#0ee9b3','#0ee9b3');
INSERT INTO `t6_css_child` VALUES('1129','1','1','all','437','0','.dark .ticket-fill:not(.ticket-image) .ticket-description,.dark .ticket-fill:not(.ticket-image) .ticket-discount,.dark .ticket-fill:not(.ticket-image) .ticket-text,.dark .ticket-fill:not(.ticket-image) i','color','#000!important','#000!important');
INSERT INTO `t6_css_child` VALUES('1130','1','1','all','438','0','.dark .ticket','background-image','radial-gradient(circle at 0 50%,rgba(0,0,0,0) .7em,var(--light-gray) 0),radial-gradient(circle at 1','radial-gradient(circle at 0 50%,rgba(0,0,0,0) .7em,var(--light-gray) 0),radial-gradient(circle at 1');
INSERT INTO `t6_css_child` VALUES('1131','1','1','all','439','0','.dark .timeline-item-divider:after,.dark .timeline-item-divider:before','background','#fff','#fff');
INSERT INTO `t6_css_child` VALUES('1132','1','1','all','440','0','.dark .information-block:not(.success-message,.error-message) h2,.dark .information-block:not(.success-message,.error-message) p,html[dir=rtl] .dark .segmented.segmented-strong .button','color','#1e2b47','#1e2b47');
INSERT INTO `t6_css_child` VALUES('1133','1','1','all','441','0','.dark .link-banner.dark-theme-green','background-color','#0ee9b3','#0ee9b3');
INSERT INTO `t6_css_child` VALUES('1134','1','1','all','442','0','.dark .link-banner.dark-theme-green .link-banner-subtitle,.dark .link-banner.dark-theme-green .link-banner-title,.dark .link-banner.dark-theme-green i,.dark .link-banner.dark-theme-green.link-chevron::before','color','#000','#000');
INSERT INTO `t6_css_child` VALUES('1135','1','1','all','443','0','.dark .link-banner.bg-color-dark','background-color','var(--light-gray)!important','var(--light-gray)!important');
INSERT INTO `t6_css_child` VALUES('1136','1','1','all','444','0','.dark .category-item img','filter','brightness(70%)','brightness(70%)');
INSERT INTO `t6_css_child` VALUES('1137','1','1','all','445','0','.dark .album-stat,.dark .profile-stat','border-right','1px solid #2d3d4a','1px solid #2d3d4a');
INSERT INTO `t6_css_child` VALUES('1138','1','1','all','446','0','.dark .profile-online','border','2px solid var(--background-color)','2px solid var(--background-color)');
INSERT INTO `t6_css_child` VALUES('1139','1','1','all','447','0','.dark .edit-profile-image','border','1px solid var(--background-color)','1px solid var(--background-color)');
INSERT INTO `t6_css_child` VALUES('1140','1','1','all','448','0','.dark .search-grid a','border-top','1px solid #2d3d4a','1px solid #2d3d4a');
INSERT INTO `t6_css_child` VALUES('1141','1','1','all','449','0','.dark .search-grid a:first-child,.dark .search-grid a:nth-child(2)','border-top','none','none');
INSERT INTO `t6_css_child` VALUES('1142','1','1','all','450','0','.router-transition-f7-dive-backward,.router-transition-f7-dive-forward','background','var(--background-color)','var(--background-color)');
INSERT INTO `t6_css_child` VALUES('1143','1','1','all','451','0','.bg-color-primary','background-color','var(--f7-theme-color)!important','var(--f7-theme-color)!important');
INSERT INTO `t6_css_child` VALUES('1144','1','1','all','452','0','.dark .panel .profile-header .profile-image .profile-online','border','2px solid var(--light-gray)','2px solid var(--light-gray)');
INSERT INTO `t6_css_child` VALUES('1145','1','1','all','453','0','html[dir=rtl] .album-grid img,html[dir=rtl] .colored-icon,html[dir=rtl] .link-banner i,html[dir=rtl] .link-banner img','margin-left','10px','10px');
INSERT INTO `t6_css_child` VALUES('1146','1','1','all','454','0','html[dir=rtl] .detailed-list .item-link .item-inner','padding-left','15px','15px');
INSERT INTO `t6_css_child` VALUES('1147','1','1','all','455','0','html[dir=rtl] .post-horizontal .post-image','margin-right','10px','10px');
INSERT INTO `t6_css_child` VALUES('1148','1','1','all','456','0','html[dir=rtl] .button-icon-left i,html[dir=rtl] .checkbox.checkbox-inline','margin-left','5px','5px');
INSERT INTO `t6_css_child` VALUES('1149','1','1','all','457','0','html[dir=rtl] .navbar a .arrow-back','transform','rotate(180deg)','rotate(180deg)');
INSERT INTO `t6_css_child` VALUES('1150','1','1','all','457','0','html[dir=rtl] .navbar a .arrow-back','padding-left','3px','3px');
INSERT INTO `t6_css_child` VALUES('1151','1','1','all','458','0','html[dir=rtl] input[type=email],html[dir=rtl] input[type=password],html[dir=rtl] input[type=text]','padding','0 15px 0 0','0 15px 0 0');
INSERT INTO `t6_css_child` VALUES('1152','1','1','all','459','0','html[dir=rtl] textarea','padding','15px 15px 0','15px 15px 0');
INSERT INTO `t6_css_child` VALUES('1153','1','1','all','460','0','html[dir=rtl] .messagebar-area textarea','padding','6px 16px','6px 16px');
INSERT INTO `t6_css_child` VALUES('1154','1','1','all','461','0','html[dir=rtl] .button img','margin-left','7px','7px');
INSERT INTO `t6_css_child` VALUES('1155','1','1','all','462','0','html[dir=rtl] .single-post-author>img','margin-left','12px','12px');
INSERT INTO `t6_css_child` VALUES('1156','1','1','all','463','0','html[dir=rtl] .card-author-footer .card-footer-right,html[dir=rtl] .single-post-author .author-follow','margin-right','auto','auto');
INSERT INTO `t6_css_child` VALUES('1157','1','1','all','463','0','html[dir=rtl] .card-author-footer .card-footer-right,html[dir=rtl] .single-post-author .author-follow','margin-left','inherit','inherit');
INSERT INTO `t6_css_child` VALUES('1158','1','1','all','464','0','html[dir=rtl] .comment>img','margin-left','15px','15px');
INSERT INTO `t6_css_child` VALUES('1159','1','1','all','465','0','html[dir=rtl] .comment-date','margin-right','6px','6px');
INSERT INTO `t6_css_child` VALUES('1160','1','1','all','466','0','html[dir=rtl] .comment-reply','margin-right','60px','60px');
INSERT INTO `t6_css_child` VALUES('1161','1','1','all','467','0','html[dir=rtl] .movie-infos','margin-right','15px','15px');
INSERT INTO `t6_css_child` VALUES('1162','1','1','all','468','0','html[dir=rtl] .rating-block-star i','margin-right','3px','3px');
INSERT INTO `t6_css_child` VALUES('1163','1','1','all','469','0','html[dir=rtl] .album-stat:last-child,html[dir=rtl] .profile-stat:last-child','border-right','1px solid #e2e3e5','1px solid #e2e3e5');
INSERT INTO `t6_css_child` VALUES('1164','1','1','all','470','0','html[dir=rtl] .settings-list .item-after','padding-left','20px','20px');
INSERT INTO `t6_css_child` VALUES('1165','1','1','all','471','0','html[dir=rtl] .search-grid a','text-align','right','right');
INSERT INTO `t6_css_child` VALUES('1166','1','1','all','472','0','html[dir=rtl] .badge-with-image img,html[dir=rtl] .search-grid a i','margin-left','6px','6px');
INSERT INTO `t6_css_child` VALUES('1167','1','1','all','473','0','html[dir=rtl] .accordion-opposite .accordion-item>.item-content:before','right','8px','8px');
INSERT INTO `t6_css_child` VALUES('1168','1','1','all','474','0','html[dir=rtl] .badge-with-image','padding-left','8px','8px');
INSERT INTO `t6_css_child` VALUES('1169','1','1','all','475','0','html[dir=rtl] .card-author-footer .card-footer-middle','margin-right','12px','12px');
INSERT INTO `t6_css_child` VALUES('1170','1','1','all','476','0','html[dir=rtl] .badge-with-icon','padding','0 6px 0 10px','0 6px 0 10px');
INSERT INTO `t6_css_child` VALUES('1171','1','1','all','477','0','html[dir=rtl] .badge-with-icon i','margin-left','3px','3px');
INSERT INTO `t6_css_child` VALUES('1172','1','1','all','478','0','html[dir=rtl] .card .card-author img','margin-left','8px','8px');
INSERT INTO `t6_css_child` VALUES('1173','1','1','all','479','0','html[dir=rtl] .light-gray-title .badge','margin-right','3px','3px');
INSERT INTO `t6_css_child` VALUES('1174','1','1','all','480','0','html[dir=rtl] .post-horizontal','padding','15px 17px 15px 15px','15px 17px 15px 15px');
INSERT INTO `t6_css_child` VALUES('1175','1','1','all','481','0','html[dir=rtl] .search-grid a:nth-child(odd)','margin-left','10px','10px');
INSERT INTO `t6_css_child` VALUES('1176','1','1','all','482','0','html[dir=rtl] .panel-links a i,html[dir=rtl] .stock-item img','margin-left','15px','15px');
INSERT INTO `t6_css_child` VALUES('1177','1','1','all','483','0','html[dir=rtl] .rating-block-total-text','margin-right','5px','5px');
INSERT INTO `t6_css_child` VALUES('1178','1','2','@media (max-height:885px)','484','0','.swiper-onboarding swiper-slide img','width','70%','70%');
INSERT INTO `t6_css_child` VALUES('1179','1','2','@media (max-height:885px)','485','0','.swiper-onboarding swiper-slide .onboarding-title','font-size','30px','30px');
INSERT INTO `t6_css_child` VALUES('1180','1','3','@media (max-height:770px)','486','0','.swiper-onboarding swiper-slide img','width','55%','55%');
INSERT INTO `t6_css_child` VALUES('1181','1','3','@media (max-height:770px)','487','0','.swiper-onboarding swiper-slide .onboarding-title','font-size','25px','25px');
INSERT INTO `t6_css_child` VALUES('1182','1','3','@media (max-height:770px)','488','0','.swiper-onboarding swiper-slide .onboarding-subtitle','font-size','15px','15px');


DROP TABLE IF EXISTS `t6_cssf`;
CREATE TABLE `t6_cssf` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `folder` varchar(20) DEFAULT NULL,
  `slug` varchar(99) DEFAULT NULL,
  `body` text DEFAULT NULL,
  `update_at` int(11) NOT NULL DEFAULT 0,
  `create_at` int(11) NOT NULL DEFAULT 0,
  `parent` int(11) NOT NULL DEFAULT 0,
  `del` tinyint(4) NOT NULL DEFAULT 0 COMMENT '1=delete',
  `level` tinyint(4) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `parent_id_slug` (`parent`,`slug`),
  KEY `id_folder_slug` (`id`,`slug`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

INSERT INTO `t6_cssf` VALUES('1','sub/s1/','css/style','','0','0','0','0','1');
INSERT INTO `t6_cssf` VALUES('2','sub/s1/','css/custom','','1759906935','0','0','0','0');
INSERT INTO `t6_cssf` VALUES('3','sub/s1/','css/app','','1759907657','0','0','0','0');
INSERT INTO `t6_cssf` VALUES('4','sub/s1/','css/custom_btn','','1759989955','0','0','0','0');
INSERT INTO `t6_cssf` VALUES('5','sub/s1/','css/custom_margin','','1759989966','0','0','0','0');
INSERT INTO `t6_cssf` VALUES('6','sub/s1/','css/m0','','1759990103','0','0','0','0');
INSERT INTO `t6_cssf` VALUES('7','sub/s1/','css/m1','','1759990120','0','0','0','0');
INSERT INTO `t6_cssf` VALUES('8','sub/s1/','css/f7','','1760271780','0','0','0','0');


DROP TABLE IF EXISTS `t6_h_page`;
CREATE TABLE `t6_h_page` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `path` varchar(44) DEFAULT NULL,
  `path_right` varchar(44) DEFAULT NULL,
  `name` varchar(44) DEFAULT NULL,
  `title` varchar(44) DEFAULT NULL,
  `title_right` varchar(44) DEFAULT NULL,
  `page_cat` varchar(20) DEFAULT NULL,
  `label` varchar(20) DEFAULT NULL,
  `custom` text DEFAULT NULL,
  `menu` text DEFAULT NULL,
  `bottom` text DEFAULT NULL,
  `body` text DEFAULT NULL,
  `navbar_right` text DEFAULT NULL,
  `del` tinyint(4) NOT NULL DEFAULT 0 COMMENT '1=delete',
  `content_id` tinyint(4) NOT NULL DEFAULT 1 COMMENT '1=yes,0=no',
  `level` tinyint(4) NOT NULL DEFAULT 0,
  `page_type` tinyint(4) NOT NULL COMMENT '1=with_menu,2=no_menu',
  `view_title` tinyint(4) NOT NULL DEFAULT 0 COMMENT '1=yes,0=no',
  `view_navbar` tinyint(4) NOT NULL DEFAULT 1 COMMENT '1=yes,0=no',
  `view_left_panel` tinyint(4) NOT NULL DEFAULT 0 COMMENT '1=yes,0=no',
  `searchbar` tinyint(4) NOT NULL DEFAULT 0 COMMENT '1=yes,0=no',
  `view_back` tinyint(4) NOT NULL DEFAULT 1 COMMENT '1=yes,0=no',
  `view_tabber` tinyint(4) NOT NULL DEFAULT 0 COMMENT '1=yes,0=no',
  `view_toolbar` tinyint(4) NOT NULL DEFAULT 1 COMMENT '1=yes,0=no',
  `url_type` varchar(20) DEFAULT NULL COMMENT 'url,componentUrl',
  `icon_right` varchar(20) DEFAULT NULL,
  `icon` varchar(99) DEFAULT NULL,
  `fab_bottom` text DEFAULT NULL,
  `parent` int(11) NOT NULL DEFAULT 0,
  `id2` int(11) NOT NULL DEFAULT 0,
  `update_at` int(11) NOT NULL DEFAULT 0,
  `is_form` tinyint(4) NOT NULL DEFAULT 0,
  `lang` tinyint(4) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`),
  UNIQUE KEY `path` (`path`),
  KEY `id_folder_slug` (`id`,`path`(20)),
  KEY `name` (`name`)
) ENGINE=InnoDB AUTO_INCREMENT=54 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

INSERT INTO `t6_h_page` VALUES('1','signin/','','signin','Sign In','','','','<form class="mt-40">\n  <label data-lang="email" for="loginEmail">\n  </label>\n  <input type="text" id="loginEmail" data-ph_lang="email" placeholder="" value="">\n  <label data-lang="password" for="loginPassword">\n  </label>\n  <input type="password" id="loginPassword" data-ph_lang="password" placeholder="" value="">\n  <p class="mt-0">\n    <a href="#" onclick="toggle_signin()" data-lang="show_password" id="signin_btn_show_password"></a>\n  </p>\n  <p>\n    <label class="checkbox checkbox-inline">\n      <input type="checkbox" id="remember_me" name="remember_me">\n      <i class="icon-checkbox"></i>\n    </label>\n    <span data-lang="remember_me">\n    </span>\n  </p>\n  <div class="centered-text">\n    <a href="#" data-lang="signin" id="signin_button" class="button button-fill fw-800"></a>\n  </div>\n</form>\n<p class="grid grid-cols-2 grid-gap grid-buttons-demo mt-15">\n  <a href="/password_forgot/" data-lang="password_forgot" class="link"></a>\n  <a href="/signup/" data-lang="signup" class="link"></a>\n</p>','','','<div class="page page-signin no-toolbar" data-name="signin">\n  <div class="navbar navbar-large">\n    <div class="navbar-bg">\n    </div>\n    <div class="navbar-inner">\n      <div class="left">\n      </div>\n      <div id="pg_title" data-lang="signin_title" class="title">Sign In</div>\n      <div class="title-large">\n        <div id="pg_title_large" data-lang="signin_title" class="title-large-text">Sign In</div>\n      </div>\n      <div class="right">\n      </div>\n    </div>\n  </div>\n  <div class="page-content">\n    <form class="mt-40">\n      <label data-lang="email" for="loginEmail">\n      </label>\n      <input type="text" id="loginEmail" data-ph_lang="email" placeholder="" value="">\n      <label data-lang="password" for="loginPassword">\n      </label>\n      <input type="password" id="loginPassword" data-ph_lang="password" placeholder="" value="">\n      <p class="mt-0">\n        <a href="#" onclick="toggle_signin()" data-lang="show_password" id="signin_btn_show_password"></a>\n      </p>\n      <p>\n        <label class="checkbox checkbox-inline">\n          <input type="checkbox" id="remember_me" name="remember_me">\n          <i class="icon-checkbox"></i>\n        </label>\n        <span data-lang="remember_me">\n        </span>\n      </p>\n      <div class="centered-text">\n        <a href="#" data-lang="signin" id="signin_button" class="button button-fill fw-800"></a>\n      </div>\n    </form>\n    <p class="grid grid-cols-2 grid-gap grid-buttons-demo mt-15">\n      <a href="/password_forgot/" data-lang="password_forgot" class="link"></a>\n      <a href="/signup/" data-lang="signup" class="link"></a>\n    </p>\n  </div>\n</div>','','0','0','1','1','1','1','0','0','0','0','0','url','','','','0','0','1759991751','0','1');
INSERT INTO `t6_h_page` VALUES('2','profile','','profile','Profile','','account','','<div class="settings-header">\n  <div class="settings-image">\n    <img src="https://yui.xioyuna.com/template/img/avatars/1.jpg" alt="">\n    <a href="#" class="link edit-profile-image">\n      <i class="icon f7-icons">pencil</i>\n    </a>\n  </div>\n  <div class="settings-name">Noah Campbell</div>\n  <div class="settings-email">ncampbell@envato.com</div>\n</div>','','','<div class="page page-profile" data-name="profile">\n  <div class="navbar navbar-large">\n    <div class="navbar-bg">\n    </div>\n    <div class="navbar-inner">\n      <div class="right">\n        <a href="#" class="link icon-only switch-theme">\n          <i class="icon f7-icons">moon_stars</i>\n        </a>\n      </div>\n    </div>\n  </div>\n  <div class="page-content">\n    <div class="settings-header">\n      <div class="settings-image">\n        <img src="https://yui.xioyuna.com/template/img/avatars/1.jpg" alt="">\n        <a href="#" class="link edit-profile-image">\n          <i class="icon f7-icons">pencil</i>\n        </a>\n      </div>\n      <div class="settings-name">Noah Campbell</div>\n      <div class="settings-email">ncampbell@envato.com</div>\n    </div>\n  </div>\n</div>','','0','0','1','1','0','1','0','0','0','0','1','url','','','','0','0','1747698634','0','1');
INSERT INTO `t6_h_page` VALUES('3','start','','onboarding','Onboarding','','','','<swiper-container pagination class="swiper-onboarding full-width" space-between="50">\n  <swiper-slide>\n    <img src="https://yui.xioyuna.com/template/img/illustrations/onboarding-2.svg" alt="">\n    <div class="onboarding-title">Welcome to our Travel App!</div>\n    <div class="onboarding-subtitle">Plan your trips, discover new destinations, and make unforgettable memories with our intuitive travel app.</div>\n  </swiper-slide>\n  <swiper-slide>\n    <img src="https://yui.xioyuna.com/template/img/illustrations/onboarding-3.svg" alt="">\n    <div class="onboarding-title">Explore the World of Adventure!</div>\n    <div class="onboarding-subtitle">Discover exciting activities, find hidden gems, and embark on thrilling experiences with our comprehensive travel app.</div>\n  </swiper-slide>\n  <swiper-slide>\n    <img src="https://yui.xioyuna.com/template/img/illustrations/onboarding-1.svg" alt="">\n    <div class="onboarding-title">Seamlessly Plan Your Travels!</div>\n    <div class="onboarding-subtitle">Book flights, and access personalized recommendations for a stress-free travel experience.</div>\n  </swiper-slide>\n</swiper-container>\n<a href="/signin/" class="button button-fill color-dark onboarding-next-button">Next\n  <i class="icon f7-icons">arrow_right</i>\n</a>','','','<div class="page page-onboarding no-toolbar" data-name="onboarding">\n  <div class="page-content">\n    <swiper-container pagination class="swiper-onboarding full-width" space-between="50">\n      <swiper-slide>\n        <img src="https://yui.xioyuna.com/template/img/illustrations/onboarding-2.svg" alt="">\n        <div class="onboarding-title">Welcome to our Travel App!</div>\n        <div class="onboarding-subtitle">Plan your trips, discover new destinations, and make unforgettable memories with our intuitive travel app.</div>\n      </swiper-slide>\n      <swiper-slide>\n        <img src="https://yui.xioyuna.com/template/img/illustrations/onboarding-3.svg" alt="">\n        <div class="onboarding-title">Explore the World of Adventure!</div>\n        <div class="onboarding-subtitle">Discover exciting activities, find hidden gems, and embark on thrilling experiences with our comprehensive travel app.</div>\n      </swiper-slide>\n      <swiper-slide>\n        <img src="https://yui.xioyuna.com/template/img/illustrations/onboarding-1.svg" alt="">\n        <div class="onboarding-title">Seamlessly Plan Your Travels!</div>\n        <div class="onboarding-subtitle">Book flights, and access personalized recommendations for a stress-free travel experience.</div>\n      </swiper-slide>\n    </swiper-container>\n    <a href="/signin/" class="button button-fill color-dark onboarding-next-button">Next\n      <i class="icon f7-icons">arrow_right</i>\n    </a>\n  </div>\n</div>','','1','0','2','1','0','0','0','0','1','0','0','url','','','','0','0','1749083432','0','1');
INSERT INTO `t6_h_page` VALUES('4','home/','','home','Home','','','','','<div class="toolbar tabbar tabbar-labels toolbar-bottom elevation-6 bg-white">\n<div class="toolbar-inner">\n    <a href="/home/" data-transition="f7-cover-v" class="link">\n      <i class="icon material-symbols-outlined">home</i>\n      <span class="tabbar-label">Home</span>\n    </a>\n    <a href="/action/" data-transition="f7-cover-v" class="link tab-link-active">\n      <i class="icon material-icons">folder</i>\n      <span class="tabbar-label">Action</span>\n    </a>\n    <a href="/account/" data-transition="f7-cover-v" class="link">\n      <i class="icon material-symbols-outlined">person</i>\n      <span class="tabbar-label">Account</span>\n    </a>\n    <a href="/more/" data-transition="f7-cover-v" class="link">\n      <i class="icon material-symbols-outlined">more_horiz</i>\n      <span class="tabbar-label">More</span>\n    </a>\n  </div>\n</div>','','<div class="page page-home" data-name="home">\n  <div class="navbar">\n    <div class="navbar-bg">\n    </div>\n    <div class="navbar-inner">\n      <div class="title">Home</div>\n      <div class="right">\n        <a href="#" class="link icon-only switch-theme">\n          <i class="icon f7-icons">moon_stars</i>\n        </a>\n      </div>\n    </div>\n  </div>\n  <div class="page-content">\n  </div>\n</div>','','0','0','1','1','1','1','0','0','0','0','1','url','','','','0','0','1747659720','0','1');
INSERT INTO `t6_h_page` VALUES('5','more/','','more','More Info','','more','','','<div class="toolbar tabbar tabbar-labels toolbar-bottom elevation-6 bg-white">\n<div class="toolbar-inner">\n    <a href="/home/" data-transition="f7-cover-v" class="link">\n      <i class="icon material-symbols-outlined">home</i>\n      <span class="tabbar-label">Home</span>\n    </a>\n    <a href="/action/" data-transition="f7-cover-v" class="link">\n      <i class="icon material-symbols-outlined">folder</i>\n      <span class="tabbar-label">Action</span>\n    </a>\n    <a href="/account/" data-transition="f7-cover-v" class="link">\n      <i class="icon material-symbols-outlined">person</i>\n      <span class="tabbar-label">Account</span>\n    </a>\n    <a href="/more/" data-transition="f7-cover-v" class="link tab-link-active">\n      <i class="icon material-icons">more_horiz</i>\n      <span class="tabbar-label">More</span>\n    </a>\n  </div>\n</div>','','<template>\n  <div class="page page-more" data-name="more" data-ptr-mousewheel="true">\n    <div class="page-content">\n    </div>\n  </div>\n</template>','','0','0','1','2','0','0','0','0','0','0','1','componentUrl','','','','0','0','1747627352','0','1');
INSERT INTO `t6_h_page` VALUES('6','blank/','','blank','Blank','','','','','','','<template>\n  <div class="page page-blank" data-name="blank">\n    <div class="navbar">\n      <div class="navbar-bg">\n      </div>\n      <div class="navbar-inner">\n        <div class="left">\n          <a href="#" class="link back">\n            <i class="icon f7-icons arrow-back">arrow_left</i>\n          </a>\n        </div>\n        <div class="title">Blank</div>\n        <div class="right">\n          <span class="theme-mode">\n            <i class="purpose-theme-mood"></i>\n          </span>\n          <span class="logout ml-8">\n            <i class="f7-icons">arrow_right_square</i>\n          </span>\n        </div>\n      </div>\n    </div>\n    <div class="page-content">\n      <div class="page-header">\n        <h1>Blank</h1>\n      </div>\n    </div>\n  </div>\n</template>','','0','0','1','2','1','1','0','0','1','0','1','componentUrl','','','','0','0','1759105860','0','1');
INSERT INTO `t6_h_page` VALUES('7','signup/','','signup','SignUp','','','','<form class="mt-40">\n  <label data-lang="email" for="reg_email">\n  </label>\n  <input type="text" id="reg_email" data-ph_lang="email" placeholder="Email" value="">\n  <div class="grid grid-cols-2 grid-gap grid-no-margin">\n    <div>\n      <label data-lang="first_name" for="reg_first_name">\n      </label>\n      <input type="text" id="reg_first_name" data-ph_lang="first_name" placeholder="" value="">\n    </div>\n    <div>\n      <label data-lang="last_name" for="reg_last_name">\n      </label>\n      <input type="text" id="reg_last_name" data-ph_lang="last_name" placeholder="" value="">\n    </div>\n  </div>\n  <label data-lang="phone" for="reg_phone">\n  </label>\n  <input type="text" id="reg_phone" data-ph_lang="phone" placeholder="" value="">\n  <div class="grid grid-cols-2 grid-gap grid-no-margin">\n    <div>\n      <label data-lang="password" for="reg_password">Password</label>\n      <input type="password" id="reg_password" data-ph_lang="password" placeholder="Password" value="">\n    </div>\n    <div>\n      <label data-lang="password_repeat" for="reg_password_repeat">Password Repeat</label>\n      <input type="password" id="reg_password_repeat" data-ph_lang="password_repeat" placeholder="Password Repeat" value="">\n    </div>\n  </div>\n  <p class="mt-0">\n    <a href="#" onclick="toggle_signup()" data-lang="show_password" id="reg_show_password"></a>\n  </p>\n  <p>\n    <label class="checkbox checkbox-inline">\n      <input id="terms" value="1" type="checkbox" checked="checked">\n      <i class="icon-checkbox"></i>\n    </label>Accept\n    <a href="/terms/" data-lang="terms" class="link"></a>&\n    <a href="/terms/" data-lang="privacy" class="link"></a>\n  </p>\n  <div class="centered-text">\n    <a href="#" data-lang="save" id="signup_button" class="button button-fill fw-800"></a>\n  </div>\n</form>\n<p class="grid grid-cols-2 grid-gap grid-buttons-demo mt-15">\n  <a href="/password_forgot/" data-lang="password_forgot" class="link"></a>\n  <a href="/signin/" data-lang="signin" class="link"></a>\n</p>','','','<div class="page page-signup no-toolbar" data-name="signup">\n  <div class="navbar navbar-large">\n    <div class="navbar-bg">\n    </div>\n    <div class="navbar-inner">\n      <div class="left">\n      </div>\n      <div id="pg_title" data-lang="signup_title" class="title">SignUp</div>\n      <div class="title-large">\n        <div id="pg_title_large" data-lang="signup_title" class="title-large-text">SignUp</div>\n      </div>\n      <div class="right">\n      </div>\n    </div>\n  </div>\n  <div class="page-content">\n    <form class="mt-40">\n      <label data-lang="email" for="reg_email">\n      </label>\n      <input type="text" id="reg_email" data-ph_lang="email" placeholder="Email" value="">\n      <div class="grid grid-cols-2 grid-gap grid-no-margin">\n        <div>\n          <label data-lang="first_name" for="reg_first_name">\n          </label>\n          <input type="text" id="reg_first_name" data-ph_lang="first_name" placeholder="" value="">\n        </div>\n        <div>\n          <label data-lang="last_name" for="reg_last_name">\n          </label>\n          <input type="text" id="reg_last_name" data-ph_lang="last_name" placeholder="" value="">\n        </div>\n      </div>\n      <label data-lang="phone" for="reg_phone">\n      </label>\n      <input type="text" id="reg_phone" data-ph_lang="phone" placeholder="" value="">\n      <div class="grid grid-cols-2 grid-gap grid-no-margin">\n        <div>\n          <label data-lang="password" for="reg_password">Password</label>\n          <input type="password" id="reg_password" data-ph_lang="password" placeholder="Password" value="">\n        </div>\n        <div>\n          <label data-lang="password_repeat" for="reg_password_repeat">Password Repeat</label>\n          <input type="password" id="reg_password_repeat" data-ph_lang="password_repeat" placeholder="Password Repeat" value="">\n        </div>\n      </div>\n      <p class="mt-0">\n        <a href="#" onclick="toggle_signup()" data-lang="show_password" id="reg_show_password"></a>\n      </p>\n      <p>\n        <label class="checkbox checkbox-inline">\n          <input id="terms" value="1" type="checkbox" checked="checked">\n          <i class="icon-checkbox"></i>\n        </label>Accept\n        <a href="/terms/" data-lang="terms" class="link"></a>&\n        <a href="/terms/" data-lang="privacy" class="link"></a>\n      </p>\n      <div class="centered-text">\n        <a href="#" data-lang="save" id="signup_button" class="button button-fill fw-800"></a>\n      </div>\n    </form>\n    <p class="grid grid-cols-2 grid-gap grid-buttons-demo mt-15">\n      <a href="/password_forgot/" data-lang="password_forgot" class="link"></a>\n      <a href="/signin/" data-lang="signin" class="link"></a>\n    </p>\n  </div>\n</div>','','0','0','1','1','1','1','0','0','0','0','0','url','','','','0','0','1759991867','0','1');
INSERT INTO `t6_h_page` VALUES('8','password_forgot/','','password_forgot','Password Forgot','','','','<form class="mt-40">\n  <label data-lang="email" for="emailForgot">\n  </label>\n  <input data-ph_lang="email" type="text" id="emailForgot" name="email" placeholder="Email">\n  <div class="centered-text">\n    <a href="#" data-lang="password_reset" id="password_forgot_button" class="button button-fill fw-800"></a>\n  </div>\n</form>\n<p class="grid grid-cols-2 grid-gap grid-buttons-demo mt-15">\n  <a href="/signin/" data-lang="signin" class="link"></a>\n  <a href="/signup/" data-lang="signup" class="link"></a>\n</p>','','','<div class="page page-password_forgot no-toolbar" data-name="password_forgot">\n  <div class="navbar navbar-large">\n    <div class="navbar-bg">\n    </div>\n    <div class="navbar-inner">\n      <div class="left">\n      </div>\n      <div id="pg_title" data-lang="password_forgot_title" class="title">Password Forgot</div>\n      <div class="title-large">\n        <div id="pg_title_large" data-lang="password_forgot_title" class="title-large-text">Password Forgot</div>\n      </div>\n      <div class="right">\n      </div>\n    </div>\n  </div>\n  <div class="page-content">\n    <form class="mt-40">\n      <label data-lang="email" for="emailForgot">\n      </label>\n      <input data-ph_lang="email" type="text" id="emailForgot" name="email" placeholder="Email">\n      <div class="centered-text">\n        <a href="#" data-lang="password_reset" id="password_forgot_button" class="button button-fill fw-800"></a>\n      </div>\n    </form>\n    <p class="grid grid-cols-2 grid-gap grid-buttons-demo mt-15">\n      <a href="/signin/" data-lang="signin" class="link"></a>\n      <a href="/signup/" data-lang="signup" class="link"></a>\n    </p>\n  </div>\n</div>','','0','0','1','1','1','1','0','0','0','0','0','url','','','','0','0','1759991888','0','1');
INSERT INTO `t6_h_page` VALUES('9','image_upload/:cat/:id','','image_upload','Image','','','','','','','<div class="page page-image_upload" data-name="image_upload">\n  <div class="navbar">\n    <div class="navbar-bg">\n    </div>\n    <div class="navbar-inner">\n      <div class="left">\n        <a href="#" class="link back">\n          <i class="icon f7-icons arrow-back">arrow_left</i>\n        </a>\n      </div>\n      <div class="title">Image</div>\n      <div class="right">\n        <span class="theme-mode">\n          <i class="purpose-theme-mood"></i>\n        </span>\n        <span class="logout ml-8">\n          <i class="f7-icons">arrow_right_square</i>\n        </span>\n      </div>\n    </div>\n  </div>\n  <div class="page-content" id="image_upload_content">\n    <div class="page-header">\n      <h1>Image</h1>\n    </div>\n  </div>\n</div>','','0','1','1','1','1','1','0','0','1','0','1','url','','','','0','0','1759064015','0','1');
INSERT INTO `t6_h_page` VALUES('10','item','','item','Item','','','','','','','<div class="page page-item" data-name="item">\n  <div class="navbar navbar-large">\n    <div class="navbar-bg">\n    </div>\n    <div class="navbar-inner">\n      <div class="left">\n        <a href="#" class="link back">\n          <i class="icon f7-icons arrow-back">arrow_left</i>\n        </a>\n      </div>\n      <div class="right">\n      </div>\n    </div>\n  </div>\n  <div class="page-content" id="item_content">\n  </div>\n</div>','','0','1','1','1','0','1','0','0','1','0','1','url','','','','0','0','1759135793','0','1');
INSERT INTO `t6_h_page` VALUES('31','about_us/','','about_us','About Us','','more','','/a>\n  <a href="#" class="button bg-dark">dark</a>\n  <a href="#" class="button bg-primary">primary</a>\n  <a href="#" class="button bg-secondary">secondary</a>\n  <a href="#" class="button bg-info">info</a>\n  <a href="#" class="button bg-success">success</a>\n  <a href="#" class="button bg-warning">warning</a>\n  <a href="#" class="button bg-danger">danger</a>\n  </p>','','','<div class="page page-about_us c_more no-toolbar" data-name="about_us">\n  <div class="navbar navbar-large">\n    <div class="navbar-bg">\n    </div>\n    <div class="navbar-inner">\n      <div class="left">\n        <a href="#" class="link back">\n          <i class="icon f7-icons arrow-back">arrow_left</i>\n        </a>\n      </div>\n      <div id="pg_title" data-lang="about_us_title" class="title">About Us</div>\n      <div class="title-large">\n        <div id="pg_title_large" data-lang="about_us_title" class="title-large-text">About Us</div>\n      </div>\n      <div class="right">\n        <a href="#" data-popup=".popup-cart" class="icon-only popup-open">\n          <i class="icon f7-icons">cart</i>\n        </a>\n      </div>\n    </div>\n  </div>\n  <div class="page-content" id="about_us_content">\n    <p class="grid grid-cols-3 grid-gap grid-buttons-demo">\n      <a href="#" class="button bg-light">light</a>\n      <a href="#" class="button bg-dark">dark</a>\n      <a href="#" class="button bg-primary">primary</a>\n      <a href="#" class="button bg-secondary">secondary</a>\n      <a href="#" class="button bg-info">info</a>\n      <a href="#" class="button bg-success">success</a>\n      <a href="#" class="button bg-warning">warning</a>\n      <a href="#" class="button bg-danger">danger</a>\n    </p>\n  </div>\n</div>','<a href="#" data-popup=".popup-cart" class="icon-only popup-open">\n  <i class="icon f7-icons">cart</i>\n</a>','0','1','2','1','1','1','0','0','1','0','0','url','','','','5','0','1759996163','0','1');
INSERT INTO `t6_h_page` VALUES('32','settings/','','settings','Settings','','more','','<div class="settings-header">\n  <div class="settings-image">\n    <img src="https://yui.xioyuna.com/template/img/avatars/1.jpg" alt="">\n    <a href="#" class="link edit-profile-image">\n      <i class="icon f7-icons">pencil</i>\n    </a>\n  </div>\n  <div class="settings-name">Noah Campbell</div>\n  <div class="settings-email">ncampbell@envato.com</div>\n</div>\n<div class="list links-list colored-icons-list settings-list list-outline list-dividers full-width">\n  <ul>\n    <li>\n      <a href="#">\n        <div class="colored-icon blue">\n          <i class="icon f7-icons">globe</i>\n        </div>Language\n        <div class="item-after">English</div>\n      </a>\n    </li>\n    <li class="item-content">\n      <div class="item-inner">\n        <div class="colored-icon red">\n          <i class="icon f7-icons">bell_fill</i>\n        </div>\n        <div class="item-title">Notifications</div>\n        <div class="item-after">\n          <label class="toggle toggle-init color-green">\n            <input type="checkbox" checked="">\n            <span class="toggle-icon">\n            </span>\n          </label>\n        </div>\n      </div>\n    </li>\n    <li class="item-content">\n      <div class="item-inner">\n        <div class="colored-icon orange">\n          <i class="icon f7-icons">location_fill</i>\n        </div>\n        <div class="item-title">Location</div>\n        <div class="item-after">\n          <label class="toggle toggle-init color-green">\n            <input type="checkbox" checked="">\n            <span class="toggle-icon">\n            </span>\n          </label>\n        </div>\n      </div>\n    </li>\n    <li class="item-content">\n      <div class="item-inner">\n        <div class="colored-icon blue">\n          <i class="icon f7-icons">hand_raised_fill</i>\n        </div>\n        <div class="item-title">Private Mode</div>\n        <div class="item-after">\n          <label class="toggle toggle-init color-green">\n            <input type="checkbox">\n            <span class="toggle-icon">\n            </span>\n          </label>\n        </div>\n      </div>\n    </li>\n    <li class="item-content">\n      <div class="item-inner">\n        <div class="colored-icon pink">\n          <i class="icon f7-icons">speaker_2_fill</i>\n        </div>\n        <div class="item-title">Sounds</div>\n        <div class="item-after">\n          <label class="toggle toggle-init color-green">\n            <input type="checkbox" checked="">\n            <span class="toggle-icon">\n            </span>\n          </label>\n        </div>\n      </div>\n    </li>\n    <li>\n      <a href="#">\n        <div class="colored-icon blue">\n          <i class="icon f7-icons">shield_lefthalf_fill</i>\n        </div>Privacy & Security</a>\n    </li>\n    <li>\n      <a href="#">\n        <div class="colored-icon orange">\n          <i class="icon f7-icons">arrow_2_circlepath</i>\n        </div>Updates\n        <div class="item-after">Automatic</div>\n      </a>\n    </li>\n    <li>\n      <a href="#">\n        <div class="colored-icon gray">\n          <i class="icon f7-icons">gear</i>\n        </div>Version\n        <div class="item-after">v2.3.7</div>\n      </a>\n    </li>\n    <li>\n      <a href="#">\n        <div class="colored-icon green">\n          <i class="icon f7-icons">doc_text_fill</i>\n        </div>Terms Of Service</a>\n    </li>\n    <li>\n      <a href="#">\n        <div class="colored-icon purple">\n          <i class="icon f7-icons">star_fill</i>\n        </div>Rate The App</a>\n    </li>\n  </ul>\n</div>','<div class="toolbar tabbar tabbar-labels toolbar-bottom elevation-6 bg-white">\n<div class="toolbar-inner">\n    <a href="/home/" data-transition="f7-cover-v" class="link tab-link-active">\n      <i class="icon material-icons">home</i>\n      <span class="tabbar-label">Home</span>\n    </a>\n    <a href="/action/" data-transition="f7-cover-v" class="link">\n      <i class="icon material-symbols-outlined">folder</i>\n      <span class="tabbar-label">Action</span>\n    </a>\n    <a href="/account/" data-transition="f7-cover-v" class="link">\n      <i class="icon material-symbols-outlined">person</i>\n      <span class="tabbar-label">Account</span>\n    </a>\n    <a href="/more/" data-transition="f7-cover-v" class="link">\n      <i class="icon material-symbols-outlined">more_horiz</i>\n      <span class="tabbar-label">More</span>\n    </a>\n  </div>\n</div>','','<div class="page page-settings c_more no-toolbar" data-name="settings">\n  <div class="navbar navbar-large">\n    <div class="navbar-bg">\n    </div>\n    <div class="navbar-inner">\n      <div class="left">\n        <a href="#" class="link back">\n          <i class="icon f7-icons arrow-back">arrow_left</i>\n        </a>\n      </div>\n      <div id="pg_title" data-lang="settings_title" class="title">Settings</div>\n      <div class="title-large">\n        <div id="pg_title_large" data-lang="settings_title" class="title-large-text">Settings</div>\n      </div>\n      <div class="right">\n      </div>\n    </div>\n  </div>\n  <div class="page-content">\n    <div class="settings-header">\n      <div class="settings-image">\n        <img src="https://yui.xioyuna.com/template/img/avatars/1.jpg" alt="">\n        <a href="#" class="link edit-profile-image">\n          <i class="icon f7-icons">pencil</i>\n        </a>\n      </div>\n      <div class="settings-name">Noah Campbell</div>\n      <div class="settings-email">ncampbell@envato.com</div>\n    </div>\n    <div class="list links-list colored-icons-list settings-list list-outline list-dividers full-width">\n      <ul>\n        <li>\n          <a href="#">\n            <div class="colored-icon blue">\n              <i class="icon f7-icons">globe</i>\n            </div>Language\n            <div class="item-after">English</div>\n          </a>\n        </li>\n        <li class="item-content">\n          <div class="item-inner">\n            <div class="colored-icon red">\n              <i class="icon f7-icons">bell_fill</i>\n            </div>\n            <div class="item-title">Notifications</div>\n            <div class="item-after">\n              <label class="toggle toggle-init color-green">\n                <input type="checkbox" checked="">\n                <span class="toggle-icon">\n                </span>\n              </label>\n            </div>\n          </div>\n        </li>\n        <li class="item-content">\n          <div class="item-inner">\n            <div class="colored-icon orange">\n              <i class="icon f7-icons">location_fill</i>\n            </div>\n            <div class="item-title">Location</div>\n            <div class="item-after">\n              <label class="toggle toggle-init color-green">\n                <input type="checkbox" checked="">\n                <span class="toggle-icon">\n                </span>\n              </label>\n            </div>\n          </div>\n        </li>\n        <li class="item-content">\n          <div class="item-inner">\n            <div class="colored-icon blue">\n              <i class="icon f7-icons">hand_raised_fill</i>\n            </div>\n            <div class="item-title">Private Mode</div>\n            <div class="item-after">\n              <label class="toggle toggle-init color-green">\n                <input type="checkbox">\n                <span class="toggle-icon">\n                </span>\n              </label>\n            </div>\n          </div>\n        </li>\n        <li class="item-content">\n          <div class="item-inner">\n            <div class="colored-icon pink">\n              <i class="icon f7-icons">speaker_2_fill</i>\n            </div>\n            <div class="item-title">Sounds</div>\n            <div class="item-after">\n              <label class="toggle toggle-init color-green">\n                <input type="checkbox" checked="">\n                <span class="toggle-icon">\n                </span>\n              </label>\n            </div>\n          </div>\n        </li>\n        <li>\n          <a href="#">\n            <div class="colored-icon blue">\n              <i class="icon f7-icons">shield_lefthalf_fill</i>\n            </div>Privacy & Security</a>\n        </li>\n        <li>\n          <a href="#">\n            <div class="colored-icon orange">\n              <i class="icon f7-icons">arrow_2_circlepath</i>\n            </div>Updates\n            <div class="item-after">Automatic</div>\n          </a>\n        </li>\n        <li>\n          <a href="#">\n            <div class="colored-icon gray">\n              <i class="icon f7-icons">gear</i>\n            </div>Version\n            <div class="item-after">v2.3.7</div>\n          </a>\n        </li>\n        <li>\n          <a href="#">\n            <div class="colored-icon green">\n              <i class="icon f7-icons">doc_text_fill</i>\n            </div>Terms Of Service</a>\n        </li>\n        <li>\n          <a href="#">\n            <div class="colored-icon purple">\n              <i class="icon f7-icons">star_fill</i>\n            </div>Rate The App</a>\n        </li>\n      </ul>\n    </div>\n  </div>\n</div>','','0','0','2','1','1','1','0','0','1','0','0','url','','','','5','0','1759722340','0','1');
INSERT INTO `t6_h_page` VALUES('37','privacy/','','privacy','Privacy Polecy','','more','','<p>This is a blank page. You can add as many pages as you want in your app and build them using all the components and features included in the template.</p>\n<p>You can then link the pages to any classical link or button to open it.</p>','','','<div class="page page-privacy c_more no-toolbar" data-name="privacy">\n  <div class="navbar navbar-large">\n    <div class="navbar-bg">\n    </div>\n    <div class="navbar-inner">\n      <div class="left">\n        <a href="#" class="link back">\n          <i class="icon f7-icons arrow-back">arrow_left</i>\n        </a>\n      </div>\n      <div id="pg_title" data-lang="privacy_title" class="title">Privacy Polecy</div>\n      <div class="title-large">\n        <div id="pg_title_large" data-lang="privacy_title" class="title-large-text">Privacy Polecy</div>\n      </div>\n      <div class="right">\n      </div>\n    </div>\n  </div>\n  <div class="page-content">\n    <p>This is a blank page. You can add as many pages as you want in your app and build them using all the components and features included in the template.</p>\n    <p>You can then link the pages to any classical link or button to open it.</p>\n  </div>\n</div>','','0','0','2','1','1','1','0','0','1','0','0','url','','','','5','0','1759722334','0','1');
INSERT INTO `t6_h_page` VALUES('38','icons/','','icons','Icons F7','','more','','','','','<template>\n  <div class="page page-icons" data-name="icons">\n    <div class="navbar navbar-large">\n      <div class="navbar-bg">\n      </div>\n      <div class="navbar-inner">\n        <div class="left">\n          <a href="#" class="link back">\n            <i class="icon f7-icons arrow-back">arrow_left</i>\n          </a>\n        </div>\n        <div class="title">Icons F7</div>\n        <div class="title-large">\n          <div class="title-large-text">Icons F7</div>\n        </div>\n        <div class="subnavbar">\n          <form data-search-container=".search-list_icons" data-search-in=".item-title" class="searchbar searchbar-init">\n            <div class="searchbar-inner">\n              <div class="searchbar-input-wrap">\n                <input type="search" placeholder="Search" />\n                <i class="searchbar-icon"></i>\n                <span class="input-clear-button">\n                </span>\n              </div>\n              <span class="searchbar-disable-button">Cancel</span>\n            </div>\n          </form>\n        </div>\n        <div class="right">\n        </div>\n      </div>\n    </div>\n    <div class="page-content" id="icons_content">\n    </div>\n  </div>\n</template>','','0','1','2','2','1','1','0','1','1','0','0','componentUrl','','','','5','0','1747964630','0','1');
INSERT INTO `t6_h_page` VALUES('40','password_change/','','password_change','Change Password','','','','<form class="mt-40 mb-40">\n  <label data-lang="password_current" for="password22">Current Password</label>\n  <input data-ph_lang="password_current" type="password" id="password22" name="password22" placeholder="Current Password">\n  <label data-lang="password_new" for="password22">New Password</label>\n  <input data-ph_lang="password_new" type="password" id="newpassword22" name="newpassword22" placeholder="Current Password">\n  <label data-lang="password_repeat" for="password22">Repeat New Password</label>\n  <input data-ph_lang="password_repeat" type="password" id="confirmpassword22" name="confirmpassword22" placeholder="Current Password">\n  <p class="mt-0">\n    <a href="#" data-lang="show_password" onclick="toggle_password_change()" id="cp_show_password"></a>\n  </p>\n  <div class="centered-text">\n    <button data-lang="save" id="password_change_button" class="button button-fill">\n    </button>\n  </div>\n  </form','','','<div class="page page-password_change" data-name="password_change">\n  <div class="navbar navbar-large">\n    <div class="navbar-bg">\n    </div>\n    <div class="navbar-inner">\n      <div class="left">\n        <a href="#" class="link back">\n          <i class="icon f7-icons arrow-back">arrow_left</i>\n        </a>\n      </div>\n      <div id="pg_title" data-lang="password_change_title" class="title">Change Password</div>\n      <div class="title-large">\n        <div id="pg_title_large" data-lang="password_change_title" class="title-large-text">Change Password</div>\n      </div>\n      <div class="right">\n      </div>\n    </div>\n  </div>\n  <div class="page-content">\n    <form class="mt-40 mb-40">\n      <label data-lang="password_current" for="password22">Current Password</label>\n      <input data-ph_lang="password_current" type="password" id="password22" name="password22" placeholder="Current Password">\n      <label data-lang="password_new" for="password22">New Password</label>\n      <input data-ph_lang="password_new" type="password" id="newpassword22" name="newpassword22" placeholder="Current Password">\n      <label data-lang="password_repeat" for="password22">Repeat New Password</label>\n      <input data-ph_lang="password_repeat" type="password" id="confirmpassword22" name="confirmpassword22" placeholder="Current Password">\n      <p class="mt-0">\n        <a href="#" data-lang="show_password" onclick="toggle_password_change()" id="cp_show_password"></a>\n      </p>\n      <div class="centered-text">\n        <button data-lang="save" id="password_change_button" class="button button-fill">\n        </button>\n      </div>\n      </form</div>\n  </div>','','0','0','2','1','1','1','0','0','1','0','1','url','','','','2','0','1759992192','0','1');
INSERT INTO `t6_h_page` VALUES('41','person_edit/:id','','person_edit','Profile Edit','','','','<form class="mt-40 mb-20">\n  <input type="hidden" id="p9_id" value="">\n  <label for="p9_name">Name</label>\n  <input type="text" id="p9_name" placeholder="Name" value="">\n  <label for="p9_initial">Initial</label>\n  <input type="text" id="p9_initial" placeholder="Initial" value="">\n  <label for="p9_email">Email</label>\n  <input type="text" id="p9_email" placeholder="Email" value="">\n  <label for="p9_city">City</label>\n  <input type="text" id="p9_city" placeholder="City" value="">\n  <label for="p9_phone">Phone</label>\n  <input type="text" id="p9_phone" placeholder="Phone" value="">\n  <label for="p9_nik">Nik</label>\n  <input type="text" id="p9_nik" placeholder="Nik" value="">\n  <label for="p9_npwp">Npwp</label>\n  <input type="text" id="p9_npwp" placeholder="Npwp" value="">\n  <label for="p9_address">Address</label>\n  <input type="text" id="p9_address" placeholder="Address" value="">\n  <label for="p9_postcode">Postcode</label>\n  <input type="text" id="p9_postcode" placeholder="Postcode" value="">\n  <label for="p9_company_id">Company Id</label>\n  <input type="text" id="p9_company_id" placeholder="Company Id" value="">\n  <div class="centered-text">\n    <a href="#" id="person_edit_button" class="btn btn-primary btn-block fw-700 mb-30">Save</a>\n  </div>\n</form>','','','<div class="page page-person_edit" data-name="person_edit">\n  <div class="navbar navbar-large">\n    <div class="navbar-bg">\n    </div>\n    <div class="navbar-inner">\n      <div class="left">\n        <a href="#" class="link back">\n          <i class="icon f7-icons arrow-back">arrow_left</i>\n        </a>\n      </div>\n      <div class="title">Profile Edit</div>\n      <div class="title-large">\n        <div class="title-large-text">Profile Edit</div>\n      </div>\n      <div class="right">\n      </div>\n    </div>\n  </div>\n  <div class="page-content">\n    <form class="mt-40 mb-20">\n      <input type="hidden" id="p9_id" value="">\n      <label for="p9_name">Name</label>\n      <input type="text" id="p9_name" placeholder="Name" value="">\n      <label for="p9_initial">Initial</label>\n      <input type="text" id="p9_initial" placeholder="Initial" value="">\n      <label for="p9_email">Email</label>\n      <input type="text" id="p9_email" placeholder="Email" value="">\n      <label for="p9_city">City</label>\n      <input type="text" id="p9_city" placeholder="City" value="">\n      <label for="p9_phone">Phone</label>\n      <input type="text" id="p9_phone" placeholder="Phone" value="">\n      <label for="p9_nik">Nik</label>\n      <input type="text" id="p9_nik" placeholder="Nik" value="">\n      <label for="p9_npwp">Npwp</label>\n      <input type="text" id="p9_npwp" placeholder="Npwp" value="">\n      <label for="p9_address">Address</label>\n      <input type="text" id="p9_address" placeholder="Address" value="">\n      <label for="p9_postcode">Postcode</label>\n      <input type="text" id="p9_postcode" placeholder="Postcode" value="">\n      <label for="p9_company_id">Company Id</label>\n      <input type="text" id="p9_company_id" placeholder="Company Id" value="">\n      <div class="centered-text">\n        <a href="#" id="person_edit_button" class="btn btn-primary btn-block fw-700 mb-30">Save</a>\n      </div>\n    </form>\n  </div>\n</div>','','0','0','2','1','1','1','0','0','1','0','1','url','','','','2','0','1758970275','0','1');
INSERT INTO `t6_h_page` VALUES('42','terms/','','terms','Term & Condition','','more','','<p>This is a blank page. You can add as many pages as you want in your app and build them using all the components and features included in the template.</p>\n<p>You can then link the pages to any classical link or button to open it.</p>\n<a href="#" data-popup=".popup-3" class="button button-fill popup-open">Open Popup</a>','','','<div class="page page-terms c_more no-toolbar" data-name="terms">\n  <div class="navbar navbar-large">\n    <div class="navbar-bg">\n    </div>\n    <div class="navbar-inner">\n      <div class="left">\n        <a href="#" class="link back">\n          <i class="icon f7-icons arrow-back">arrow_left</i>\n        </a>\n      </div>\n      <div id="pg_title" data-lang="terms_title" class="title">Term & Condition</div>\n      <div class="title-large">\n        <div id="pg_title_large" data-lang="terms_title" class="title-large-text">Term & Condition</div>\n      </div>\n      <div class="right">\n      </div>\n    </div>\n  </div>\n  <div class="page-content">\n    <p>This is a blank page. You can add as many pages as you want in your app and build them using all the components and features included in the template.</p>\n    <p>You can then link the pages to any classical link or button to open it.</p>\n    <a href="#" data-popup=".popup-3" class="button button-fill popup-open">Open Popup</a>\n    <div class="popup popup-3 __web-inspector-hide-shortcut__" data-swipe-to-close="true">\n      <div class="page-content popup-demo">\n        <div class="popup-content">\n          <img src="https://yui.xioyuna.com/template/img/illustrations/onboarding-2.svg" alt="">\n          <h1>Swipe To Close</h1>\n          <p>Enjoy ad-free browsing, priority customer support, early access to new features and updates, personalized recommendations, and special discounts on premium content or services.</p>\n        </div>\n        <div class="swipe-down-text">Swipe me down to close</div>\n      </div>\n    </div>\n  </div>\n</div>','','0','0','2','1','1','1','0','0','1','0','0','url','','','','5','0','1759722354','0','1');
INSERT INTO `t6_h_page` VALUES('43','faq/','','faq','FAQ','','more','','<a href="#" class="button button-fill color-dark photo-browser-demo">Open Photo Browser</a>','','','<template>\n  <div class="page page-faq c_more no-toolbar" data-name="faq">\n    <div class="navbar navbar-large">\n      <div class="navbar-bg">\n      </div>\n      <div class="navbar-inner">\n        <div class="left">\n          <a href="#" class="link back">\n            <i class="icon f7-icons arrow-back">arrow_left</i>\n          </a>\n        </div>\n        <div id="pg_title" data-lang="faq_title" class="title">FAQ</div>\n        <div class="title-large">\n          <div id="pg_title_large" data-lang="faq_title" class="title-large-text">FAQ</div>\n        </div>\n        <div class="right">\n        </div>\n      </div>\n    </div>\n    <div class="page-content" id="faq_content">\n      <a href="#" class="button button-fill color-dark photo-browser-demo">Open Photo Browser</a>\n    </div>\n  </div>\n</template>','','0','1','2','2','1','1','0','0','1','0','0','componentUrl','','','','5','0','1760023536','0','1');
INSERT INTO `t6_h_page` VALUES('47','account_edit/','','account_edit','Edit Account','','','','<form class="mt-40 mb-20">\n  <input type="hidden" id="a2_id" placeholder="Id" value="">\n  <label data-lang="gelar" for="r_gelar">Gelar</label>\n  <p id="r_gelar"></p>\n  <div class="grid grid-cols-2 grid-gap grid-no-margin">\n    <div>\n      <label data-lang="first_name" for="firstname">First Name</label>\n      <input type="text" data-ph_lang="first_name" id="a2_first_name" name="firstname" placeholder="First Name">\n    </div>\n    <div>\n      <label data-lang="last_name" for="lastname">Last Name</label>\n      <input type="text" data-ph_lang="last_name" id="a2_last_name" name="lastname" placeholder="Last Name">\n    </div>\n  </div>\n  <label data-lang="sex" for="r_sex">Jenis Kelamin</label>\n  <p id="r_sex"></p>\n  <label for="a2_dob" data-lang="dob">Tgl Lahir</label>\n  <input type="date" id="a2_dob" data-ph_lang="dob" placeholder="Tgl Lahir" value="">\n  <label for="a2_no_telp" data-lang="phone">No Telp</label>\n  <input type="text" id="a2_no_telp" data-ph_lang="phone" placeholder="No Telp" value="">\n  <label for="a2_alamat" data-lang="address">Alamat</label>\n  <input type="text" id="a2_alamat" data-ph_lang="address" placeholder="Alamat" value="">\n  <label for="a2_kodepos" data-lang="postcode">Kodepos</label>\n  <input type="text" id="a2_kodepos" data-ph_lang="postcode" placeholder="Kodepos" value="">\n  <div class="grid grid-cols-2 grid-gap grid-no-margin">\n    <div>\n      <label data-lang="rt" for="rt">RT</label>\n      <input data-ph_lang="rt" type="text" id="a2_rt" name="rt" placeholder="RT">\n    </div>\n    <div>\n      <label data-lang="rw" for="rw">RW</label>\n      <input type="text" data-ph_lang="rw" id="a2_rw" name="rw" placeholder="RW">\n    </div>\n  </div>\n  <label data-lang="village" for="a2_kelurahan">Kelurahan</label>\n  <input type="text" data-ph_lang="village" id="a2_kelurahan" placeholder="Kelurahan" value="">\n  <label data-lang="distict" for="a2_kecamatan">Kecamatan</label>\n  <input data-ph_lang="distict" type="text" id="a2_kecamatan" placeholder="Kecamatan" value="">\n  <label data-lang="city" for="a2_kabupaten">Kabupaten</label>\n  <input data-ph_lang="city" type="text" id="a2_kabupaten" placeholder="Kabupaten" value="">\n  <div class="centered-text">\n    <a href="#" id="account_edit_button" class="button button-fill mb-30" data-lang="save">Save</a>\n  </div>\n</form>','','','<div class="page page-account_edit" data-name="account_edit">\n  <div class="navbar navbar-large">\n    <div class="navbar-bg">\n    </div>\n    <div class="navbar-inner">\n      <div class="left">\n        <a href="#" class="link back">\n          <i class="icon f7-icons arrow-back">arrow_left</i>\n        </a>\n      </div>\n      <div id="pg_title" data-lang="account_edit_title" class="title">Edit Account</div>\n      <div class="title-large">\n        <div id="pg_title_large" data-lang="account_edit_title" class="title-large-text">Edit Account</div>\n      </div>\n      <div class="right">\n      </div>\n    </div>\n  </div>\n  <div class="page-content">\n    <form class="mt-40 mb-20">\n      <input type="hidden" id="a2_id" placeholder="Id" value="">\n      <label data-lang="gelar" for="r_gelar">Gelar</label>\n      <p id="r_gelar"></p>\n      <div class="grid grid-cols-2 grid-gap grid-no-margin">\n        <div>\n          <label data-lang="first_name" for="firstname">First Name</label>\n          <input type="text" data-ph_lang="first_name" id="a2_first_name" name="firstname" placeholder="First Name">\n        </div>\n        <div>\n          <label data-lang="last_name" for="lastname">Last Name</label>\n          <input type="text" data-ph_lang="last_name" id="a2_last_name" name="lastname" placeholder="Last Name">\n        </div>\n      </div>\n      <label data-lang="sex" for="r_sex">Jenis Kelamin</label>\n      <p id="r_sex"></p>\n      <label for="a2_dob" data-lang="dob">Tgl Lahir</label>\n      <input type="date" id="a2_dob" data-ph_lang="dob" placeholder="Tgl Lahir" value="">\n      <label for="a2_no_telp" data-lang="phone">No Telp</label>\n      <input type="text" id="a2_no_telp" data-ph_lang="phone" placeholder="No Telp" value="">\n      <label for="a2_alamat" data-lang="address">Alamat</label>\n      <input type="text" id="a2_alamat" data-ph_lang="address" placeholder="Alamat" value="">\n      <label for="a2_kodepos" data-lang="postcode">Kodepos</label>\n      <input type="text" id="a2_kodepos" data-ph_lang="postcode" placeholder="Kodepos" value="">\n      <div class="grid grid-cols-2 grid-gap grid-no-margin">\n        <div>\n          <label data-lang="rt" for="rt">RT</label>\n          <input data-ph_lang="rt" type="text" id="a2_rt" name="rt" placeholder="RT">\n        </div>\n        <div>\n          <label data-lang="rw" for="rw">RW</label>\n          <input type="text" data-ph_lang="rw" id="a2_rw" name="rw" placeholder="RW">\n        </div>\n      </div>\n      <label data-lang="village" for="a2_kelurahan">Kelurahan</label>\n      <input type="text" data-ph_lang="village" id="a2_kelurahan" placeholder="Kelurahan" value="">\n      <label data-lang="distict" for="a2_kecamatan">Kecamatan</label>\n      <input data-ph_lang="distict" type="text" id="a2_kecamatan" placeholder="Kecamatan" value="">\n      <label data-lang="city" for="a2_kabupaten">Kabupaten</label>\n      <input data-ph_lang="city" type="text" id="a2_kabupaten" placeholder="Kabupaten" value="">\n      <div class="centered-text">\n        <a href="#" id="account_edit_button" class="button button-fill mb-30" data-lang="save">Save</a>\n      </div>\n    </form>\n  </div>\n</div>','','0','0','2','1','1','1','0','0','1','0','1','url','','','','2','0','1759992175','0','1');
INSERT INTO `t6_h_page` VALUES('48','account_delete/','','account_delete','Delete Account','','','','<form class="mt-40 mb-40">\n  <input type="hidden" id="id" value="">\n  <input type="hidden" id="no_telp" value="">\n  <label data-lang="email" for="email">Email</label>\n  <input type="text" id="email_4" name="email_4" value="" placeholder="example@email.com">\n  <label data-lang="reason" for="comment">Reason</label>\n  <textarea id="reason_4" data-ph_lang="comment" placeholder="Your comment here" id="comment">\n  </textarea>\n  <a href="#" data-lang="save" id="account_delete_button" class="button button-fill">Save</a>\n</form>','','','<div class="page page-account_delete" data-name="account_delete">\n  <div class="navbar navbar-large">\n    <div class="navbar-bg">\n    </div>\n    <div class="navbar-inner">\n      <div class="left">\n        <a href="#" class="link back">\n          <i class="icon f7-icons arrow-back">arrow_left</i>\n        </a>\n      </div>\n      <div id="pg_title" data-lang="account_delete_title" class="title">Delete Account</div>\n      <div class="title-large">\n        <div id="pg_title_large" data-lang="account_delete_title" class="title-large-text">Delete Account</div>\n      </div>\n      <div class="right">\n      </div>\n    </div>\n  </div>\n  <div class="page-content">\n    <form class="mt-40 mb-40">\n      <input type="hidden" id="id" value="">\n      <input type="hidden" id="no_telp" value="">\n      <label data-lang="email" for="email">Email</label>\n      <input type="text" id="email_4" name="email_4" value="" placeholder="example@email.com">\n      <label data-lang="reason" for="comment">Reason</label>\n      <textarea id="reason_4" data-ph_lang="comment" placeholder="Your comment here" id="comment">\n      </textarea>\n      <a href="#" data-lang="save" id="account_delete_button" class="button button-fill">Save</a>\n    </form>\n  </div>\n</div>','','0','0','2','1','1','1','0','0','1','0','1','url','','','','2','0','1759992159','0','1');
INSERT INTO `t6_h_page` VALUES('49','single/','','single','Single','','more','','<div class="single-post-date">September 27, 2023</div>\n<h1 class="single-post-title">The Exciting Future of Gaming Technology</h1>\n<img src="https://yui.xioyuna.com/template/img/cards/1.jpg" alt="" class="single-cover-image">\n<span class="single-post-category">Technology</span>\n<span class="single-post-category">Gaming</span>\n<div class="single-post-content">\n  <p>Gaming technology has come a long way since the days of Pong and Space Invaders. Today’s gamers have access to a wide variety of consoles, PCs, and mobile devices, all of which offer immersive experiences that rival those of traditional forms of entertainment. But what does the future hold for gaming technology? Let’s take a look.</p>\n  <h2>Virtual and Augmented Reality</h2>\n  <p>Virtual and augmented reality are two of the most exciting developments in gaming technology. These technologies offer gamers a completely immersive experience, where they can explore virtual worlds and interact with objects in real-time.</p>\n  <p>While virtual reality has been around for a few years now, the technology is still in its early stages. In the coming years, we can expect to see more advanced VR headsets and hardware, which will offer gamers an even more realistic experience.</p>\n  <h2>Cloud Gaming: The Future of Gaming Access</h2>\n  <p>Cloud gaming is another exciting development in gaming technology. This technology allows gamers to stream games from servers, eliminating the need for a powerful console or PC. This means that gamers will be able to play high-quality games on lower-end devices, which will make gaming more accessible than ever before.</p>\n  <img src="https://yui.xioyuna.com/template/img/cards/4.jpg" alt="">\n  <p>As internet speeds continue to improve, we can expect cloud gaming to become even more popular. Some major players in the gaming industry, such as Google and Microsoft, have already launched their own cloud gaming services, and it’s likely that other companies will follow suit.</p>\n  <h2>The Rise of Mobile Gaming</h2>\n  <p>Mobile gaming has exploded in popularity in recent years, with millions of people playing games on their smartphones and tablets. While mobile games were once seen as simple and casual, the rise of more advanced mobile hardware and software has led to the development of high-quality mobile games that rival those on consoles and PCs.</p>\n  <p>In the future, we can expect to see even more advanced mobile games, with more complex gameplay and graphics. As smartphones and tablets continue to evolve, mobile gaming will become an even more important part of the gaming industry.</p>\n  <h2>Conclusion</h2>\n  <p>The future of gaming technology is incredibly exciting, with new developments and innovations emerging all the time. From virtual and augmented reality to cloud gaming, artificial intelligence, and mobile gaming, gamers can expect to enjoy even more immersive and engaging experiences in the years to come.</p>\n</div>\n<div class="single-post-author">\n  <img src="https://yui.xioyuna.com/template/img/avatars/11.jpg" alt="">\n  <div class="author-details">\n    <div class="author-name">Emily Wilson\n      <i class="icon f7-icons text-color-blue verified-badge">checkmark_seal_fill</i>\n    </div>\n    <div class="author-description">Author & Journalist</div>\n  </div>\n  <a href="#" class="button button-fill button-round color-dark button-icon-left author-follow">\n    <i class="icon f7-icons">plus</i>Follow</a>\n</div>\n<h2 class="title-bottom-line">Comments\n  <span class="badge color-dark comment-count">23</span>\n</h2>\n<div class="comment-list">\n  <div class="comment">\n    <img src="https://yui.xioyuna.com/template/img/avatars/3.jpg" alt="">\n    <div class="comment-infos">\n      <div class="comment-header">\n        <div class="comment-header-left">\n          <div class="author-name">Noah Campbell</div>\n          <div class="comment-date">• 12m</div>\n        </div>\n        <div class="comment-options">\n          <a href="#" class="link">\n            <i class="icon f7-icons">ellipsis_vertical</i>\n          </a>\n        </div>\n      </div>\n      <div class="comment-text">Great article! You made some really good points and I appreciate the time and effort you put into it, thank you.</div>\n    </div>\n  </div>\n  <div class="comment">\n    <img src="https://yui.xioyuna.com/template/img/avatars/6.jpg" alt="">\n    <div class="comment-infos">\n      <div class="comment-header">\n        <div class="comment-header-left">\n          <div class="author-name">Mia Sullivan</div>\n          <div class="comment-date">• 40m</div>\n        </div>\n        <div class="comment-options">\n          <a href="#" class="link">\n            <i class="icon f7-icons">ellipsis_vertical</i>\n          </a>\n        </div>\n      </div>\n      <div class="comment-text">I couldn\'t agree more with your perspective on this topic. It\'s refreshing to see someone who thinks outside the box and challenges the status quo. Great article.</div>\n    </div>\n  </div>\n  <div class="comment comment-reply">\n    <img src="https://yui.xioyuna.com/template/img/avatars/2.jpg" alt="">\n    <div class="comment-infos">\n      <div class="comment-header">\n        <div class="comment-header-left">\n          <div class="author-name">Liam Evans</div>\n          <div class="comment-date">• 13m</div>\n        </div>\n        <div class="comment-options">\n          <a href="#" class="link">\n            <i class="icon f7-icons">ellipsis_vertical</i>\n          </a>\n        </div>\n      </div>\n      <div class="comment-text">I totally agree! It\'s a refreshing change from the polarizing discourse we often see everywhere.</div>\n    </div>\n  </div>\n  <div class="comment">\n    <img src="https://yui.xioyuna.com/template/img/avatars/4.jpg" alt="">\n    <div class="comment-infos">\n      <div class="comment-header">\n        <div class="comment-header-left">\n          <div class="author-name">William Taylor</div>\n          <div class="comment-date">• 2h</div>\n        </div>\n        <div class="comment-options">\n          <a href="#" class="link">\n            <i class="icon f7-icons">ellipsis_vertical</i>\n          </a>\n        </div>\n      </div>\n      <div class="comment-text">This is a topic that I\'ve been passionate about for a long time, and I appreciate the way you articulated your thoughts and opinions on the matter.</div>\n    </div>\n  </div>\n  <div class="comment">\n    <img src="https://yui.xioyuna.com/template/img/avatars/5.jpg" alt="">\n    <div class="comment-infos">\n      <div class="comment-header">\n        <div class="comment-header-left">\n          <div class="author-name">Ethan Jameson</div>\n          <div class="comment-date">• 1d</div>\n        </div>\n        <div class="comment-options">\n          <a href="#" class="link">\n            <i class="icon f7-icons">ellipsis_vertical</i>\n          </a>\n        </div>\n      </div>\n      <div class="comment-text">As someone who has experienced this firsthand, I can tell you that you\'re spot on with your analysis. Thank you for shedding light on this important issue.</div>\n    </div>\n  </div>\n</div>\n<h2 class="title-bottom-line">Leave a Comment</h2>\n<form>\n  <div class="grid grid-cols-2 grid-gap no-margin">\n    <input type="text" id="name" name="name" placeholder="Your Name">\n    <input type="email" id="email-2" name="email-2" placeholder="Your Email">\n  </div>\n  <textarea placeholder="Your comment here" id="comment">\n  </textarea>\n  <a href="#" class="button button-fill button-round color-dark">Send</a>\n</form>','','','<div class="page page-single c_more no-toolbar" data-name="single">\n  <div class="navbar navbar-large">\n    <div class="navbar-bg">\n    </div>\n    <div class="navbar-inner">\n      <div class="left">\n        <a href="#" class="link back">\n          <i class="icon f7-icons arrow-back">arrow_left</i>\n        </a>\n      </div>\n      <div id="pg_title" data-lang="single_title" class="title">Single</div>\n      <div class="title-large">\n        <div id="pg_title_large" data-lang="single_title" class="title-large-text">Single</div>\n      </div>\n      <div class="right">\n      </div>\n    </div>\n  </div>\n  <div class="page-content">\n    <div class="single-post-date">September 27, 2023</div>\n    <h1 class="single-post-title">The Exciting Future of Gaming Technology</h1>\n    <img src="https://yui.xioyuna.com/template/img/cards/1.jpg" alt="" class="single-cover-image">\n    <span class="single-post-category">Technology</span>\n    <span class="single-post-category">Gaming</span>\n    <div class="single-post-content">\n      <p>Gaming technology has come a long way since the days of Pong and Space Invaders. Today’s gamers have access to a wide variety of consoles, PCs, and mobile devices, all of which offer immersive experiences that rival those of traditional forms of entertainment. But what does the future hold for gaming technology? Let’s take a look.</p>\n      <h2>Virtual and Augmented Reality</h2>\n      <p>Virtual and augmented reality are two of the most exciting developments in gaming technology. These technologies offer gamers a completely immersive experience, where they can explore virtual worlds and interact with objects in real-time.</p>\n      <p>While virtual reality has been around for a few years now, the technology is still in its early stages. In the coming years, we can expect to see more advanced VR headsets and hardware, which will offer gamers an even more realistic experience.</p>\n      <h2>Cloud Gaming: The Future of Gaming Access</h2>\n      <p>Cloud gaming is another exciting development in gaming technology. This technology allows gamers to stream games from servers, eliminating the need for a powerful console or PC. This means that gamers will be able to play high-quality games on lower-end devices, which will make gaming more accessible than ever before.</p>\n      <img src="https://yui.xioyuna.com/template/img/cards/4.jpg" alt="">\n      <p>As internet speeds continue to improve, we can expect cloud gaming to become even more popular. Some major players in the gaming industry, such as Google and Microsoft, have already launched their own cloud gaming services, and it’s likely that other companies will follow suit.</p>\n      <h2>The Rise of Mobile Gaming</h2>\n      <p>Mobile gaming has exploded in popularity in recent years, with millions of people playing games on their smartphones and tablets. While mobile games were once seen as simple and casual, the rise of more advanced mobile hardware and software has led to the development of high-quality mobile games that rival those on consoles and PCs.</p>\n      <p>In the future, we can expect to see even more advanced mobile games, with more complex gameplay and graphics. As smartphones and tablets continue to evolve, mobile gaming will become an even more important part of the gaming industry.</p>\n      <h2>Conclusion</h2>\n      <p>The future of gaming technology is incredibly exciting, with new developments and innovations emerging all the time. From virtual and augmented reality to cloud gaming, artificial intelligence, and mobile gaming, gamers can expect to enjoy even more immersive and engaging experiences in the years to come.</p>\n    </div>\n    <div class="single-post-author">\n      <img src="https://yui.xioyuna.com/template/img/avatars/11.jpg" alt="">\n      <div class="author-details">\n        <div class="author-name">Emily Wilson\n          <i class="icon f7-icons text-color-blue verified-badge">checkmark_seal_fill</i>\n        </div>\n        <div class="author-description">Author & Journalist</div>\n      </div>\n      <a href="#" class="button button-fill button-round color-dark button-icon-left author-follow">\n        <i class="icon f7-icons">plus</i>Follow</a>\n    </div>\n    <h2 class="title-bottom-line">Comments\n      <span class="badge color-dark comment-count">23</span>\n    </h2>\n    <div class="comment-list">\n      <div class="comment">\n        <img src="https://yui.xioyuna.com/template/img/avatars/3.jpg" alt="">\n        <div class="comment-infos">\n          <div class="comment-header">\n            <div class="comment-header-left">\n              <div class="author-name">Noah Campbell</div>\n              <div class="comment-date">• 12m</div>\n            </div>\n            <div class="comment-options">\n              <a href="#" class="link">\n                <i class="icon f7-icons">ellipsis_vertical</i>\n              </a>\n            </div>\n          </div>\n          <div class="comment-text">Great article! You made some really good points and I appreciate the time and effort you put into it, thank you.</div>\n        </div>\n      </div>\n      <div class="comment">\n        <img src="https://yui.xioyuna.com/template/img/avatars/6.jpg" alt="">\n        <div class="comment-infos">\n          <div class="comment-header">\n            <div class="comment-header-left">\n              <div class="author-name">Mia Sullivan</div>\n              <div class="comment-date">• 40m</div>\n            </div>\n            <div class="comment-options">\n              <a href="#" class="link">\n                <i class="icon f7-icons">ellipsis_vertical</i>\n              </a>\n            </div>\n          </div>\n          <div class="comment-text">I couldn\'t agree more with your perspective on this topic. It\'s refreshing to see someone who thinks outside the box and challenges the status quo. Great article.</div>\n        </div>\n      </div>\n      <div class="comment comment-reply">\n        <img src="https://yui.xioyuna.com/template/img/avatars/2.jpg" alt="">\n        <div class="comment-infos">\n          <div class="comment-header">\n            <div class="comment-header-left">\n              <div class="author-name">Liam Evans</div>\n              <div class="comment-date">• 13m</div>\n            </div>\n            <div class="comment-options">\n              <a href="#" class="link">\n                <i class="icon f7-icons">ellipsis_vertical</i>\n              </a>\n            </div>\n          </div>\n          <div class="comment-text">I totally agree! It\'s a refreshing change from the polarizing discourse we often see everywhere.</div>\n        </div>\n      </div>\n      <div class="comment">\n        <img src="https://yui.xioyuna.com/template/img/avatars/4.jpg" alt="">\n        <div class="comment-infos">\n          <div class="comment-header">\n            <div class="comment-header-left">\n              <div class="author-name">William Taylor</div>\n              <div class="comment-date">• 2h</div>\n            </div>\n            <div class="comment-options">\n              <a href="#" class="link">\n                <i class="icon f7-icons">ellipsis_vertical</i>\n              </a>\n            </div>\n          </div>\n          <div class="comment-text">This is a topic that I\'ve been passionate about for a long time, and I appreciate the way you articulated your thoughts and opinions on the matter.</div>\n        </div>\n      </div>\n      <div class="comment">\n        <img src="https://yui.xioyuna.com/template/img/avatars/5.jpg" alt="">\n        <div class="comment-infos">\n          <div class="comment-header">\n            <div class="comment-header-left">\n              <div class="author-name">Ethan Jameson</div>\n              <div class="comment-date">• 1d</div>\n            </div>\n            <div class="comment-options">\n              <a href="#" class="link">\n                <i class="icon f7-icons">ellipsis_vertical</i>\n              </a>\n            </div>\n          </div>\n          <div class="comment-text">As someone who has experienced this firsthand, I can tell you that you\'re spot on with your analysis. Thank you for shedding light on this important issue.</div>\n        </div>\n      </div>\n    </div>\n    <h2 class="title-bottom-line">Leave a Comment</h2>\n    <form>\n      <div class="grid grid-cols-2 grid-gap no-margin">\n        <input type="text" id="name" name="name" placeholder="Your Name">\n        <input type="email" id="email-2" name="email-2" placeholder="Your Email">\n      </div>\n      <textarea placeholder="Your comment here" id="comment">\n      </textarea>\n      <a href="#" class="button button-fill button-round color-dark">Send</a>\n    </form>\n  </div>\n</div>','','0','0','2','1','1','1','0','0','1','0','0','url','','','','5','0','1759722349','0','1');
INSERT INTO `t6_h_page` VALUES('50','new_release/','','new_release','New Releases','','','','','','','<div class="page page-new_release" data-name="new_release">\n  <div class="navbar navbar-large">\n    <div class="navbar-bg">\n    </div>\n    <div class="navbar-inner">\n      <div class="left">\n        <a href="#" class="link back">\n          <i class="icon f7-icons arrow-back">arrow_left</i>\n        </a>\n      </div>\n      <div id="pg_title" data-lang="new_release_title" class="title">New Releases</div>\n      <div class="title-large">\n        <div id="pg_title_large" data-lang="new_release_title" class="title-large-text">New Releases</div>\n      </div>\n      <div class="subnavbar">\n        <form data-search-container=".search-list_new_release" data-search-in=".item-title" class="searchbar searchbar-init">\n          <div class="searchbar-inner">\n            <div class="searchbar-input-wrap">\n              <input type="search" data-placeholder-lang="cancel" placeholder="Search" />\n              <i class="searchbar-icon"></i>\n              <span class="input-clear-button">\n              </span>\n            </div>\n            <span data-lang="cancel" class="searchbar-disable-button">Cancel</span>\n          </div>\n        </form>\n      </div>\n      <div class="right">\n        <a href="#" data-popup=".popup-cart" class="icon-only popup-open">\n          <i class="icon f7-icons">cart</i>\n        </a>\n        <a id="signout" class="link icon-only text-color-red">\n          <i class="icon f7-icons">square_arrow_right</i>\n        </a>\n      </div>\n    </div>\n  </div>\n  <div class="page-content" id="new_release_content">\n  </div>\n</div>','<a href="#" data-popup=".popup-cart" class="icon-only popup-open">\n  <i class="icon f7-icons">cart</i>\n</a>\n<a id="signout" class="link icon-only text-color-red">\n  <i class="icon f7-icons">square_arrow_right</i>\n</a>','0','1','2','1','1','1','0','1','1','0','1','url','','','','10','0','1759722319','0','1');
INSERT INTO `t6_h_page` VALUES('51','p/:cat/:id','','item_detail','Item Detail','','','','','','','<div class="page page-item_detail no-toolbar" data-name="item_detail">\n  <div class="navbar navbar-large">\n    <div class="navbar-bg">\n    </div>\n    <div class="navbar-inner">\n      <div class="left">\n        <a href="#" class="link back">\n          <i class="icon f7-icons arrow-back">arrow_left</i>\n        </a>\n      </div>\n      <div id="pg_title" class="title">Item Detail</div>\n      <div class="title-large">\n        <div id="pg_title_large" class="title-large-text">Item Detail</div>\n      </div>\n      <div class="right">\n        <a href="#" data-panel=".panel-right" class="icon-only panel-open">\n          <i class="icon f7-icons">cart</i>\n        </a>\n      </div>\n    </div>\n  </div>\n  <div class="page-content" id="item_detail_content">\n  </div>\n  <div class="toolbar tabbar tabbar-icons toolbar-bottom">\n    <div id="toolbar_cart" class="centered-text pt-8 pl-40 pr-40">\n      <a href="#" id="cart_button" class="btn btn-danger btn-xxs fw-700" style="color:white;">Tambahkan ke Cart</a>\n    </div>\n  </div>\n</div>','<a href="#" data-panel=".panel-right" class="icon-only panel-open">\n  <i class="icon f7-icons">cart</i>\n</a>','0','1','2','1','1','1','0','0','1','0','0','url','','','<div class="toolbar tabbar tabbar-icons toolbar-bottom">\n  <div id="toolbar_cart" class="centered-text pt-8 pl-40 pr-40">\n    <a href="#" id="cart_button" class="btn btn-danger btn-xxs fw-700" style="color:white;">Tambahkan ke Cart</a>\n  </div>    \n</div>','10','0','1760022865','1','0');
INSERT INTO `t6_h_page` VALUES('52','stepper/','','stepper','Stepper','','','','<div class="list list-outline list-dividers full-width">\n  <ul>\n    <li class="item-content">\n      <div class="item-inner">\n        <div class="item-title">Default Outline</div>\n        <div class="item-after">\n          <div class="stepper stepper-init">\n            <div class="stepper-button-minus">\n            </div>\n            <div class="stepper-input-wrap">\n              <input type="text" value="0" min="0" max="100" step="1" readonly="" class="input-with-value">\n            </div>\n            <div class="stepper-button-plus">\n            </div>\n          </div>\n        </div>\n      </div>\n    </li>\n  </ul>\n</div>','','','<div class="page page-stepper" data-name="stepper">\n  <div class="navbar navbar-large">\n    <div class="navbar-bg">\n    </div>\n    <div class="navbar-inner">\n      <div class="left">\n        <a href="#" class="link back">\n          <i class="icon f7-icons arrow-back">arrow_left</i>\n        </a>\n      </div>\n      <div class="right">\n      </div>\n    </div>\n  </div>\n  <div class="page-content" id="stepper_content">\n    <div class="list list-outline list-dividers full-width">\n      <ul>\n        <li class="item-content">\n          <div class="item-inner">\n            <div class="item-title">Default Outline</div>\n            <div class="item-after">\n              <div class="stepper stepper-init">\n                <div class="stepper-button-minus">\n                </div>\n                <div class="stepper-input-wrap">\n                  <input type="text" value="0" min="0" max="100" step="1" readonly="" class="input-with-value">\n                </div>\n                <div class="stepper-button-plus">\n                </div>\n              </div>\n            </div>\n          </div>\n        </li>\n      </ul>\n    </div>\n  </div>\n</div>','','1','1','2','1','0','1','0','0','1','0','1','url','','','','10','0','1759333428','0','1');
INSERT INTO `t6_h_page` VALUES('53','cart/','','cart','Cart','','','','','','','<div class="page page-cart no-toolbar" data-name="cart">\n  <div class="navbar navbar-large">\n    <div class="navbar-bg">\n    </div>\n    <div class="navbar-inner">\n      <div class="left">\n        <a href="#" class="link back">\n          <i class="icon f7-icons arrow-back">arrow_left</i>\n        </a>\n      </div>\n      <div class="right">\n      </div>\n    </div>\n  </div>\n  <div class="page-content" id="cart_content">\n  </div>\n</div>','','0','1','2','1','0','1','0','0','1','0','0','url','','','','10','0','1760082930','0','1');


DROP TABLE IF EXISTS `t6_h_popup`;
CREATE TABLE `t6_h_popup` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `parent` int(11) NOT NULL DEFAULT 0,
  `name` varchar(20) DEFAULT NULL,
  `title` varchar(59) DEFAULT NULL,
  `path` varchar(59) DEFAULT NULL,
  `body` text DEFAULT NULL,
  `update_at` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  KEY `id_parent_id_path` (`id`,`parent`,`path`),
  KEY `title` (`title`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf32 COLLATE=utf32_general_ci;

INSERT INTO `t6_h_popup` VALUES('1','42','popup_1','Premium Benefits','popup-1','<div class="popup popup-3 __web-inspector-hide-shortcut__" data-swipe-to-close="true">\n  <div class="page-content popup-demo">\n    <div class="popup-content">\n      <img src="https://yui.xioyuna.com/template/img/illustrations/onboarding-2.svg" alt="">\n      <h1>Swipe To Close</h1>\n      <p>Enjoy ad-free browsing, priority customer support, early access to new features and updates, personalized recommendations, and special discounts on premium content or services.</p>\n    </div>\n    <div class="swipe-down-text">Swipe me down to close</div>\n  </div>\n</div>','1759130620');


DROP TABLE IF EXISTS `t6_h_tab`;
CREATE TABLE `t6_h_tab` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `path` varchar(44) DEFAULT NULL,
  `path_right` varchar(44) DEFAULT NULL,
  `name` varchar(44) DEFAULT NULL,
  `title` varchar(44) DEFAULT NULL,
  `title_right` varchar(44) DEFAULT NULL,
  `custom` text DEFAULT NULL,
  `menu` text DEFAULT NULL,
  `body` text DEFAULT NULL,
  `del` tinyint(4) NOT NULL DEFAULT 0 COMMENT '1=delete',
  `content_id` tinyint(4) NOT NULL DEFAULT 1 COMMENT '1=yes,0=no',
  `level` tinyint(4) NOT NULL DEFAULT 0,
  `page_type` tinyint(4) NOT NULL COMMENT '1=url,2=componentUrl',
  `view_title` tinyint(4) NOT NULL DEFAULT 0 COMMENT '1=yes,0=no',
  `view_navbar` tinyint(4) NOT NULL DEFAULT 1 COMMENT '1=yes,0=no',
  `view_left_panel` tinyint(4) NOT NULL DEFAULT 0 COMMENT '1=yes,0=no',
  `searchbar` tinyint(4) NOT NULL DEFAULT 0 COMMENT '1=yes,0=no',
  `view_back` tinyint(4) NOT NULL DEFAULT 1 COMMENT '1=yes,0=no',
  `seq` tinyint(4) NOT NULL DEFAULT 0,
  `is_active` tinyint(4) NOT NULL DEFAULT 0,
  `url_type` varchar(20) DEFAULT NULL COMMENT 'url,componentUrl',
  `icon_right` varchar(20) DEFAULT NULL,
  `icon` varchar(20) DEFAULT NULL,
  `parent` int(11) NOT NULL DEFAULT 0,
  `update_at` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  UNIQUE KEY `name` (`name`),
  KEY `id_folder_slug` (`id`,`path`(20))
) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

INSERT INTO `t6_h_tab` VALUES('1','header','','header','','','<!DOCTYPE html>\n<html lang="en">\n\n<head>\n  <meta charset="utf-8">\n  <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, viewport-fit=cover">\n  <meta name="mobile-web-app-capable" content="yes">\n  <meta name="apple-mobile-web-app-status-bar-style" content="default">\n  <meta name="theme-color" content="#ffffff">\n  <link rel="icon" href="images/favicon.png">\n  <title>Shop</title>\n  <link rel="preconnect" href="https://fonts.googleapis.com">\n  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>\n  <link href="https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap" rel="stylesheet">\n  <!--<link rel="stylesheet" href="css/framework7-bundle.css">-->\n  <link rel="stylesheet" href="css/f7.css">\n  <link rel="stylesheet" href="css/framework7-icons.css">\n  <!--<link rel="stylesheet" href="css/style.css?v=10">-->\n  <link rel="stylesheet" href="css/m1.css?v=1">\n  <link rel="stylesheet" href="css/custom.css?v=1">\n  <!--<link rel="stylesheet" href="css/custom_btn.css">-->\n  <link rel="stylesheet" href="css/custom_margin.css?v=1">\n</head>\n\n<body class="color-deeppurple">\n  <div id="app">','','<!DOCTYPE html>\n<html lang="en">\n\n<head>\n  <meta charset="utf-8">\n  <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, viewport-fit=cover">\n  <meta name="mobile-web-app-capable" content="yes">\n  <meta name="apple-mobile-web-app-status-bar-style" content="default">\n  <meta name="theme-color" content="#ffffff">\n  <link rel="icon" href="images/favicon.png">\n  <title>Shop</title>\n  <link rel="preconnect" href="https://fonts.googleapis.com">\n  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>\n  <link href="https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap" rel="stylesheet">\n  <!--<link rel="stylesheet" href="css/framework7-bundle.css">-->\n  <link rel="stylesheet" href="css/f7.css">\n  <link rel="stylesheet" href="css/framework7-icons.css">\n  <!--<link rel="stylesheet" href="css/style.css?v=10">-->\n  <link rel="stylesheet" href="css/m1.css?v=1">\n  <link rel="stylesheet" href="css/custom.css?v=1">\n  <!--<link rel="stylesheet" href="css/custom_btn.css">-->\n  <link rel="stylesheet" href="css/custom_margin.css?v=1">\n</head>\n\n<body class="color-deeppurple">\n  <div id="app">','0','0','1','2','0','0','0','0','1','1','0','','','','0','1760054933');
INSERT INTO `t6_h_tab` VALUES('2','footer','','footer','','','<script src="js/framework7-bundle.min.js"></script>\n<!--<script src="js/f7.js"></script>-->\n<script src="js/jquery-3.5.1.min.js"></script>\n<script src="js/routes.js"></script>\n<script src="js/lang.js"></script>\n<script src="js/req.js"></script>\n<script src="js/utils.js"></script>\n<script src="js/app.js"></script>\n<script src="js/account.js"></script>\n<script src="js/item.js"></script>\n<script src="js/cart.js"></script>\n</body>\n\n</html>','','<script src="js/framework7-bundle.min.js"></script>\n<!--<script src="js/f7.js"></script>-->\n<script src="js/jquery-3.5.1.min.js"></script>\n<script src="js/routes.js"></script>\n<script src="js/lang.js"></script>\n<script src="js/req.js"></script>\n<script src="js/utils.js"></script>\n<script src="js/app.js"></script>\n<script src="js/account.js"></script>\n<script src="js/item.js"></script>\n<script src="js/cart.js"></script>\n</body>\n\n</html>','0','0','1','2','0','0','0','0','1','99','0','','','','0','1760055880');
INSERT INTO `t6_h_tab` VALUES('3','add','','add','Add','','<div id="add_menu">\n</div>\n<div class="light-gray-title">Other Data</div>\n<div class="grid grid-cols-3 grid-gap grid-demo">\n  <a href="/inventory_add/" class="link">\n    <div>\n      <i class="icon f7-icons">building_2_crop_circle</i>\n      <div class="movie-block-name">Add</div>\n      <div class="movie-block-text">Inventory</div>\n    </div>\n  </a>\n  <a href="/product_add/" class="link">\n    <div>\n      <i class="icon f7-icons">money_euro_circle_fill</i>\n      <div class="movie-block-name">Add</div>\n      <div class="movie-block-text">Product</div>\n    </div>\n  </a>\n  <a href="/address_add/" class="link">\n    <div>\n      <i class="icon f7-icons">umbrella</i>\n      <div class="movie-block-name">Add</div>\n      <div class="movie-block-text">Address</div>\n    </div>\n  </a>\n  <a href="/bank_add/" class="link">\n    <div>\n      <i class="icon f7-icons">archivebox</i>\n      <div class="movie-block-name">Add</div>\n      <div class="movie-block-text">Bank</div>\n    </div>\n  </a>\n  <a href="/company_add/" class="link">\n    <div>\n      <i class="icon f7-icons">pause_fill</i>\n      <div class="movie-block-name">Add</div>\n      <div class="movie-block-text">Company</div>\n    </div>\n  </a>\n  <a href="/person_add/" class="link">\n    <div>\n      <i class="icon f7-icons">f_cursive_circle</i>\n      <div class="movie-block-name">Add</div>\n      <div class="movie-block-text">Person</div>\n    </div>\n  </a>\n</div>','','<div id="tab-add" class="tab tab-add view view-init">\n  <div class="page page-tab_add" data-name="tab_add">\n    <div class="navbar navbar-large">\n      <div class="navbar-bg">\n      </div>\n      <div class="navbar-inner">\n        <div class="left">\n          <a href="#" class="link icon-only switch-theme">\n            <i class="icon f7-icons">moon_stars</i>\n          </a>\n        </div>\n        <div class="title">Add</div>\n        <div class="title-large">\n          <div class="title-large-text">Add</div>\n        </div>\n        <div class="right">\n          <a href="#" data-panel=".panel-right" class="icon-only panel-open">\n            <i class="icon f7-icons">cart</i>\n          </a>\n          <a id="signout" class="link icon-only text-color-red">\n            <i class="icon f7-icons">square_arrow_right</i>\n          </a>\n        </div>\n      </div>\n    </div>\n    <div class="page-content" data-ptr-mousewheel="true">\n      <div id="add_menu">\n      </div>\n      <div class="light-gray-title">Other Data</div>\n      <div class="grid grid-cols-3 grid-gap grid-demo">\n        <a href="/inventory_add/" class="link">\n          <div>\n            <i class="icon f7-icons">building_2_crop_circle</i>\n            <div class="movie-block-name">Add</div>\n            <div class="movie-block-text">Inventory</div>\n          </div>\n        </a>\n        <a href="/product_add/" class="link">\n          <div>\n            <i class="icon f7-icons">money_euro_circle_fill</i>\n            <div class="movie-block-name">Add</div>\n            <div class="movie-block-text">Product</div>\n          </div>\n        </a>\n        <a href="/address_add/" class="link">\n          <div>\n            <i class="icon f7-icons">umbrella</i>\n            <div class="movie-block-name">Add</div>\n            <div class="movie-block-text">Address</div>\n          </div>\n        </a>\n        <a href="/bank_add/" class="link">\n          <div>\n            <i class="icon f7-icons">archivebox</i>\n            <div class="movie-block-name">Add</div>\n            <div class="movie-block-text">Bank</div>\n          </div>\n        </a>\n        <a href="/company_add/" class="link">\n          <div>\n            <i class="icon f7-icons">pause_fill</i>\n            <div class="movie-block-name">Add</div>\n            <div class="movie-block-text">Company</div>\n          </div>\n        </a>\n        <a href="/person_add/" class="link">\n          <div>\n            <i class="icon f7-icons">f_cursive_circle</i>\n            <div class="movie-block-name">Add</div>\n            <div class="movie-block-text">Person</div>\n          </div>\n        </a>\n      </div>\n    </div>\n  </div>\n</div>','0','0','2','1','1','1','0','0','1','14','0','','','','1','1759871673');
INSERT INTO `t6_h_tab` VALUES('4','account','','account','Account','','<div class="profile-header">\n  <div id="user_img" class="profile-image">\n  </div>\n  <div id="user_name" class="profile-name">\n  </div>\n  <div id="user_subtitle" class="profile-subtitle">\n  </div>\n</div>\n<div class="list links-list colored-icons-list list-outline list-dividers full-width">\n  <ul>\n    <li>\n      <a href="/password_change/">\n        <div class="colored-icon red">\n          <i class="icon f7-icons">light_min</i>\n        </div>\n        <span data-lang="password_change">Password Change</span>\n      </a>\n    </li>\n    <li>\n      <a href="/account_edit/">\n        <div class="colored-icon red">\n          <i class="icon f7-icons">stopwatch_fill</i>\n        </div>\n        <span data-lang="account_edit">Edit Account</span>\n      </a>\n    </li>\n    <li>\n      <a href="/account_delete/">\n        <div class="colored-icon red">\n          <i class="icon f7-icons">trash_circle_fill</i>\n        </div>\n        <span data-lang="account_delete">Delete Account</span>\n      </a>\n    </li>\n    <li>\n      <a href="#" class="sheet-open" data-sheet=".m_language">\n        <div class="colored-icon red">\n          <i class="icon f7-icons">textformat_alt</i>\n        </div>\n        <span data-lang="language">\n        </span>\n        <div data-lang="language_name" class="item-after mr-15">\n        </div>\n      </a>\n    </li>\n    <li id="account_img_menu">\n    </li>\n  </ul>\n</div>\n<div class="centered-text">\n  <a href="#" data-lang="logout" class="button bg-danger logout">Logout</a>\n</div>','','<div id="tab-account" class="tab tab-account view view-init">\n  <div class="page page-tab_account" data-name="tab_account">\n    <div class="navbar navbar-large">\n      <div class="navbar-bg">\n      </div>\n      <div class="navbar-inner">\n        <div class="left">\n          <a href="#" class="link icon-only switch-theme">\n            <i class="icon f7-icons">moon_stars</i>\n          </a>\n        </div>\n        <div class="title">Account</div>\n        <div class="title-large">\n          <div class="title-large-text">Account</div>\n        </div>\n        <div class="right">\n          <a href="#" data-panel=".panel-right" class="icon-only panel-open">\n            <i class="icon f7-icons">cart</i>\n          </a>\n          <a id="signout" class="link icon-only text-color-red">\n            <i class="icon f7-icons">square_arrow_right</i>\n          </a>\n        </div>\n      </div>\n    </div>\n    <div class="page-content" id="account_tab_content" data-ptr-mousewheel="true">\n      <div class="profile-header">\n        <div id="user_img" class="profile-image">\n        </div>\n        <div id="user_name" class="profile-name">\n        </div>\n        <div id="user_subtitle" class="profile-subtitle">\n        </div>\n      </div>\n      <div class="list links-list colored-icons-list list-outline list-dividers full-width">\n        <ul>\n          <li>\n            <a href="/password_change/">\n              <div class="colored-icon red">\n                <i class="icon f7-icons">light_min</i>\n              </div>\n              <span data-lang="password_change">Password Change</span>\n            </a>\n          </li>\n          <li>\n            <a href="/account_edit/">\n              <div class="colored-icon red">\n                <i class="icon f7-icons">stopwatch_fill</i>\n              </div>\n              <span data-lang="account_edit">Edit Account</span>\n            </a>\n          </li>\n          <li>\n            <a href="/account_delete/">\n              <div class="colored-icon red">\n                <i class="icon f7-icons">trash_circle_fill</i>\n              </div>\n              <span data-lang="account_delete">Delete Account</span>\n            </a>\n          </li>\n          <li>\n            <a href="#" class="sheet-open" data-sheet=".m_language">\n              <div class="colored-icon red">\n                <i class="icon f7-icons">textformat_alt</i>\n              </div>\n              <span data-lang="language">\n              </span>\n              <div data-lang="language_name" class="item-after mr-15">\n              </div>\n            </a>\n          </li>\n          <li id="account_img_menu">\n          </li>\n        </ul>\n      </div>\n      <div class="centered-text">\n        <a href="#" data-lang="logout" class="button bg-danger logout">Logout</a>\n      </div>\n    </div>\n  </div>\n</div>','0','1','2','1','1','1','0','0','1','15','0','','','','1','1759995598');
INSERT INTO `t6_h_tab` VALUES('5','more','','more','More Info','','<div class="light-gray-title">Application</div>\n<div class="list links-list colored-icons-list list-outline list-dividers full-width">\n  <ul>\n    <li>\n      <a href="/about_us/">\n        <div class="colored-icon red">\n          <i class="icon f7-icons">music_albums_fill</i>\n        </div>\n        <span data-lang="about_as">About Us</span>\n      </a>\n    </li>\n    <li>\n      <a href="/faq/">\n        <div class="colored-icon red">\n          <i class="icon f7-icons">arrow_up_to_line_alt</i>\n        </div>\n        <span data-lang="faq">FAQ</span>\n      </a>\n    </li>\n    <li>\n      <a href="/terms/">\n        <div class="colored-icon red">\n          <i class="icon f7-icons">light_min</i>\n        </div>\n        <span data-lang="terms">Term & Condition</span>\n      </a>\n    </li>\n    <li>\n      <a href="/privacy/">\n        <div class="colored-icon red">\n          <i class="icon f7-icons">stopwatch_fill</i>\n        </div>\n        <span data-lang="privacy">Privacy Polecy</span>\n      </a>\n    </li>\n  </ul>\n</div>','','<div id="tab-more" class="tab tab-more view view-init">\n  <div class="page page-tab_more" data-name="tab_more">\n    <div class="navbar navbar-large">\n      <div class="navbar-bg">\n      </div>\n      <div class="navbar-inner">\n        <div class="left">\n          <a href="#" class="link icon-only switch-theme">\n            <i class="icon f7-icons">moon_stars</i>\n          </a>\n        </div>\n        <div class="title">More Info</div>\n        <div class="title-large">\n          <div class="title-large-text">More Info</div>\n        </div>\n        <div class="right">\n          <a href="#" data-panel=".panel-right" class="icon-only panel-open">\n            <i class="icon f7-icons">cart</i>\n          </a>\n          <a id="signout" class="link icon-only text-color-red">\n            <i class="icon f7-icons">square_arrow_right</i>\n          </a>\n        </div>\n      </div>\n    </div>\n    <div class="page-content" data-ptr-mousewheel="true">\n      <div class="light-gray-title">Application</div>\n      <div class="list links-list colored-icons-list list-outline list-dividers full-width">\n        <ul>\n          <li>\n            <a href="/about_us/">\n              <div class="colored-icon red">\n                <i class="icon f7-icons">music_albums_fill</i>\n              </div>\n              <span data-lang="about_as">About Us</span>\n            </a>\n          </li>\n          <li>\n            <a href="/faq/">\n              <div class="colored-icon red">\n                <i class="icon f7-icons">arrow_up_to_line_alt</i>\n              </div>\n              <span data-lang="faq">FAQ</span>\n            </a>\n          </li>\n          <li>\n            <a href="/terms/">\n              <div class="colored-icon red">\n                <i class="icon f7-icons">light_min</i>\n              </div>\n              <span data-lang="terms">Term & Condition</span>\n            </a>\n          </li>\n          <li>\n            <a href="/privacy/">\n              <div class="colored-icon red">\n                <i class="icon f7-icons">stopwatch_fill</i>\n              </div>\n              <span data-lang="privacy">Privacy Polecy</span>\n            </a>\n          </li>\n        </ul>\n      </div>\n    </div>\n  </div>\n</div>','0','0','2','1','1','1','0','0','1','16','0','','','','1','1759871682');
INSERT INTO `t6_h_tab` VALUES('6','home','','home','Home','','<swiper-container class="full-width" slides-per-view="2.4" space-between="15" slides-offset-after="15" slides-offset-before="15" speed="400" id="home_random">\n</swiper-container>\n<div class="section-title">New Releases\n  <a href="/new_release/">View All</a>\n</div>\n<div id="home_new_release" class="grid grid-cols-2 grid-gap grid-new-release">\n</div>\n<div class="section-title">Don\'t Miss It!</div>\n<a href="/single/" class="card">\n  <div class="card-image">\n    <img src="https://yui.xioyuna.com/template/img/cards/8.jpg" alt="">\n  </div>\n</a>\n<div class="section-title">Trending Albums\n  <a href="/product/" class="link">View All</a>\n</div>\n<swiper-container class="full-width" slides-per-view="2.4" space-between="15" slides-offset-after="15" slides-offset-before="15" speed="400" id="home_by_stock">\n</swiper-container>','','<div id="tab-home" class="tab tab-home view view-init tab-active view-main">\n  <div class="page" data-name="tab_home">\n    <div class="navbar navbar-large">\n      <div class="navbar-bg">\n      </div>\n      <div class="navbar-inner">\n        <div class="left">\n          <a href="#" class="link icon-only switch-theme">\n            <i class="icon f7-icons">moon_stars</i>\n          </a>\n        </div>\n        <div class="title">Home</div>\n        <div class="title-large">\n          <div class="title-large-text">Home</div>\n        </div>\n        <div class="right">\n          <a href="#" data-panel=".panel-right" class="icon-only panel-open">\n            <i class="icon f7-icons">cart</i>\n          </a>\n          <a id="signout" class="link icon-only text-color-red">\n            <i class="icon f7-icons">square_arrow_right</i>\n          </a>\n        </div>\n      </div>\n    </div>\n    <div class="page-content" id="home_tab_content" data-ptr-mousewheel="true">\n      <swiper-container class="full-width" slides-per-view="2.4" space-between="15" slides-offset-after="15" slides-offset-before="15" speed="400" id="home_random">\n      </swiper-container>\n      <div class="section-title">New Releases\n        <a href="/new_release/">View All</a>\n      </div>\n      <div id="home_new_release" class="grid grid-cols-2 grid-gap grid-new-release">\n      </div>\n      <div class="section-title">Don\'t Miss It!</div>\n      <a href="/single/" class="card">\n        <div class="card-image">\n          <img src="https://yui.xioyuna.com/template/img/cards/8.jpg" alt="">\n        </div>\n      </a>\n      <div class="section-title">Trending Albums\n        <a href="/product/" class="link">View All</a>\n      </div>\n      <swiper-container class="full-width" slides-per-view="2.4" space-between="15" slides-offset-after="15" slides-offset-before="15" speed="400" id="home_by_stock">\n      </swiper-container>\n    </div>\n  </div>\n</div>','0','1','2','1','1','1','0','0','1','12','1','','','','1','1760062555');
INSERT INTO `t6_h_tab` VALUES('7','product','','product','Product','','<a href="#" data-panel=".panel-right" class="button button-fill color-dark panel-open">Open Panel</a>','','<div id="tab-product" class="tab tab-product view view-init">\n  <div class="page page-tab_product" data-name="tab_product">\n    <div class="navbar navbar-large">\n      <div class="navbar-bg">\n      </div>\n      <div class="navbar-inner">\n        <div class="left">\n          <a href="#" class="link icon-only switch-theme">\n            <i class="icon f7-icons">moon_stars</i>\n          </a>\n        </div>\n        <div class="title">Product</div>\n        <div class="title-large">\n          <div class="title-large-text">Product</div>\n        </div>\n        <div class="right">\n          <a href="#" data-panel=".panel-right" class="icon-only panel-open">\n            <i class="icon f7-icons">cart</i>\n          </a>\n          <a id="signout" class="link icon-only text-color-red">\n            <i class="icon f7-icons">square_arrow_right</i>\n          </a>\n        </div>\n      </div>\n    </div>\n    <div class="page-content" id="product_tab_content" data-ptr-mousewheel="true">\n      <a href="#" data-panel=".panel-right" class="button button-fill color-dark panel-open">Open Panel</a>\n    </div>\n  </div>\n</div>','0','1','2','1','1','1','0','1','1','13','0','','','','1','1759871669');
INSERT INTO `t6_h_tab` VALUES('8','p_cart','','p_cart','Cart','','<div class="popup p_cart" style="display: none;">\n  <div class="toolbar">\n    <div class="toolbar-inner">\n      <div class="left">\n      </div>\n      <div class="right">\n        <a href="#" class="icon-only popup-close">\n          <i class="icon f7-icons">multiply_square</i>\n        </a>\n      </div>\n    </div>\n  </div>\n  <div class="page">\n    <div class="page-content popup-demo">\n      <div class="popup-content">\n        <h1 data-lang="cart">Cart</h1>\n        <p data-lang="cart_msg">Enjoy ad-free browsing, priority customer support, early access to new features and updates, personalized recommendations, and special discounts on premium content or services.</p>\n      </div>\n      <a href="#" class="button button-fill color-dark popup-close">Close Popup</a>\n    </div>\n  </div>\n</div>','','<div class="popup p_cart" style="display: none;">\n  <div class="toolbar">\n    <div class="toolbar-inner">\n      <div class="left">\n      </div>\n      <div class="right">\n        <a href="#" class="icon-only popup-close">\n          <i class="icon f7-icons">multiply_square</i>\n        </a>\n      </div>\n    </div>\n  </div>\n  <div class="page">\n    <div class="page-content popup-demo">\n      <div class="popup-content">\n        <h1 data-lang="cart">Cart</h1>\n        <p data-lang="cart_msg">Enjoy ad-free browsing, priority customer support, early access to new features and updates, personalized recommendations, and special discounts on premium content or services.</p>\n      </div>\n      <a href="#" class="button button-fill color-dark popup-close">Close Popup</a>\n    </div>\n  </div>\n</div>','0','0','1','2','0','0','0','0','1','71','0','','','','0','1759876820');
INSERT INTO `t6_h_tab` VALUES('9','toolbar_bottom','','toolbar_bottom','','','<div id="toolbar_bottom" class="toolbar tabbar tabbar-icons toolbar-bottom">\n  <div class="toolbar-inner">\n    <a href="#tab-home" class="tab-link">\n      <i class="icon f7-icons">house</i>\n      <span data-lang="home" class="tabbar-label">Home</span>\n    </a>\n    <a href="#tab-product" class="tab-link">\n      <i class="icon f7-icons">rocket</i>\n      <span data-lang="product" class="tabbar-label">Products</span>\n    </a>\n    <a href="#tab-add" class="tab-link">\n      <i class="icon f7-icons">plus_app</i>\n      <span data-lang="add" class="tabbar-label">Add</span>\n    </a>\n    <a href="#tab-account" class="tab-link">\n      <i class="icon f7-icons">person</i>\n      <span data-lang="account" class="tabbar-label">Account</span>\n    </a>\n    <a href="#tab-more" class="tab-link">\n      <i class="icon f7-icons">question_circle</i>\n      <span data-lang="more" class="tabbar-label">help</span>\n    </a>\n  </div>\n</div>\n</div>\n</div>','','<div id="toolbar_bottom" class="toolbar tabbar tabbar-icons toolbar-bottom">\n  <div class="toolbar-inner">\n    <a href="#tab-home" class="tab-link">\n      <i class="icon f7-icons">house</i>\n      <span data-lang="home" class="tabbar-label">Home</span>\n    </a>\n    <a href="#tab-product" class="tab-link">\n      <i class="icon f7-icons">rocket</i>\n      <span data-lang="product" class="tabbar-label">Products</span>\n    </a>\n    <a href="#tab-add" class="tab-link">\n      <i class="icon f7-icons">plus_app</i>\n      <span data-lang="add" class="tabbar-label">Add</span>\n    </a>\n    <a href="#tab-account" class="tab-link">\n      <i class="icon f7-icons">person</i>\n      <span data-lang="account" class="tabbar-label">Account</span>\n    </a>\n    <a href="#tab-more" class="tab-link">\n      <i class="icon f7-icons">question_circle</i>\n      <span data-lang="more" class="tabbar-label">help</span>\n    </a>\n  </div>\n</div>\n</div>\n</div>','0','0','1','2','0','0','0','0','1','50','0','','','','0','1759724562');
INSERT INTO `t6_h_tab` VALUES('10','popup_cart','','popup_cart','Cart','','<div class="popup popup-1" style="display: none;">\n  <div class="page">\n    <div class="page-content popup-demo">\n      <div class="popup-content">\n        <img src="https://yui.xioyuna.com/template/img/illustrations/onboarding-2.svg" alt="">\n        <h1>Premium Benefits</h1>\n        <p>Enjoy ad-free browsing, priority customer support, early access to new features and updates, personalized recommendations, and special discounts on premium content or services.</p>\n      </div>\n      <a href="#" class="button button-fill color-dark popup-close">Close Popup</a>\n    </div>\n  </div>\n</div>','','<div class="popup popup-1" style="display: none;">\n  <div class="page">\n    <div class="page-content popup-demo">\n      <div class="popup-content">\n        <img src="https://yui.xioyuna.com/template/img/illustrations/onboarding-2.svg" alt="">\n        <h1>Premium Benefits</h1>\n        <p>Enjoy ad-free browsing, priority customer support, early access to new features and updates, personalized recommendations, and special discounts on premium content or services.</p>\n      </div>\n      <a href="#" class="button button-fill color-dark popup-close">Close Popup</a>\n    </div>\n  </div>\n</div>','1','0','1','2','0','0','0','0','1','81','0','','','','0','1759137130');
INSERT INTO `t6_h_tab` VALUES('11','panel','','panel','panel','','<div class="panel panel-right panel-push panel-init">\n  <h2>Cart</h2>\n</div>\n<div class="views tabs">','','<div class="panel panel-right panel-push panel-init">\n  <h2>Cart</h2>\n</div>\n<div class="views tabs">','0','0','1','2','0','0','0','0','1','2','0','','','','0','1760085565');
INSERT INTO `t6_h_tab` VALUES('12','m_language','','m_language','Change Language','','<div class="sheet-modal sheet m_language" data-name="m_language">\n  <div class="toolbar">\n    <div class="toolbar-inner">\n      <div class="left">\n      </div>\n      <div class="right">\n        <a href="#" class="icon-only sheet-close">\n          <i class="icon f7-icons">multiply_square</i>\n        </a>\n      </div>\n    </div>\n  </div>\n  <div class="sheet-modal-inner">\n    <div class="block">\n      <p class="mb-4" id="r_lang"></p>\n    </div>\n  </div>\n</div>','','<div class="sheet-modal sheet m_language" data-name="m_language">\n  <div class="toolbar">\n    <div class="toolbar-inner">\n      <div class="left">\n      </div>\n      <div class="right">\n        <a href="#" class="icon-only sheet-close">\n          <i class="icon f7-icons">multiply_square</i>\n        </a>\n      </div>\n    </div>\n  </div>\n  <div class="sheet-modal-inner">\n    <div class="block">\n      <p class="mb-4" id="r_lang"></p>\n    </div>\n  </div>\n</div>','0','0','1','2','0','0','0','0','1','51','0','','','','0','1759877273');


DROP TABLE IF EXISTS `t6_html`;
CREATE TABLE `t6_html` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `modul` varchar(20) DEFAULT NULL,
  `slug` varchar(99) DEFAULT NULL,
  `name` varchar(99) DEFAULT NULL,
  `param` varchar(99) DEFAULT NULL,
  `method` varchar(99) NOT NULL DEFAULT 'POST',
  `folder` varchar(20) DEFAULT NULL,
  `php` text DEFAULT NULL,
  `body` text DEFAULT NULL,
  `remark` varchar(150) DEFAULT NULL,
  `st` tinyint(4) NOT NULL,
  `type` tinyint(4) NOT NULL DEFAULT 1 COMMENT '1=api,2=non api',
  `del` tinyint(4) NOT NULL DEFAULT 0 COMMENT '1=delete',
  `tes` tinyint(4) NOT NULL DEFAULT 0,
  `update_at` int(11) NOT NULL DEFAULT 0,
  `test_at` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  UNIQUE KEY `folder_slug` (`folder`,`slug`),
  KEY `id_folder_slug` (`id`,`folder`,`slug`),
  KEY `name` (`name`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

INSERT INTO `t6_html` VALUES('1','post','index','item','op=job','GET','sub/s1/','','','','0','0','0','0','1759054620','0');


DROP TABLE IF EXISTS `t6_js`;
CREATE TABLE `t6_js` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `modul` varchar(99) DEFAULT NULL,
  `name` varchar(99) DEFAULT NULL,
  `body` text DEFAULT NULL,
  `is` varchar(10) DEFAULT '0',
  `del` tinyint(4) NOT NULL DEFAULT 0 COMMENT '1=delete',
  `level` tinyint(4) NOT NULL DEFAULT 0,
  `parent` int(11) NOT NULL DEFAULT 0,
  `update_at` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  UNIQUE KEY `folder_name` (`modul`(20),`name`,`level`) USING BTREE,
  KEY `id_folder_slug` (`id`,`modul`(20)),
  KEY `name` (`name`)
) ENGINE=InnoDB AUTO_INCREMENT=75 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

INSERT INTO `t6_js` VALUES('1','app','app','// Dom7\nvar $$ = Dom7;\n// Theme\nvar text = {};\nvar app = new Framework7({\n  root: \'#app\', // App root element\n  id: \'com.s1.shop\',\n  el: \'#app\',\n  name: \'Framework7\', // App name\n  theme: \'ios\',\n  //pushState: false,\n    iosTranslucentBars: ![],\n    iosTranslucentModals: ![],\n  routes: routes,\n});\nconst config = {\n  storage_key: \'sh96\'\n};\nlet ar = {\n  \'lang\': [{"code":"id","lang":"Indonesia"},{"code":"en","lang":"English"}],\n  \'sex\': {1:\'Laki-laki\',2:\'Perempuan\'},\n  \'gelar\': {1:\'Tuan\',2:\'Nyonya\',3:\'Nona\',4:\'Anak\'}\n};\nfunction checkConnection(url) {}\nvar auth_data_member = get_localstorage(\'member\');\nif(auth_data_member.status==true) {\n  console.log(auth_data_member.status)\n  document.getElementById(\'toolbar_bottom\').style.display = \'block\';\n  let dt=auth_data_member.data;\n  //console.log(dt) \n  $("#user_name").html(dt.nama_member); \n  $("#user_subtitle").html(dt.email); \n  account_image_reload();\n  new_release_home();\n  random_home();\n  bystock_home();\n  //items_pria();\n} else {\n  document.getElementById(\'signout\').style.display = \'none\'; \n  document.getElementById(\'toolbar_bottom\').style.display = \'none\'; \n  console.log(\'not logged\')\n  app.views.main.router.navigate(\'/signin/\');\n}\n$$(\'#signout\')[\'on\'](\'click\', function() {\n    console.log(\'app signout ready\')    \n    remove_localstorage(\'member\');\n    remove_localstorage(\'member_img\');\n    remove_localstorage(\'item_pria\');\n    app.views.main.router.navigate(\'/signin/\');\n    window.location.reload();\n});\n$$(\'.logout\')[\'on\'](\'click\', function() {\n    console.log(\'app logout ready\')    \n    remove_localstorage(\'member\');\n    remove_localstorage(\'member_img\');\n    remove_localstorage(\'item_pria\');\n    app.views.main.router.navigate(\'/signin/\');\n    window.location.reload();\n});\n\nvar dl = get_localstorage(\'lang\');\nif(dl.status==true) {\n  let lang=dl.data;\n  console.log(lang);\n  lang_change(lang)\n} else {\n  let lang=\'id\';\n  console.log(lang);\n  lang_change(lang)\n}','js','0','1','0','1760023246');
INSERT INTO `t6_js` VALUES('2','utils','utils','function timeOut(num = 30000) {\n  setTimeout(() => {\n    app.preloader.hide();\n    app.dialog.alert(\'Operation timed out...\', \'Time Out\');\n  }, num)\n}\nfunction promiseTimeout(ms, promise) {\n  // Create a promise that rejects in <ms> milliseconds\n  let timeout = new Promise((resolve, reject) => {\n    let id = setTimeout(() => {\n      clearTimeout(id);\n      reject(\'Operation timed out in \' + (ms / 1000) + \'s\')\n    }, ms)\n  })\n  // Returns a race between our timeout and the passed in promise\n  return Promise.race([\n    promise,\n    timeout\n  ])\n}\nString.prototype.replaceAt = function(index, char) {\n  return this.substr(0, index - 1) + char + this.substr(index + char.length);\n}\n\nfunction copyToClipboard(element) {\n  var $temp = $("<input>");\n  $("body").append($temp);\n  $temp.val($(element).text()).select();\n  document.execCommand("copy");\n  $temp.remove();\n}\n\n\n\nfunction showToast(message, type = \'Message\', position = \'bottom\') {\n  app.toast.create({\n    text: message,\n    position: position,\n    closeTimeout: 2000,\n  }).open()\n}','js','0','1','0','1759378400');
INSERT INTO `t6_js` VALUES('3','account','account','','js','0','1','0','1759373631');
INSERT INTO `t6_js` VALUES('4','item','item','','js','0','1','0','1759374069');
INSERT INTO `t6_js` VALUES('5','cart','cart','','js','0','1','0','1759374412');
INSERT INTO `t6_js` VALUES('6','req','req','let base_url = "https://s1.ahi9.com/api/v2/";\nlet item_url = "https://s1.ahi9.com/api/v3/";','js','0','1','0','1759377460');
INSERT INTO `t6_js` VALUES('10','account','address_add','$$(document).on(\'page:init\', \'.page[data-name="address_add"]\', function(e) {\n  $(document).off("click", "#address_add_button").on("click", "#address_add_button", function(e) {\n  console.log(\'app address add click ready\')\n    e.preventDefault();\n    let user = JSON.parse(localStorage.getItem(\'t01_user\'));\n    const label = $(\'#ad_label\').val();\n    const name = $(\'#ad_name\').val();\n    const phone = $(\'#ad_phone\').val();\n    const address = $(\'#ad_address\').val();\n    const rt = $(\'#ad_rt\').val();\n    const rw = $(\'#ad_rw\').val();\n    const no = $(\'#ad_no\').val();\n    const postcode = $(\'#ad_postcode\').val();\n    const kel = $(\'#ad_kel\').val();\n    const kec = $(\'#ad_kec\').val();\n    const city = $(\'#ad_city\').val();\n    const gmap = $(\'#ad_gmap\').val();\n    const remark = $(\'#ad_remark\').val();\n    const token=user.sess_token;\n    const uuid=user.uuid;\n    let req = {\n      label,name,uuid,token,phone,address,rt,rw,no,postcode,kel,kec,city,gmap,remark\n    }\n    if (name && phone && address && no && gmap) {\n      address_add(req);\n    } else {\n      app.dialog.alert("All fields are required", "Add Address Errors");\n    }\n  });\n})','js','0','2','3','1759374015');
INSERT INTO `t6_js` VALUES('11','account','address','$(document).on(\'page:init\', \'.page[data-name="address"]\', async function (e) {\n  console.log(\'app address ready\')\n  var view = app.views.current\n\n  let js = JSON.parse(localStorage.getItem(\'t01_user\'));\n  let dt = js.data.address;\n  //console.log(dt)\n  var strHtml = `<div class="list detailed-list list-dividers full-width">\n      <ul>`;\n  for(let i=0;i<dt.length;i++) {\n    strHtml += `\n<li>\n<div class="item-link item-content">\n    \n    <div class="item-inner">\n      <div class="item-title">\n        <div class="item-name"><b>`+dt[i].label+` [`+dt[i].name+`, `+dt[i].phone+`]</b></div>\n        <div class="item-footer">`+dt[i].address+`, `+dt[i].rt+`, `+dt[i].rw+`, `+dt[i].no+`, `+dt[i].kel+`, `+dt[i].kec+`, `+dt[i].city+`, `+dt[i].postcode+`</div>\n      </div>\n      <div class="item-after event-time">\n      <a href="/address_edit/`+dt[i].id+`" data-id="`+dt[i].id+`" class="badge bg-primary btn-f300">edit</a>\n      <a data-id="`+dt[i].id+`" class="badge bg-danger btn-f300 ml-2 user_address_delete">del</a>\n      </div>\n    </div>\n   </div>\n</li>   \n    `;\n  }\n   strHtml += `\n   </ul></div>`;  \n  //console.log(strHtml)\n  $$("#address_content").html(strHtml);\n})','js','0','2','3','1759373997');
INSERT INTO `t6_js` VALUES('12','account','address_delete','// Delete useraddress\n$(document).on(\'click\', \'.user_address_delete\', async function (e) {\n  console.log(\'app user_address_delete ready\')\n  const aid = $(e.target).attr(\'data-id\');\n  const user = JSON.parse(localStorage.getItem(\'t01_user\'));\n  const token=user.sess_token;\n  const uuid=user.uuid;\n  let req = {\n    uuid,token,aid\n  }\n  //console.log(req)  \n  // confirm dialog\n  app.dialog.confirm(\'Are you sure you want to delete this address?\', \'Delete Address\', async function () {\n      app.preloader.show()\n      if (aid && uuid) {\n        user_address_delete(req,\'adrs_\'+aid);\n      } \n  })\n})','js','0','2','3','1759374355');
INSERT INTO `t6_js` VALUES('13','account','address_edit','$(document).on(\'page:beforein\', \'.page[data-name="address_edit"]\', async function (e) {\n  console.log(\'app address_edit ready\')\n  var aid = e.detail.route.params.id\n  //console.log(aid)\n  let js = JSON.parse(localStorage.getItem(\'t01_user\'));\n  let dt = js.data.address;  \n  for(let i=0;i<dt.length;i++) {\n    if(dt[i].id==aid) {\n      document.querySelector(\'#a2_label\').value = dt[i].label || \'\';\n      document.querySelector(\'#a2_name\').value = dt[i].name || \'\';\n      document.querySelector(\'#a2_phone\').value = dt[i].phone || \'\';\n      document.querySelector(\'#a2_address\').value = dt[i].address || \'\';\n      document.querySelector(\'#a2_rt\').value = dt[i].rt || \'\';\n      document.querySelector(\'#a2_rw\').value = dt[i].rw || \'\';\n      document.querySelector(\'#a2_no\').value = dt[i].no || \'\';\n      document.querySelector(\'#a2_postcode\').value = dt[i].postcode || \'\';\n      document.querySelector(\'#a2_kel\').value = dt[i].kel || \'\';\n      document.querySelector(\'#a2_kec\').value = dt[i].kec || \'\';\n      document.querySelector(\'#a2_city\').value = dt[i].city || \'\';\n      document.querySelector(\'#a2_gmap\').value = dt[i].gmap || \'\';\n      document.querySelector(\'#a2_remark\').value = dt[i].remark || \'\';\n      document.querySelector(\'#a2_id\').value = dt[i].id || \'\';\n    }\n  }\n});\n\n$$(document).on(\'page:init\', \'.page[data-name="address_edit"]\', function(e) {\n  $(document).off("click", "#address_edit_button").on("click", "#address_edit_button", function(e) {\n    e.preventDefault();\n    let user = JSON.parse(localStorage.getItem(\'t01_user\'));\n    const label = $(\'#a2_label\').val();\n    const name = $(\'#a2_name\').val();\n    const phone = $(\'#a2_phone\').val();\n    const address = $(\'#a2_address\').val();\n    const rt = $(\'#a2_rt\').val();\n    const rw = $(\'#a2_rw\').val();\n    const no = $(\'#a2_no\').val();\n    const postcode = $(\'#a2_postcode\').val();\n    const kel = $(\'#a2_kel\').val();\n    const kec = $(\'#a2_kec\').val();\n    const city = $(\'#a2_city\').val();\n    const gmap = $(\'#a2_gmap\').val();\n    const remark = $(\'#a2_remark\').val();\n    const aid = $(\'#a2_id\').val();\n    const token=user.sess_token;\n    const uuid=user.uuid;\n    let req = {\n      uuid,token,label,name,phone,address,rt,rw,no,postcode,kel,kec,city,gmap,remark,aid\n    }\n    if (name && phone && address && no && gmap) {\n      address_edit(req);\n    } else {\n      app.dialog.alert("All fields are required", "Edit Address Errors");\n    }\n  });\n})','js','0','2','3','1759374367');
INSERT INTO `t6_js` VALUES('14','utils','toggle_password_change','function toggle_password_change() {\n  const p1 = document.getElementById(\'password22\');\n  const p2 = document.getElementById(\'newpassword22\');\n  const p3 = document.getElementById(\'confirmpassword22\');\n  const type = p1.getAttribute(\'type\') === \'password\' ? \'text\' : \'password\';\n  p1.setAttribute(\'type\', type);\n  p2.setAttribute(\'type\', type);\n  p3.setAttribute(\'type\', type);\n  let btn_html=\'\';\n  if(type==\'text\') {\n    btn_html +=text.hide_password;\n  } else {\n    btn_html +=text.show_password;\n  }\n  $(\'#cp_show_password\').html(btn_html)\n}','js','0','2','2','1759802915');
INSERT INTO `t6_js` VALUES('15','req','signin','function signin(req) {\n  app.preloader.show(\'multi\');\n  $.ajax({\n    type: "post",\n    url: base_url + \'signin\',\n    data: req,\n    success: (res) => {\n      if (res.success) {\n        remove_localstorage(\'member\');\n        remove_localstorage(\'member_img\');\n        set_localstorage(\'member\',res.member.data)\n        set_localstorage(\'member_img\',res.img.data)     \n        items_pria();\n        setTimeout(() => {\n          app.preloader.hide();\n          app.views.main.router.navigate(\'/\');\n          window.location.reload();\n          console.log(\'app index ready\')\n        }, 1500);\n               \n      } else {\n        app.preloader.hide();\n        app.dialog.alert(res.message, \'Login Failed\');\n      }\n    }\n  })\n}','js','0','2','6','1759377637');
INSERT INTO `t6_js` VALUES('16','req','signup','function signup(req) {\n  app.preloader.show();\n  $.ajax({\n    type: "post",\n    url: base_url2 + \'signup\',\n    data: req,\n    success: (res) => {\n      if (res.success) {\n        remove_localstorage(\'member\');\n        set_localstorage(\'member\',res.member.data)\n        app.preloader.hide();\n        app.views.main.router.navigate(\'/\');\n      } else {\n        app.preloader.hide();\n        app.dialog.alert(res.message, \'SignUp Failed\');\n      }\n    }\n  })\n}','js','0','2','6','1759377650');
INSERT INTO `t6_js` VALUES('17','req','password_forgot','function password_forgot(req) {\n  app.preloader.show();\n  $.ajax({\n    type: "POST",\n    url: base_url + \'password_forgot\',\n    data: req,\n    success: (res) => {\n      if (res.status) {\n        app.preloader.hide();\n        app.dialog.alert(res.message, \'Password Forgot\');\n      } else {\n        app.preloader.hide();\n        app.dialog.alert(res.message, \'Password Forgot Error\');\n      }\n    }\n  })\n}\n/*function password_forgot(req) {\n  return new Promise((resolve, reject) => {\n    $.ajax({\n      type: "post",\n      data: req,\n      url: base_url + \'password_forgot\',\n      success: (res) => {\n        //resolve(response);\n        //showToast(\'Update Journal Successfull\');\n        app.dialog.alert(res.message, \'Password Reset\');\n      }\n    })\n  })\n}\n*/','js','0','2','6','1759377694');
INSERT INTO `t6_js` VALUES('18','req','password_change','function password_change(req) {\n  app.preloader.show();\n  $.ajax({\n    type: "post",\n    data: req,\n    url: base_url + \'password_change\',\n    success: (res) => {\n      if (res.success) {\n        //remove_localstorage(\'member\');\n        app.preloader.hide();\n        showToast(\'Change Password Success\');\n        //app.views.main.router.navigate(\'/\');\n      } else {\n        app.preloader.hide();\n        app.dialog.alert(res.message, \'Error\');\n      }\n    }\n  })\n}\n/*\nfunction signup(req) {\n  app.preloader.show();\n  $.ajax({\n    type: "post",\n    url: base_url2 + \'signup\',\n    data: req,\n    success: (res) => {\n      if (res.success) {\n        remove_localstorage(\'member\');\n        set_localstorage(\'member\',res.member.data)\n        app.preloader.hide();\n        app.views.main.router.navigate(\'/\');\n      } else {\n        app.preloader.hide();\n        app.dialog.alert(res.message, \'SignUp Failed\');\n      }\n    }\n  })\n}\n*/','js','0','2','6','1759377682');
INSERT INTO `t6_js` VALUES('19','req','account_edit','function account_edit(req) {\n  app.preloader.show();\n  $.ajax({\n    type: "post",\n    url: base_url + \'account_edit\',\n    data: req,\n    success: (res) => {\n      if (res.success) {\n        remove_localstorage(\'member\');\n        set_localstorage(\'member\',res.member.data)\n        app.preloader.hide();\n        showToast(\'Update Account Successfully\');\n      } else {\n        app.preloader.hide();\n        app.dialog.alert(res.message, \'Edit Account Error\');\n      }\n    }\n  })\n}','js','0','2','6','1759376661');
INSERT INTO `t6_js` VALUES('20','req','account_delete','function account_delete(req) {\n  app.preloader.show();\n  $.ajax({\n    type: "post",\n    url: base_url + \'account_delete\',\n    data: req,\n    success: (res) => {\n      if (res.success) {\n        remove_localstorage(\'member\');\n        app.preloader.hide();\n        app.dialog.alert(\'Delete Account Successfully\', \'Delete Account\');\n        app.views.main.router.navigate(\'/\');\n        window.location.reload();\n      } else {\n        app.preloader.hide();\n        app.dialog.alert(res.message, \'Delete Account Error\');\n      }\n    }\n  })\n}','js','0','2','6','1759376681');
INSERT INTO `t6_js` VALUES('21','req','address_add','function address_add(req) {\n  app.preloader.show();\n  $.ajax({\n    type: "post",\n    url: base_url + \'address_add\',\n    data: req,\n    success: (res) => {\n      if (res.status) {\n        app.preloader.hide();\n        localStorage.setItem(\'t01_user\', JSON.stringify({\n          uuid: res.data.uuid,\n          email: res.data.email,\n          sess_token: res.data.token,\n          data: res.data\n        }))\n        showToast(\'Add address successfully\');\n        app.views.main.router.navigate(\'/address/\');\n      } else {\n        app.preloader.hide();\n        app.dialog.alert(res.message, \'Add Address Error\');\n      }\n    }\n  })\n}','js','0','2','6','1759377109');
INSERT INTO `t6_js` VALUES('22','req','address_delete','function user_address_delete(req,elId) {\n  app.preloader.show();\n  $.ajax({\n    type: "post",\n    url: base_url + \'address_delete\',\n    data: req,\n    success: (res) => {\n      if (res.status) {\n          app.preloader.hide();\n          app.dialog.alert("Address deleted successfully", "Success");\n          $("#"+elId).remove();\n          localStorage.setItem(\'t01_user\', JSON.stringify({\n            uuid: res.data.uuid,\n            email: res.data.email,\n            sess_token: res.data.token,\n            data: res.data\n          }))\n      } else {\n          app.preloader.hide();\n          app.dialog.alert("Failed to delete address", "Error");\n      }\n    }\n  })\n}','js','0','2','6','1759377534');
INSERT INTO `t6_js` VALUES('23','req','address_edit','function address_edit(req) {\n  app.preloader.show();\n  $.ajax({\n    type: "post",\n    url: base_url + \'address_edit\',\n    data: req,\n    success: (res) => {\n      if (res.status) {\n        app.preloader.hide();\n        localStorage.setItem(\'t01_user\', JSON.stringify({\n          uuid: res.data.uuid,\n          email: res.data.email,\n          sess_token: res.data.token,\n          data: res.data\n        }))\n        showToast(\'Update User Address Successfully\');\n        //app.views.main.router.navigate(\'/address/\');\n      } else {\n        app.preloader.hide();\n        app.dialog.alert(res.message, \'Add Address Error\');\n      }\n    }\n  })\n}','js','0','2','6','1759377124');
INSERT INTO `t6_js` VALUES('24','app','aayui','window.localize = function (key) {\n  let language = window.language || \'en\'; // Default to English\n  console.log(window.language)\n  // Handle language variations (e.g., en-US, en_US)\n  language = language.replace(/-/g, "_").substring(0, 2); \n  if (!window.locales[language]) language = \'en\'; // Fallback to English\n\n  return window.locales[language][key] || key; // Return key if translation not found\n};\n\n$$(\'.switch-theme\')[\'on\'](\'click\', function() {\n  $$(\'.page\')[\'toggleClass\'](\'page-theme-transition\'), $$(\'.page\')[\'transitionEnd\'](function() {\n    $$(\'.page\')[\'toggleClass\'](\'page-theme-transition\');\n  }), $$(\'body\')[\'hasClass\'](\'dark\') ? $$(\'.switch-theme i\')[\'text\'](\'moon_stars\') : $$(\'.switch-theme i\')[\'text\'](\'sun_max\'), $$(\'body\')[\'toggleClass\'](\'dark\');\n});\n$$(\'.switch-theme\')[\'on\'](\'click\', function() {\n  window[\'parent\'][\'postMessage\'](\'switchTheme\', window[\'location\'][\'origin\']);\n});\n\n$$(document)[\'on\'](\'photobrowser:open photobrowser:close\', function() {\n  !$$(\'body\')[\'hasClass\'](\'dark\') && window[\'parent\'][\'postMessage\'](\'switchTheme\', window[\'location\'][\'origin\']);\n});','js','0','2','1','1760048760');
INSERT INTO `t6_js` VALUES('25','utils','localstorage_get','function get_localstorage(key, params = {}) {\n  let key2 = config.storage_key + "_" + key;\n  let value = localStorage.getItem(key2);\n  if(value === null) return {\n    status: false,\n    data: {}\n  };\n  if(value === "undefined") return {\n    status: false,\n    data: {}\n  };\n  if(value === "") return {\n    status: false,\n    data: {}\n  };\n  if(value === "{}") return {\n    status: false,\n    data: {}\n  };\n  if(value === "[]") return {\n    status: false,\n    data: {}\n  };\n  if(JSON.parse(value) === null) return {\n    status: false,\n    data: {}\n  };\n  return {\n    status: true,\n    data: JSON.parse(value)\n  };\n}','js','0','2','2','1759375115');
INSERT INTO `t6_js` VALUES('26','app','remember_me','$(\'#remember_me\').click(function() {\n  if($(\'#remember_me\').is(\':checked\')) {\n    localStorage.username = $(\'#user_name\').val();\n    localStorage.password = $(\'#password\').val();\n    localStorage.chkbx = $(\'#remember_me\').val();\n  } else {\n    localStorage.username = \'\';\n    localStorage.password = \'\';\n    localStorage.chkbx = \'\';\n  }\n});','js','0','2','1','1758959881');
INSERT INTO `t6_js` VALUES('27','utils','localstorage_remove','function remove_localstorage(key) {\n  let key2 = config.storage_key + "_" + key\n  localStorage.removeItem(key2)\n}','js','0','2','2','1759375044');
INSERT INTO `t6_js` VALUES('28','utils','localstorage_set','function set_localstorage(key, value) {\n  let key2 = config.storage_key + "_" + key;\n  localStorage.setItem(key2, JSON.stringify(value));\n  return {\n    status: true,\n    data: value\n  };\n}','js','0','2','2','1759375053');
INSERT INTO `t6_js` VALUES('29','req','password_cek','function signin(req) {\n  app.preloader.show(\'multi\');\n  $.ajax({\n    type: "post",\n    url: base_url + \'password_cek\',\n    data: req,\n    success: (res) => {\n      if (res.success) {\n        showToast(\'Change Password Success\');\n      } else {\n        app.preloader.hide();\n        app.dialog.alert(res.message, \'Error\');\n      }\n    }\n  })\n}','js','0','2','6','1759377624');
INSERT INTO `t6_js` VALUES('30','app','image_upload','$(document).on(\'click\', \'.image_upload\', async function (e) {\n  const image= e.target.closest(\'.image_upload\').dataset.image;\n  setTimeout(() => {\n    //console.log(image)\n    if (image) {\n      $$(\'input[name="item_image"]\').closest(\'.custom-file-upload\').find(\'label\').css(\'background-image\', `url(\'${image}\')`)\n      $$(\'input[name="item_image"]\').closest(\'.custom-file-upload\').find(\'label\').css(\'background-size\', \'contain\')\n      $$(\'input[name="item_image"]\').closest(\'.custom-file-upload\').find(\'label\').css(\'background-position\', \'center\')\n      $$(\'input[name="item_image"]\').closest(\'.custom-file-upload\').find(\'label\').css(\'background-repeat\', \'no-repeat\')\n    }\n  }, 300)    \n})\n\n$(document).on(\'page:beforein\', \'.page[data-name="image_upload"]\', async function(e) {\n  console.log(\'app image_upload ready\')\n  var tbl = e.detail.route.params.cat;\n  var id = e.detail.route.params.id;\n  console.log(id + \', \' + tbl);  \n  var strHtml = `\n<div class="custom-file-upload item" id="fileUpload">\n  <input type="hidden" id="a8_id" value="` + id + `">\n  <input type="hidden" id="a8_tbl" value="` + tbl + `">\n  <input type="file" id="fileuploadInput" name="item_image" />\n  <label for="fileuploadInput">\n  </label>\n</div>\n<div data-lang="tap_to_upload" class="centered-text mb-15">${text.tap_to_upload}</div>\n<div class="centered-text">\n  <a href="#" id="image_upload_button" data-lang="save" class="btn btn-primary fw-700">${text.save}</a>\n</div>`;\n  $$("#image_upload_content").html(strHtml);  \n});\n\n$(document).on(\'change\', \'input#fileuploadInput\', function(e) {\n  const file = e.target.files[0]\n  const reader = new FileReader()\n  reader.onload = function(e) {\n    document.querySelector(\'.custom-file-upload label\').style.backgroundImage = `url(\'${e.target.result}\')`\n    document.querySelector(\'.custom-file-upload label\').style.backgroundSize = \'cover\'\n  }\n  reader.readAsDataURL(file)\n})\n\n$(document).on(\'change\', \'input[name="item_image"]\', function(e) {\n  const file = e.target.files[0];\n  const reader = new FileReader();\n  reader.onload = function(event) {\n    //console.log($(\'.custom-file-upload.item\'));\n    $(\'.custom-file-upload.item\')\n      .find(\'label\')\n      .css(\'background-image\', `url(\'${event.target.result}\')`)\n      .css(\'background-size\', \'cover\');\n  };\n  if (file) {\n    reader.readAsDataURL(file);\n  }\n});\n\n$$(document).on(\'click\', \'#image_upload_button\', async function() {\n  var view = app.views.current\n  const id = $(\'#a8_id\').val();\n  const tbl = $(\'#a8_tbl\').val();\n  const item_image = $(\'input[name="item_image"]\').prop(\'files\')[0]\n  let itemImgBase64 = null\n  if (item_image) {\n    // Wrap the FileReader in a Promise to wait for it to complete\n    itemImgBase64 = await new Promise((resolve, reject) => {\n      const reader = new FileReader()\n      reader.readAsDataURL(item_image)\n      reader.onload = () => resolve(reader.result)\n      reader.onerror = () => reject(new Error(\'Failed to read image as base64\'))\n    })\n    //console.log(itemImgBase64)\n  }\n  if (itemImgBase64) {\n    let img_data= itemImgBase64;\n    let req = {\n      id,tbl,img_data\n    }\n    try {\n      app.preloader.show()\n      let promises = [];\n      if (req) {\n        console.log(req)  \n        promises.push(image_upload(req))\n      }\n      const responses = await Promise.all(promises)\n      app.preloader.hide()\n    } catch (error) {\n      app.preloader.hide()\n      app.dialog.alert(res.message, \'Upload Image Error\');\n    }\n  }\n});','js','0','2','1','1759802786');
INSERT INTO `t6_js` VALUES('31','utils','account_image_reload','function account_image_reload() {\n  let uimg = get_localstorage(\'member_img\');\n  let it=uimg.data;\n  let usr = get_localstorage(\'member\');\n  let dt=usr.data;\n  let t_menu=`\n  <a href="/image_upload/member/`+dt.id+`" class="image_upload" data-image="`+it[0].url.small+`">\n    <div class="colored-icon red">\n      <i class="icon f7-icons">camera_fill</i>\n    </div><span data-lang="image_profile">${text.image_profile}</span></a>`;\n  let t_img=`<a class="image_upload" data-image="`+it[0].url.small+`" href="/image_upload/member/`+dt.id+`"><img src="`+it[0].url.small+`" alt="`+dt.nama_member+`" class="img image"></a>`;\n  $("#account_img_menu").html(t_menu); \n  $("#user_img").html(t_img); \n}','js','0','2','2','1759809399');
INSERT INTO `t6_js` VALUES('32','req','image_upload','function image_upload(req) {\n  app.preloader.show();\n  $.ajax({\n    type: "POST",\n    url: base_url + \'image_upload\',\n    data: req,\n    success: (res) => {\n      if (res.success) {\n        app.preloader.hide();\n        app.dialog.alert(\'Update/Upload Image Successfully\', \'Upluad Image\');\n        if(req.tbl==\'member\') {\n          set_localstorage(\'member_img\',res.data);\n          account_image_reload();\n        }\n      } else {\n        app.preloader.hide();\n        app.dialog.alert(res.message, \'Upload Image Error\');\n      }\n    }\n  })\n}','js','0','2','6','1759377173');
INSERT INTO `t6_js` VALUES('33','req','item_get','function item_get(req,name) {\n  app.preloader.show(\'multi\');\n  $.ajax({\n    type: "post",\n    url: item_url + \'item\',\n    data: req,\n    success: (res) => {\n      if (res.success) {\n        app.preloader.hide();\n        remove_localstorage(\'item_\'+name);\n        set_localstorage(\'item_\'+name,res)\n        showToast(\'get Item \'+name+\' Success\');\n      } else {\n        app.preloader.hide();\n        app.dialog.alert(res.message, \'Error getItem\');\n      }\n    }\n  })\n}','js','0','2','6','1759377554');
INSERT INTO `t6_js` VALUES('34','req','item_show','function item_show() {\n  app.preloader.show(\'multi\');\n  $.ajax({\n    type: "post",\n    url: base_url + \'item\',\n    data: req,\n    success: (res) => {\n      if (res.success) {\n        app.preloader.hide();\n        remove_localstorage(\'item\');\n        set_localstorage(\'item\',res.data)\n        showToast(\'getItem Success\');\n      } else {\n        app.preloader.hide();\n        app.dialog.alert(res.message, \'Error getItem\');\n      }\n    }\n  })\n}','js','0','2','6','1759377587');
INSERT INTO `t6_js` VALUES('35','utils','items_pria','function items_pria(){\n  let col=\'mytype\';\n  let q=\'21,23\';\n  let chart=1;\n  let limit=6;\n  let req = {\n    col,q,limit,chart\n  };\n  item_get(req,\'pria\');\n  //new_release_load(); \n}','js','0','2','2','1759375468');
INSERT INTO `t6_js` VALUES('36','utils','items_pria_reload','function items_pria_reload(){\n  let dt2=get_localstorage(\'item_pria\');\n  let dt=dt2.data;\n  console.log(dt)\n\n}','js','0','2','2','1759375485');
INSERT INTO `t6_js` VALUES('37','req','item_get_v2','function item_get_v2(req) {\n  $.ajax({\n    type: "post",\n    url: item_url + \'item\',\n    data: req,\n    success: (res) => {\n      return res;\n    }\n  })\n}','js','0','2','6','1759377567');
INSERT INTO `t6_js` VALUES('38','app','new_release_page','$(document).on(\'page:beforein\', \'.page[data-name="new_release"]\', async function (e) {\n  console.log(\'app new_release ready\')\n  //var aid = e.detail.route.params.id\n  //console.log(aid)\n  //items_pria();\n  let dt2=get_localstorage(\'item_pria\');\n  let dt=dt2.data.by_create_at.bysort.data;\n  console.log(dt)  \n  \n  var content = `<div class="grid grid-cols-2 grid-gap">`;\n  dt.forEach(v => {\n    content +=`\n  <a href="/p/by_create_at/${v.id}" data-href="/p/by_create_at/${v.id}" class="card card-with-footer">\n      <img src="${v.img}" alt="${v.name} ${v.pid}">\n      <div class="card-footer">\n        <div class="card-category bg-color-white">${v.brand}</div>\n        <p>${v.rp_min}</p>\n      </div>\n  </a>      \n    `;\n  });\n  content +=`</div>`;\n  $("#new_release_content").html(content);\n  \n});','js','0','2','1','1759159591');
INSERT INTO `t6_js` VALUES('39','utils','new_release_home','function new_release_home() {\n  let dt2=get_localstorage(\'item_pria\');\n  let dt=dt2.data.by_create_at.bysort.data;\n  //console.log(dt)  \n  \n  var content = ``;\n  dt.forEach(v => {\n    content +=`\n<a href="/p/by_create_at/${v.id}">\n <div class="card card-new-release">\n  <div class="card-image">\n    <img src="${v.n_img}" alt="${v.name} ${v.pid}">\n    <div class="card-movie-rating">\n      <i class="icon f7-icons text-color-yellow">star_fill</i>\n      Rp.${v.rp_min}</div>\n  </div>\n  </div>\n  <p class="fs-sm">${v.name} ${v.pid} (${v.id})</p>\n  <p class="fs-xs">Color: ${v.colors}</p>\n</a>    \n    `;\n  });\n  content +=``;\n  $("#home_new_release").html(content);\n  \n}','js','0','2','2','1760014756');
INSERT INTO `t6_js` VALUES('40','item','item_detail','$(document).on(\'page:beforein\', \'.page[data-name="item_detail"]\', async function(e) {\n  console.log(\'app item_detail ready\')\n  var cat = e.detail.route.params.cat;\n  var id = e.detail.route.params.id;\n  console.log(id + \', \' + cat);  \n  let dt2=get_localstorage(\'item_pria\');\n  let dt=dt2.data.byid.data[id];\n  console.log(dt)\n  //item_detail_load(dt)\n  let category =`<span class="item-category">${dt.brand}</span>`;\n  category +=`<span class="item-category">${dt.kategory1}</span>`;\n  category +=`<span class="item-category">${dt.kategory2}</span>`;\n  category +=`<span class="item-category">${dt.kategory3}</span>`;\n  let btn_popup =`\n  <p class="grid grid-cols-2 grid-gap grid-buttons-demo">`;\n  if(dt.img_chart!=\'\'){\n  btn_popup +=`<a href="#" data-lang="size_chart" data-popup=".chart-${dt.id}" class="button button-xs button-fill popup-open">Chart Size</a>`;\n  } \n  btn_popup +=`<a href="#" data-lang="all_images" data-popup=".images-${dt.id}" class="button button-xs button-fill popup-open">All Images</a>\n  </p>`;\n  \n  \n  let k=0;\n  console.log(\'k:\'+k)\n  let top_img=`\n<div class="card-image">\n  <img src="${dt.color_img[k].url[0]}" id="item_img_${dt.id}" alt="">\n</div>`;\n  let content=``;\n  let t_cols=`<div data-lang="colors" class="light-gray-title">Colors</div>`;\n  let btn_color =`<div id="item_m_col_${dt.id}" class="item-color-btn">`;\n  dt.color_img.forEach((v,i)=>{\n  if(i==k) {\n    btn_color +=`\n  <a href="#" onclick="item_color_change(${dt.id},\'${v.url[0]}\',${i})" class="link ml-6 fs-sm">\n    <span class="fw-800">${v.color}</span>\n      <div class="ml-3" style="width:28px;height:28px;background-image: url(${v.icon_img});border-radius:14px;"><i class="hidden"></i></div>\n  </a>\n    `;\n    } else {\n    btn_color +=`\n  <a href="#" onclick="item_color_change(${dt.id},\'${v.url[0]}\',${i})" class="link ml-6 fs-sm">\n    <span class="fw-200">${v.color}</span>\n      <div class="ml-3" style="width:28px;height:28px;background-image: url(${v.icon_img});border-radius:14px;"><i class="hidden"></i></div>\n  </a>\n    `;\n    }\n  });\n  btn_color +=`</div>`;\n\n  let size_content =`<h3 data-lang="size">Size</h3>`;\n  size_content +=`<div id="item_size_${dt.id}" class="grid grid-cols-2 grid-gap">`;\n  dt.color_img[k].stock.forEach((v,i)=>{\n    size_content +=`\n    <a href="#" onclick="item_size_change(${dt.id},\'Rp.${v.rp}\',${k},${i})">\n    <div id="s_${v.variant_id}" class="radio-wrapper">\n      <label class="pt-2" for="${v.variant_id}">${v.size}, ${v.stock} pcs, ${v.weight}gr</label>\n    </div></a>`;\n  });\n  size_content +=`</div>`;\n  \n  let stepper=`\n  <ul>\n    <li class="item-content">\n      <div class="item-inner">\n        <div class="item-title" id="price_${dt.id}"></div>\n        <div class="item-after">\n          <div class="stepper stepper-init stepper-fill">\n            <div onclick="stepper_min(${dt.id})" class="stepper-button-minus"></div>\n            <div class="stepper-input-wrap">\n              <input id="qty_${dt.id}" type="text" data-size="" data-color="" data-sku="" data-price="" data-weight="" value="0" min="0" max="100" step="1" readonly="" class="input-with-value">\n            </div>\n            <div onclick="stepper_plus(${dt.id})" class="stepper-button-plus"></div>\n          </div>\n        </div>\n      </div>\n    </li>    \n    <li class="item-content">\n      <div class="item-inner">\n        <div class="item-title" id="tot_price_${dt.id}"></div>\n      </div>\n    </li>    \n  </ul>    \n  `;\n  content +=`<h2>${dt.name}</h2>`;\n  content +=category;\n  content +=top_img;\n  content +=btn_color;\n  content +=size_content;\n  content +=`<div class="list list-outline list-dividers full-width" id="stepper_${dt.id}" style="display: none;">`;\n  content +=stepper;\n  content +=`</div>`;\n  content +=``;\n  //content +=`<a class="link my_photo_detail">Standalone</a>`;\n  //content +=t_head;\n  //content +=t_content;\n  content +=btn_popup;\n  content +=`${dt.description}`;\n  content +=`\n<div class="popup chart-${dt.id}" style="display: none;">\n  <div class="page">\n      <div class="navbar">\n        <div class="navbar-bg"></div>\n        <div class="navbar-inner">\n          <div class="title" style="left: 118px;"></div>\n          <div class="right">\n            <!-- Link to close popup -->\n            <a href="#" class="icon-only popup-close">\n            <i class="icon f7-icons">multiply_square</i></a>            \n          </div>\n        </div>\n      </div>\n      <div class="page-content popup-chart">\n      <div class="popup-content">\n        <img src="${dt.n_img_chart}" alt="">\n      </div>\n    </div>\n  </div>\n</div>`;\n\n  content +=`\n<div class="popup images-${dt.id}" style="display: none;">\n  <div class="view">\n    <div class="page">\n      <div class="navbar">\n        <div class="navbar-bg"></div>\n        <div class="navbar-inner">\n          <div class="title" style="left: 118px;"></div>\n          <div class="right">\n            <!-- Link to close popup -->\n            <a href="#" class="icon-only popup-close">\n            <i class="icon f7-icons">multiply_square</i></a>            \n          </div>\n        </div>\n      </div>\n      <div class="page-content">\n<swiper-container pagination navigation="true" zoom-max-ratio="3" zoom-min-ratio="1" class="demo-swiper-multiple" space-between="50" id="swiper_item_detail_${dt.id}">`;\n      \n  dt.ximg.forEach((v,i)=>{\n content +=`<swiper-slide>\n <div class="swiper-zoom-container">\n <img src="${v}" alt="" style="aspect-ratio:15/26;object-fit: cover;">\n </div>\n </swiper-slide>`;  \n  });\ncontent +=`      \n<div class="swiper-button-next"></div>\n  <div class="swiper-button-prev"></div>\n    </swiper-container>        \n      </div>\n    </div>\n  </div>\n</div>  \n  `;\n//swiper_byzoom(\'swiper_item_detail_\'+dt.id);\n  $("#item_detail_content").html(content);\n  $("#pg_title").html(dt.pid);\n  $("#pg_title_large").html(dt.pid);  \n});','js','0','2','4','1760136583');
INSERT INTO `t6_js` VALUES('41','utils','stepper_plus','function stepper_plus(id) {\n  let cid = document.getElementById(\'qty_\'+id);\n  //console.log(cid)\n  const idrFormatter = new Intl.NumberFormat(\'id-ID\', {\n  style: \'currency\',\n  currency: \'IDR\',\n  minimumFractionDigits: 0,\n  });\n  let str;\n  let max;\n  let price;\n  if (cid != null) {\n    str = parseInt(cid.value);\n    max = parseInt(cid.max);\n    price = parseInt(cid.dataset.price);\n    variant_id= cid.dataset.sku;\n    //console.log(variant_id)\n  let btn_cart=`\n  <a href="#" id="cart_button" onClick="cart_add(`+id+`,\'`+variant_id+`\')" class="button button-sm bg-danger" data-lang="add_to_cart" style="color:white;">\n  ${text.add_to_cart}\n  </a>\n`;      \n    if(str<max) { \n      let nstr=++str; \n      //console.log(price);\n      //console.log(nstr);\n      let price_total=parseInt(price)*parseInt(nstr);\n      //console.log(price_total);\n      cid.setAttribute(\'value\',nstr);\n      $$("#tot_price_"+id).html(idrFormatter.format(price_total));\n      if(nstr>0) {\n        $$("#toolbar_cart").html(btn_cart);          \n      }\n    }\n  } \n}','js','0','2','2','1760017610');
INSERT INTO `t6_js` VALUES('42','utils','item_color_change','function item_color_change(id,url,k) {\n  const mid = document.getElementById(\'item_img_\'+id);\n  document.getElementById(\'stepper_\'+id).style.display = \'none\';\n  mid.setAttribute(\'src\',url);\n  //console.log(k)\n  let dt2=get_localstorage(\'item_pria\');\n  let dt=dt2.data.byid.data[id];\n  //console.log(dt)\n  \n  let btn_color =``;\n  dt.color_img.forEach((v,i)=>{\n  if(i==k) {\n    btn_color +=`\n  <a href="#" onclick="item_color_change(${dt.id},\'${v.url[0]}\',${i})" class="link ml-6 fs-sm">\n    <span class="fw-800">${v.color}</span>\n      <div class="ml-3" style="width:28px;height:28px;background-image: url(${v.icon_img});border-radius:14px;"><i class="hidden"></i></div>\n  </a>\n    `;\n    } else {\n    btn_color +=`\n  <a href="#" onclick="item_color_change(${dt.id},\'${v.url[0]}\',${i})" class="link ml-6 fs-sm">\n    <span class="fw-200">${v.color}</span>\n      <div class="ml-3" style="width:28px;height:28px;background-image: url(${v.icon_img});border-radius:14px;"><i class="hidden"></i></div>\n  </a>\n    `;\n    }\n  });\n  btn_color +=``;\n  \n  let size_content =``;\n  dt.color_img[k].stock.forEach((v,q)=>{\n    size_content +=`\n    <a href="#" onclick="item_size_change(${id},\'Rp.${v.rp}\',${k},${q})">\n    <div id="s_${v.variant_id}" class="radio-wrapper">\n      <label class="pt-2" for="${v.variant_id}">${v.size}, ${v.stock} pcs, ${v.weight}gr</label>\n    </div></a>\n   `;\n  });\n  size_content +=``;\n  $$("#item_m_col_"+id).html(btn_color );  \n  $$("#item_size_"+id).html(size_content);  \n}','js','0','2','2','1760058016');
INSERT INTO `t6_js` VALUES('43','utils','init_swiper','/*\nconst swiper = new Swiper(\'.swiper\', {\n  // Add zoom module\n  modules: [Zoom, Navigation, Pagination],\n\n  // Enable the built-in zoom\n  zoom: {\n    maxRatio: 3, // Set the maximum zoom level\n    minRatio: 1, // Set the minimum zoom level\n  },\n\n  // Optional: Add navigation buttons\n  navigation: {\n    nextEl: \'.swiper-button-next\',\n    prevEl: \'.swiper-button-prev\',\n  },\n\n  // Optional: Add pagination\n  pagination: {\n    el: \'.swiper-pagination\',\n    clickable: true,\n  },\n});\n*/\n\nfunction swiper_byzoom(Id) {\n  var swiper2 = app.swiper.create(Id, {\n  modules: [Zoom, Navigation],\n  zoom: {\n    maxRatio: 4, // Set the maximum zoom level\n    minRatio: 1, // Set the minimum zoom level\n  },\n    speed: 400,\n    spaceBetween: 10,\n    slidesPerView: 1,\n    autoplay: {\n      delay: 4000,\n      disableOnInteraction: false\n    }\n  });\n}\nfunction init_swiper(Id) {\n  var swiper1 = app.swiper.create(Id, {\n    pagination: {\n      el: \'.swiper-pagination\',\n      type: \'bullets\',\n    },\n    speed: 400,\n    spaceBetween: 10,\n    slidesPerView: 1,\n    autoplay: {\n      delay: 4000,\n      disableOnInteraction: false\n    }\n  });\n}','js','0','2','2','1760049206');
INSERT INTO `t6_js` VALUES('44','utils','item_size_change','function item_size_change(id,price,k,q) {\n  $("#price_"+id).html(price); \n  let dt2=get_localstorage(\'item_pria\');\n  let cid = document.getElementById(\'qty_\'+id);\n  const idrFormatter = new Intl.NumberFormat(\'id-ID\', {\n  style: \'currency\',\n  currency: \'IDR\',\n  minimumFractionDigits: 0,\n  });  \n  //let dt=dt2.data.byid.data[id];\n  let dt=dt2.data.byid.data[id];\n  let dr=dt2.data.byid.data[id].color_img[k];\n  let ds=dt2.data.byid.data[id].color_img[k].stock[q];\n  //console.log(q)\n  //console.log(dt)\n  let size_content =``;\n  dt.color_img[k].stock.forEach((v,i)=>{\n  if(i==q) {\n    size_content +=`\n    <a href="#" onclick="item_size_change(${id},\'Rp.${v.rp}\',${k},${i})">\n    <div id="s_${v.variant_id}" class="radio-wrapper-selected">\n      <label class="pt-2" for="${v.variant_id}">${v.size}, ${v.stock} pcs, ${v.weight}gr</label>\n    </div></a>\n   `;\n  } else {\n    size_content +=`\n    <a href="#" onclick="item_size_change(${id},\'Rp.${v.rp}\',${k},${i})">\n    <div id="s_${v.variant_id}" class="radio-wrapper">\n      <label class="pt-2" for="${v.variant_id}">${v.size}, ${v.stock} pcs, ${v.weight}gr</label>\n    </div></a>\n   `;\n  }\n});\n  size_content +=``;\n  let btn_cart=`\n  <a href="#" id="cart_button" onClick="cart_add(`+dt.id+`,\'`+ds.variant_id+`\')" class="button button-sm bg-danger" data-lang="add_to_cart" style="color:white;">\n  ${text.add_to_cart}\n  </a>\n`;  \n  document.getElementById(\'stepper_\'+id).style.display = \'block\';\n  //$$("#stepper_"+id).style.display = \'block\';\n  $$("#item_size_"+id).html(size_content);\n  //<input id="qty_${dt.id}" type="text" data-size="" data-color="" data-sku="" data-price="" value="0" min="0" max="100" step="1" \n  cid.setAttribute(\'data-sku\',ds.variant_id);\n  cid.setAttribute(\'data-size\',ds.size);\n  cid.setAttribute(\'data-color\',dr.color);\n  cid.setAttribute(\'data-price\',ds.price);\n  cid.setAttribute(\'data-weight\',ds.weight);\n  cid.setAttribute(\'value\',1);\n  cid.setAttribute(\'max\',ds.stock);\n  $$("#tot_price_"+id).html(idrFormatter.format(ds.price));\n  $$("#toolbar_cart").html(btn_cart);\n }','js','0','2','2','1760057916');
INSERT INTO `t6_js` VALUES('45','cart','del','','js','0','2','5','1759375924');
INSERT INTO `t6_js` VALUES('46','utils','stepper_min','function stepper_min(id) {\n  let cid = document.getElementById(\'qty_\'+id);\n  //console.log(cid)\n\n  const idrFormatter = new Intl.NumberFormat(\'id-ID\', {\n  style: \'currency\',\n  currency: \'IDR\',\n  minimumFractionDigits: 0,\n  });\n  let str;\n  let price;\n  if (cid != null) {\n    str = parseInt(cid.value);\n    price = parseInt(cid.dataset.price);\n    variant_id= cid.dataset.sku;\n  let btn_cart=`\n  <a href="#" id="cart_button" onClick="cart_add(`+id+`,\'`+variant_id+`\')" class="button button-sm bg-danger" data-lang="add_to_cart" style="color:white;">\n  ${text.add_to_cart}\n  </a>\n`;      \n    //console.log(str+\',\'+max+\',\'+price);\n    if(str>0) { \n      let nstr=--str; \n      //console.log(price);\n      //console.log(nstr);\n      let price_total=parseInt(price)*parseInt(nstr);\n      //console.log(price_total);\n      cid.setAttribute(\'value\',nstr);\n      $$("#tot_price_"+id).html(idrFormatter.format(price_total));\n      if(nstr==0) {\n        $$("#toolbar_cart").html(\'\');    \n      } else {\n        $$("#toolbar_cart").html(btn_cart);    \n      }\n    } else {\n    }\n  } \n}','js','0','2','2','1760017506');
INSERT INTO `t6_js` VALUES('47','utils','toggle_signin','function toggle_signin() {\n  const passwordInput = document.getElementById(\'loginPassword\');\n  const type = passwordInput.getAttribute(\'type\') === \'password\' ? \'text\' : \'password\';\n  passwordInput.setAttribute(\'type\', type);\n  let btn_html=\'\';\n  if(type==\'text\') {\n    btn_html +=text.hide_password;\n  } else {\n    btn_html +=text.show_password;\n  }\n  $(\'#signin_btn_show_password\').html(btn_html)\n}','js','0','2','2','1759802983');
INSERT INTO `t6_js` VALUES('48','utils','cart_add','function cart_add(id,sku){\n\n\n\n\n  console.log(id+\',\'+sku);\n  let cid = document.getElementById(\'qty_\'+id);\n  let myVal=[];\n  //console.log(cid)\n  price = parseInt(cid.dataset.price);\n  variant_id= cid.dataset.sku;\n  let val={\n  \'sku\':variant_id,\n  \'qty\':cid.value,\n  \'weight\':parseInt(cid.dataset.weight),\n  \'size\':cid.dataset.size,\n  \'color\':cid.dataset.color,\n  \'pid\':id,\n  \'price\':parseInt(cid.dataset.price)\n  }\n  let myCart = get_localstorage(\'cart\') || [];\n  console.log(val)\n  console.log(myCart )\n  if(myCart.status==true) {\n    let dt2=InsertUpdateArray(myCart.data,val,\'sku\');\n    console.log(dt2)\n    set_localstorage(\'cart\', dt2);  \n    //set_localstorage(\'cart\', [...myCart.data,...[val]]);  \n  } else {\n    //console.log(data)\n    set_localstorage(\'cart\', [val]);  \n  }\n}','js','0','2','2','1760082323');
INSERT INTO `t6_js` VALUES('49','account','account_delete','$(document).on(\'page:init\', \'.page[data-name="account_delete"]\', async function (e) {\n  console.log(\'app account_delete ready\')\n  let user=get_localstorage(\'member\');\n  let dt=user.data;\n  // Example of how to fill in the form fields with the provided data\n  document.querySelector(\'#email_4\').value = dt.email || \'\';\n  document.querySelector(\'#id\').value = dt.id || \'\';\n  document.querySelector(\'#no_telp\').value = dt.no_telp || \'\';\n})\n\n$$(document).on(\'page:init\', \'.page[data-name="account_delete"]\', function(e) {\n  $$(document).off("click", "#account_delete_button").on("click", "#account_delete_button", function(e) {\n    e.preventDefault();\n    const id = $(\'#id\').val();\n    const reason = $(\'#reason_4\').val().trim();\n    const email= $(\'#email_4\').val().trim();\n    const no_telp= $(\'#no_telp\').val().trim();\n    console.log(reason)\n    let req = {\n      reason,id,email,no_telp\n    }\n    if (!reason) {\n      app.dialog.alert("Reason are required", "Error");\n      return\n    }    \n    if (!email) {\n      app.dialog.alert("Email are required", "Error");\n      return\n    }    \n   account_delete(req);\n  });\n})','js','0','2','3','1759373911');
INSERT INTO `t6_js` VALUES('50','app','signin','$$(document).on(\'page:init\', \'.page[data-name="signin"]\', function(e) {\n  $(document).off("click", "#signin_button").on("click", "#signin_button", function(e) {\n  console.log(\'app signin-2 ready\')\n  //console.log(lang)\n    e.preventDefault();  \n    var email = $("#loginEmail").val();\n    var password = $("#loginPassword").val();\n    let req = {\n      email,\n      password\n    }\n    if (email && password) {\n      signin(req);\n      items_pria();\n    } else {\n      app.dialog.alert("Please enter your username and password", "Login Errors");\n    }\n  });\n})','js','0','2','1','1759823839');
INSERT INTO `t6_js` VALUES('51','account','password_forgot','$$(document).on(\'page:init\', \'.page[data-name="password_forgot"]\', function(e) {\n  $(document).off("click", "#password_forgot_button").on("click", "#password_forgot_button", function(e) {\n  console.log(\'app password_forgot ready\')\n    e.preventDefault();\n    var email = $("#emailForgot").val();\n    let req = {\n      email\n    }\n    if (email) {\n      password_forgot(req);\n    } else {\n      app.dialog.alert("Please enter your email", "Forgot Password Errors");\n    }\n  });\n})','js','0','2','3','1759374264');
INSERT INTO `t6_js` VALUES('52','account','signup','$$(document).on(\'page:init\', \'.page[data-name="signup"]\', function(e) {\n  $(document).off("click", "#signup_button").on("click", "#signup_button", function(e) {\n  console.log(\'app signup ready\')\n    e.preventDefault();\n    let email = $("#reg_email").val();\n    let password = $("#reg_password").val();\n    let confirmpwd = $("#reg_confirmpwd").val();\n    let firstname = $("#reg_firstname").val();\n    let lastname = $("#reg_lastname").val();\n    let phone = $("#reg_phone").val();\n    let terms = $("#terms").val();\n    let errMsg = "";\n    let req = {\n      email,\n      password,\n      confirmpwd,\n      firstname,\n      lastname,\n      phone\n    };\n    if (email && password && confirmpwd && firstname && lastname && phone && terms) {\n      if (confirmpwd === password) {\n        signup(req);\n      } else {\n        app.dialog.alert("Passwords do not match", "Sign Up Errors");\n      }\n    } else {\n      app.dialog.alert("All fields are required", "Sign Up Errors");\n    }\n  });\n});','js','0','2','3','1759374165');
INSERT INTO `t6_js` VALUES('53','account','password_change','$$(document).on(\'page:init\', \'.page[data-name="password_change"]\', function(e) {\n  $(document).off("click", "#password_change").on("click", "#password_change_button", function(e) {\n  e.preventDefault();\n  console.log(\'app password_change ready\')\n  let user=get_localstorage(\'member\');\n  let dt=user.data;\n    var password = $("#password22").val();\n    var newpassword = $("#newpassword22").val();\n    var confirmPwd = $("#confirmpassword22").val();\n    let uid=dt.id;\n    let req = {\n      uid,\n      password,\n      newpassword\n    }\n    if (!password) {\n      app.dialog.alert("Password are required", "Errors");\n      return\n    }    \n    if (!newpassword) {\n      app.dialog.alert("New Password are required", "Errors");\n      return\n    }    \n    if (!confirmPwd) {\n      app.dialog.alert("Confirm New Password are required", "Errors");\n      return\n    }    \n    if(newpassword!=confirmPwd) {\n      app.dialog.alert("New Password & Confirm New Password not match", "Errors");\n      return      \n    }\n    password_change(req);\n  });\n})','js','0','2','3','1759375250');
INSERT INTO `t6_js` VALUES('54','account','account_edit','$(document).on(\'page:init\', \'.page[data-name="account_edit"]\', async function (e) {\n  console.log(\'app account_edit ready\')\n  let user=get_localstorage(\'member\');\n  let dt=user.data;\n  //console.log(dt)\n  document.querySelector(\'#a2_id\').value = dt.id || \'\';\n  document.querySelector(\'#a2_no_telp\').value = dt.no_telp || \'\';\n  document.querySelector(\'#a2_first_name\').value = dt.first_name || \'\';\n  document.querySelector(\'#a2_last_name\').value = dt.last_name || \'\';\n  document.querySelector(\'#a2_kecamatan\').value = dt.kecamatan || \'\';\n  document.querySelector(\'#a2_kabupaten\').value = dt.kabupaten || \'\';\n  document.querySelector(\'#a2_kelurahan\').value = dt.kelurahan || \'\';\n  document.querySelector(\'#a2_alamat\').value = dt.alamat || \'\';\n  document.querySelector(\'#a2_kodepos\').value = dt.kodepos || \'\';\n  document.querySelector(\'#a2_rt\').value = dt.rt || \'\';\n  document.querySelector(\'#a2_rw\').value = dt.rw || \'\';\n  document.querySelector(\'#a2_dob\').value = dt.dob || \'\';\n  let t_gelar=\'\';\n  for(let c=1;c<5;c++) {\n    if(dt.gelar==c) {\n      t_gelar +=`<label class="radio" style="margin-left: 5px">\n      <input value="`+c+`" type="radio" checked name="a2_gelar">\n      <i class="icon-radio"></i>\n    </label>`+ar.gelar[c];\n    } else {\n      t_gelar +=`<label class="radio" style="margin-left: 5px">\n      <input value="`+c+`" type="radio" name="a2_gelar">\n      <i class="icon-radio"></i>\n    </label>`+ar.gelar[c];\n    }\n  }\n  $("#r_gelar").html(t_gelar);\n  let t_sex=\'\';\n  for(let c=1;c<3;c++) {\n    if(dt.sex==c) {\n      t_sex +=`<label class="radio" style="margin-left: 5px">\n      <input value="`+c+`" type="radio" checked name="a2_sex">\n      <i class="icon-radio"></i>\n    </label>`+ar.sex[c];\n    } else {\n      t_sex +=`<label class="radio" style="margin-left: 5px">\n      <input value="`+c+`" type="radio" name="a2_sex">\n      <i class="icon-radio"></i>\n    </label>`+ar.sex[c];\n    }\n  }\n  $("#r_sex").html(t_sex);  \n})\n\n$$(document).on(\'page:init\', \'.page[data-name="account_edit"]\', function(e) {\n  $(document).off("click", "#account_edit_button").on("click", "#account_edit_button", function(e) {\n    e.preventDefault();\n    let id = $(\'#a2_id\').val();\n    let no_telp = $(\'#a2_no_telp\').val();\n    let first_name = $(\'#a2_first_name\').val();\n    let last_name = $(\'#a2_last_name\').val();\n    let kecamatan = $(\'#a2_kecamatan\').val();\n    let kabupaten = $(\'#a2_kabupaten\').val();\n    let kelurahan = $(\'#a2_kelurahan\').val();\n    let alamat = $(\'#a2_alamat\').val();\n    let kodepos = $(\'#a2_kodepos\').val();\n    let rt = $(\'#a2_rt\').val();\n    let rw = $(\'#a2_rw\').val();\n    let dob = $(\'#a2_dob\').val();\n    let sex = $(\'input[name="a2_sex"]:checked\').val();\n    let gelar = $(\'input[name="a2_gelar"]:checked\').val();\n    let req = {\n      id,no_telp,first_name,last_name,kecamatan,kabupaten,kelurahan,alamat,kodepos,rt,rw,dob,sex,gelar\n    };\n    if (!sex) {\n      app.dialog.alert("Sex are required", "Edit Account Errors");\n      return\n    }\n    if (!no_telp) {\n      app.dialog.alert("Phone are required", "Edit Account Errors");\n      return\n    }\n    if (!first_name) {\n      app.dialog.alert("firstname are required", "Edit Account Errors");\n      return\n    }\n    account_edit(req);\n  });\n});','js','0','2','3','1759374569');
INSERT INTO `t6_js` VALUES('55','utils','SortByDate','function SortByDate(ulid, liclass, by) {\n  var $wrap = $(\'#\' + ulid);\n  if (by == \'asc\') {\n    $wrap.find(\'.\' + liclass).sort(function(a, b) {\n      return +a.dataset.date -\n        +b.dataset.date;\n    }).appendTo($wrap);\n  } else {\n    $wrap.find(\'.\' + liclass).sort(function(b, a) {\n      return +a.dataset.date -\n        +b.dataset.date;\n    }).appendTo($wrap);\n  }\n}','js','0','2','2','1759377775');
INSERT INTO `t6_js` VALUES('56','utils','SortByName','function SortByName(ulid, liclass, by) {\n  var $wrap = $(\'#\' + ulid);\n  if (by == \'asc\') {\n    $wrap.find(\'.\' + liclass).sort(function(a, b) {\n      return +a.dataset.name -\n        +b.dataset.name;\n    }).appendTo($wrap);\n  } else {\n    $wrap.find(\'.\' + liclass).sort(function(b, a) {\n      return +a.dataset.name -\n        +b.dataset.name;\n    }).appendTo($wrap);\n  }\n}','js','0','2','2','1759377941');
INSERT INTO `t6_js` VALUES('57','utils','SortByAmount','function SortByAmount(ulid, liclass, by) {\n  var $wrap = $(\'#\' + ulid);\n  if (by == \'asc\') {\n    $wrap.find(\'.\' + liclass).sort(function(a, b) {\n      return +a.dataset.amount -\n        +b.dataset.amount;\n    }).appendTo($wrap);\n  } else {\n    $wrap.find(\'.\' + liclass).sort(function(b, a) {\n      return +a.dataset.amount -\n        +b.dataset.amount;\n    }).appendTo($wrap);\n  }\n}','js','0','2','2','1759377962');
INSERT INTO `t6_js` VALUES('58','utils','SortById','function SortById(ulid, liclass, by) {\n  var $wrap = $(\'#\' + ulid);\n  if (by == \'asc\') {\n    $wrap.find(\'.\' + liclass).sort(function(a, b) {\n      return +a.dataset.id -\n        +b.dataset.id;\n    }).appendTo($wrap);\n  } else {\n    $wrap.find(\'.\' + liclass).sort(function(b, a) {\n      return +a.dataset.id -\n        +b.dataset.id;\n    }).appendTo($wrap);\n  }\n}','js','0','2','2','1759377986');
INSERT INTO `t6_js` VALUES('59','utils','SortBySeq','function SortBySeq(ulid, liclass, by) {\n  var $wrap = $(\'#\' + ulid);\n  if (by == \'asc\') {\n    $wrap.find(\'.\' + liclass).sort(function(a, b) {\n      return +a.dataset.seq -\n        +b.dataset.seq;\n    }).appendTo($wrap);\n  } else {\n    $wrap.find(\'.\' + liclass).sort(function(b, a) {\n      return +a.dataset.seq -\n        +b.dataset.seq;\n    }).appendTo($wrap);\n  }\n}','js','0','2','2','1759378007');
INSERT INTO `t6_js` VALUES('60','utils','copy_text','function copy_text(event) {\n  let text = event.target.getAttribute(\'data-clipboard-text\');\n  if(text === null) return {\n    status: false,\n    data: {}\n  };\n  let temp = document.createElement(\'textarea\');\n  temp.value = text;\n  document.body.appendChild(temp);\n  temp.select();\n  document.execCommand(\'copy\');\n  document.body.removeChild(temp);\n  alertPages(\'success\', \'Berhasil menyalin teks\', 2000)\n  return {\n    status: true,\n    data: text\n  }\n}','js','0','2','2','1759384713');
INSERT INTO `t6_js` VALUES('61','utils','empty','function empty(objOrArr) {\n  if(Array.isArray(objOrArr)) {\n    return objOrArr.length === 0;\n  } else if(typeof objOrArr === \'object\' && objOrArr !== null) {\n    return Object.keys(objOrArr).length === 0 && objOrArr.constructor === Object;\n  } else {\n    return false;\n  }\n}','js','0','2','2','1759384795');
INSERT INTO `t6_js` VALUES('62','utils','search_data','function search_data(data, key, search) {\n  let result = {};\n  Object.keys(data).forEach(function(index) {\n    let temp = data[index];\n    if(temp[key].toLowerCase().indexOf(search.toLowerCase()) !== -1) {\n      result[index] = temp;\n    }\n  });\n  return {\n    status: true,\n    data: result\n  };\n}','js','0','2','2','1759385016');
INSERT INTO `t6_js` VALUES('63','utils','textCapitalize','function textCapitalize(text) {\n  if(typeof text === \'string\') {\n    text = text.trim();\n    text = text.toLowerCase().split(\' \').map(function(word) {\n      return word.charAt(0).toUpperCase() + word.slice(1);\n    }).join(\' \');\n  }\n  return text;\n}','js','0','2','2','1759385067');
INSERT INTO `t6_js` VALUES('64','utils','transText','function transText(el,lang) {\n  const key = el.getAttribute("data-lang");\n  if (key && trans_text[lang] && trans_text[lang][key]) {\n    el.innerText = trans_text[lang][key];\n  }\n}\n/*\nfunction translateElement(element) {\n  const key = element.getAttribute("data-i18n-key");\n  if(key && translations[currentLanguage] && translations[currentLanguage][key]) {\n    element.innerText = translations[currentLanguage][key];\n  }\n}\n*/','js','0','2','2','1759818549');
INSERT INTO `t6_js` VALUES('65','utils','transPlaceholder','function transPlaceholder(el,lang) {\n  const key = el.getAttribute("data-ph_lang");\n  if (key && trans_text[lang] && trans_text[lang][key]) {\n    //el.innerText = trans_text[lang][key];\n    //console.log(key)\n    el.setAttribute(\'placeholder\',trans_text[lang][key])\n  }\n}\n/*\nfunction translateElement(element) {\n  const key = element.getAttribute("data-i18n-key");\n  if(key && translations[currentLanguage] && translations[currentLanguage][key]) {\n    element.innerText = translations[currentLanguage][key];\n  }\n}\n*/','js','0','2','2','1759818603');
INSERT INTO `t6_js` VALUES('66','app','translate','/*\nlet dl=get_localstorage(\'lang\').data; // Default to English\nconsole.log(dl)\nif(dl.status==true) {\n  let lang=dl.data;\n  lang_change(lang);\n} else {\n  let lang=\'en\';\n  lang_change(lang);    \n}\n\n/*\ndocument.addEventListener("DOMContentLoaded", () => {\n  let lang=get_localstorage(\'lang\').data;\n  console.log(\'DOMContentLoaded\')\n  console.log(lang)\n  lang_change(lang); // Apply initial translation\n});\n\n/*\ndocument.addEventListener("DOMContentLoaded", () => {\n  lang_change(lang); // Apply initial translation\n  // Add event listeners to language switching buttons, e.g.:\n  // document.getElementById(\'lang-en\').addEventListener(\'click\', () => changeLanguage(\'en\'));\n  // document.getElementById(\'lang-es\').addEventListener(\'click\', () => changeLanguage(\'es\'));\n});\n\n/*\nvar lang=\'en\';\nlang_change(lang);\n$(document).on(\'page:beforein\', async function(e) {\n  document.querySelectorAll("[data-lang]").forEach(el=> {\n    transText(el, lang)\n  });\n  document.querySelectorAll("[data-ph_lang]").forEach(el=> {\n    transPlaceholder(el, lang)\n  });\n});\n/* */\n/*\nvar lang=get_localstorage(\'lang\').data || \'en\';\nlang_change(lang)\n\n$(document).on(\'page:beforein\', async function(e) {\n  console.log(\'page:beforein\')\n  document.querySelectorAll("[data-lang]").forEach(el=> {\n    transText(el, lang)\n  });\n  document.querySelectorAll("[data-ph_lang]").forEach(el=> {\n    transPlaceholder(el, lang)\n  });\n});\n\n$(document).on(\'tab:open\', async function (e) {\n  console.log(\'app tab ready\')\n  \n});\n//console.log(lang)\n\n/*\nif(elang.status==true) {\n  let lang+=elang.data\n  console.log(\'lng: \'+lang)\n  lang_change(lang)\n  Text();\n} else {\n  let lang+="en";\n  console.log(\'set start language to: \'+lang)\n  lang_change(lang);\n}\nconsole.log(\'lang2+ \'+lang)\n\nText();\n/* */','js','0','2','1','1759822664');
INSERT INTO `t6_js` VALUES('67','utils','Text','function Text(lang) {\n  console.log(\'app text ready\')\n  text = trans_text[lang];\n  console.log(text)\n  document.querySelectorAll("[data-lang]").forEach(el=> {\n    transText(el, lang)\n  });\n  document.querySelectorAll("[data-ph_lang]").forEach(el=> {\n    transPlaceholder(el, lang)\n  });   \n};','js','0','2','2','1759801141');
INSERT INTO `t6_js` VALUES('68','app','lang_form','$(document).on(\'sheet:open\', \'.sheet[data-name="m_language"]\', async function (e) {\n  console.log(\'app form_lang ready\')\n  let dt1=get_localstorage(\'lang\');\n  let dt=dt1.data;\n  console.log(dt)\n  console.log(ar.lang)\n  let t_lang=``;\n  ar.lang.forEach((v,i)=>{\n    if(dt==v.code) {\n      t_lang +=`<label class="radio mr-6" style="margin-left: 5px">\n      <input value="`+v.code+`" onChange="lang_change(\'${v.code}\')" type="radio" checked name="lang">\n      <i class="icon-radio"></i>\n    </label>`+v.lang;\n    } else {\n      t_lang +=`<label class="radio mr-6" style="margin-left: 5px">\n      <input value="`+v.code+`" onChange="lang_change(\'${v.code}\')" type="radio" name="lang">\n      <i class="icon-radio"></i>\n    </label>`+v.lang;\n    }\n  })\n  $("#r_lang").html(t_lang);\n});','js','0','2','1','1759802455');
INSERT INTO `t6_js` VALUES('69','utils','lang_change','function lang_change(lang) {\n  remove_localstorage(\'lang\');\n  set_localstorage(\'lang\',lang)\n  console.log(\'set lang to: \'+lang)\n  Text(lang);\n  document.querySelectorAll("[data-lang]").forEach(el=> {\n    transText(el, lang)\n  });\n  document.querySelectorAll("[data-ph_lang]").forEach(el=> {\n    transPlaceholder(el, lang)\n  });  \n  \n$(document).on(\'page:beforein\', async function(e) {\n  //console.log(\'page:beforein\')\n  document.querySelectorAll("[data-lang]").forEach(el=> {\n    transText(el, lang)\n  });\n  document.querySelectorAll("[data-ph_lang]").forEach(el=> {\n    transPlaceholder(el, lang)\n  });\n});\n};','js','0','2','2','1759825828');
INSERT INTO `t6_js` VALUES('70','utils','toggle_signup','function toggle_signup() {\n  const reg_password= document.getElementById(\'reg_password\');\n  const reg_password_repeat= document.getElementById(\'reg_password_repeat\');\n  const type = reg_password.getAttribute(\'type\') === \'password\' ? \'text\' : \'password\';\n  reg_password.setAttribute(\'type\', type);\n  reg_password_repeat.setAttribute(\'type\', type);\n  let btn_html=\'\';\n  if(type==\'text\') {\n    btn_html +=text.hide_password;\n  } else {\n    btn_html +=text.show_password;\n  }\n  $(\'#reg_show_password\').html(btn_html)\n}','js','0','2','2','1759817192');
INSERT INTO `t6_js` VALUES('71','utils','InsertUpdateArray','function InsertUpdateArray(arr, newItem, keyProperty) {\n  let updated = false;\n  const newArr = arr.map(item => {\n    if (item[keyProperty] === newItem[keyProperty]) {\n      updated = true;\n      return { ...item, ...newItem }; // Merge new item properties with existing\n    }\n    return item;\n  });\n\n  if (!updated) {\n    newArr.push(newItem); // Add new item if not found\n  }\n  return newArr;\n}\n/*\nfunction InsertUpdateArray(arr, itemToUpsert) {\n  let isNew = true;\n\n  const newArray = arr.map(item => {\n    if (item.sku === itemToUpsert.sku) {\n      isNew = false;\n      return { ...item, ...itemToUpsert }; // Update\n    }\n    return item;\n  });\n\n  if (isNew) {\n    newArray.push(itemToUpsert); // Add new item\n  }\n\n  return newArray;\n}\n*/','js','0','2','2','1760082155');
INSERT INTO `t6_js` VALUES('72','utils','random_home','function random_home() {\n  let dt2=get_localstorage(\'item_pria\');\n  let dt=dt2.data.by_random.bysort.data;\n  var content = ``;\n  dt.forEach(v => {\n    content +=`\n  <swiper-slide>\n    <a href="p/by_random/${v.id}" data-href="p/by_random/${v.id}" class="card card-movie">\n      <div class="card-image">\n        <img src="${v.n_img}" alt="${v.name} ${v.pid}">        \n         <div class="card-movie-rating">\n         <i class="icon f7-icons text-color-yellow">star_fill</i>\n         Rp.${v.rp_min}</div>\n      </div>\n    </a>\n  </swiper-slide>\n    `;\n  });\n  content +=``;\n  $("#home_random").html(content);\n  \n}','js','0','2','2','1760014658');
INSERT INTO `t6_js` VALUES('73','utils','bystock_home','function bystock_home() {\n  let dt2=get_localstorage(\'item_pria\');\n  let dt=dt2.data.by_stock.bysort.data;\n  var content = ``;\n  dt.forEach(v => {\n    content +=`\n  <swiper-slide>\n    <a href="p/by_stock/${v.id}" data-href="p/by_stock/${v.id}" class="card card-album">\n      <div class="card-image">\n        <img src="${v.n_img}" alt="${v.name} ${v.pid}">\n        <div class="card-movie-rating">\n          <i class="icon f7-icons text-color-yellow">star_fill</i>Rp.${v.rp_min}</div>\n      </div>\n    </a>\n  </swiper-slide>\n    `;\n  });\n  content +=``;\n  $("#home_by_stock").html(content);\n  \n}','js','0','2','2','1760015230');
INSERT INTO `t6_js` VALUES('74','app','photo_browser','$$(document)[\'on\'](\'page:init\', \'.page[data-name="item_detail"]\', function(e) {\n   var fp = app[\'photoBrowser\'][\'create\']({\n      \'photos\': [\n    "https://im1.ahi9.com/item/BAE160/241205100851-bae160.jpeg",\n    "https://im1.ahi9.com/item/BAE160/241205100853-bae160.jpeg",\n    "https://im1.ahi9.com/item/BAE160/241205102140-bae160.jpeg",\n    "https://im1.ahi9.com/item/BAE160/241205102142-bae160.jpeg",\n    "https://im1.ahi9.com/item/BAE160/241205102145-bae160.jpeg",\n    "https://im1.ahi9.com/item/BAE160/241205102218-bae160.jpeg",\n    "https://im1.ahi9.com/item/BAE160/241205102240-bae160.jpeg",\n    "https://im1.ahi9.com/item/BAE160/241205102636-bae160-black.jpeg",\n    "https://im1.ahi9.com/item/BAE160/241205102932-bae160-lavender.jpeg",\n    "https://im1.ahi9.com/item/BAE160/241205102951-bae160-rosewood.jpeg"\n],\n      \'theme\': \'dark\'\n    });\n  $$(\'.photo-browser-demo\')[\'on\'](\'click\', function() {\n    fp[\'open\']();\n  });\n});','js','0','2','1','1760023668');


DROP TABLE IF EXISTS `t6_jsf`;
CREATE TABLE `t6_jsf` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `modul` varchar(20) DEFAULT NULL,
  `slug` varchar(99) DEFAULT NULL,
  `name` varchar(99) DEFAULT NULL,
  `param` varchar(99) DEFAULT NULL,
  `method` varchar(99) NOT NULL DEFAULT 'POST',
  `folder` varchar(20) DEFAULT NULL,
  `php` text DEFAULT NULL,
  `body` text DEFAULT NULL,
  `remark` varchar(150) DEFAULT NULL,
  `st` tinyint(4) NOT NULL,
  `type` tinyint(4) NOT NULL DEFAULT 1 COMMENT '1=api,2=non api',
  `del` tinyint(4) NOT NULL DEFAULT 0 COMMENT '1=delete',
  `php_tes` tinyint(4) NOT NULL DEFAULT 0,
  `php_update_at` int(11) NOT NULL DEFAULT 0,
  `php_test_at` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  UNIQUE KEY `folder_slug` (`folder`,`slug`),
  KEY `id_folder_slug` (`id`,`folder`,`slug`),
  KEY `name` (`name`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;

INSERT INTO `t6_jsf` VALUES('1','','js/app','item','op=job','GET','sub/s1/','','','','0','0','0','0','1759056138','0');
INSERT INTO `t6_jsf` VALUES('2','','js/routes','','','POST','sub/s1/','','','','0','0','0','0','1759056162','0');
INSERT INTO `t6_jsf` VALUES('3','','js/utils','','','POST','sub/s1/','','','','0','0','0','0','1759374585','0');
INSERT INTO `t6_jsf` VALUES('4','','js/item','','','POST','sub/s1/','','','','0','1','0','0','1759374597','0');
INSERT INTO `t6_jsf` VALUES('5','','js/account','','','POST','sub/s1/','','','','0','1','0','0','1759374606','0');
INSERT INTO `t6_jsf` VALUES('6','','js/cart','','','POST','sub/s1/','','','','0','1','0','0','1759374615','0');
INSERT INTO `t6_jsf` VALUES('7','','js/req','','','POST','sub/s1/','','','','0','1','0','0','1759377182','0');
INSERT INTO `t6_jsf` VALUES('8','','js/lang','','','POST','sub/s1/','','','','0','1','0','0','1759732781','0');


DROP TABLE IF EXISTS `t6_lang`;
CREATE TABLE `t6_lang` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(50) DEFAULT NULL,
  `eng` varchar(250) DEFAULT NULL,
  `idn` varchar(250) DEFAULT NULL,
  `update_at` int(11) NOT NULL DEFAULT 0,
  `type` tinyint(4) NOT NULL DEFAULT 1 COMMENT '1=text,2=ph',
  `id2` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  UNIQUE KEY `name_type` (`name`,`type`),
  KEY `id_name_code` (`id`,`name`)
) ENGINE=InnoDB AUTO_INCREMENT=68 DEFAULT CHARSET=utf32 COLLATE=utf32_general_ci;

INSERT INTO `t6_lang` VALUES('1','password','Password','Kata Sandi','1759734150','1','1');
INSERT INTO `t6_lang` VALUES('2','show_password','Show Password','Tampilan Kata Sandi','1759734158','1','2');
INSERT INTO `t6_lang` VALUES('3','remember_me','Remember Me','Ingat Saya','1759734144','1','3');
INSERT INTO `t6_lang` VALUES('4','signin','Signin','Masuk','1759734151','1','4');
INSERT INTO `t6_lang` VALUES('5','signup','Signup','Daftar','1759734151','1','5');
INSERT INTO `t6_lang` VALUES('6','signup_title','Signup','Daftar','1759734150','1','6');
INSERT INTO `t6_lang` VALUES('7','first_name','First Name','Nama Depan','1759734162','1','7');
INSERT INTO `t6_lang` VALUES('8','last_name','Last Name','Nama Belakang','1759734162','1','8');
INSERT INTO `t6_lang` VALUES('9','phone','Phone','WhatsApp/Telp','1759734162','1','9');
INSERT INTO `t6_lang` VALUES('10','password_repeat','Password Repeat','Ulangi Kata Sandi','1759734158','1','10');
INSERT INTO `t6_lang` VALUES('11','term','Terms and Conditions','Syarat ','1759734150','1','11');
INSERT INTO `t6_lang` VALUES('12','privacy','Privacy Policy','Ketentuan Privasi','1759734169','1','12');
INSERT INTO `t6_lang` VALUES('13','save','Save','Simpan','1759734163','1','13');
INSERT INTO `t6_lang` VALUES('14','password_forgot_title','Password Forgot','Lupa Kata Sandi?','1759734151','1','14');
INSERT INTO `t6_lang` VALUES('15','password_reset','Password Reset','Reset Kata Sandi','1759734151','1','15');
INSERT INTO `t6_lang` VALUES('16','about_us_title','About Us','Tentang Kami','1759734154','1','16');
INSERT INTO `t6_lang` VALUES('17','settings_title','Settings','Pengaturan','1759734155','1','17');
INSERT INTO `t6_lang` VALUES('18','privacy_title','Privacy Policy','Ketentuan Privasi','1759734156','1','18');
INSERT INTO `t6_lang` VALUES('19','password_change_title','Password Change','Ubah Kata sandi','1759734158','1','19');
INSERT INTO `t6_lang` VALUES('20','password_current','Password Current','Kata Sandi Saat Ini','1759734158','1','20');
INSERT INTO `t6_lang` VALUES('21','password_new','Password New','Kata Sandi Baru','1759734158','1','21');
INSERT INTO `t6_lang` VALUES('22','terms_title','Terms and Conditions','Syarat ','1759734160','1','22');
INSERT INTO `t6_lang` VALUES('23','faq_title','FAQ','Koleksi Pertanyaan ','1759734161','1','23');
INSERT INTO `t6_lang` VALUES('24','account_edit_title','Account Edit','Edit Akun','1759734162','1','24');
INSERT INTO `t6_lang` VALUES('25','gelar','Gelar','Gelar/Sebutan','1759734162','1','25');
INSERT INTO `t6_lang` VALUES('26','sex','Sex','Jenis Kelamin','1759734162','1','26');
INSERT INTO `t6_lang` VALUES('27','dob','Dob','Tanggal Lahir','1759734162','1','27');
INSERT INTO `t6_lang` VALUES('28','address','Address','Alamat','1759734162','1','28');
INSERT INTO `t6_lang` VALUES('29','postcode','Postcode','Kode Pos','1759734162','1','29');
INSERT INTO `t6_lang` VALUES('30','rt','RT','RT','1759734162','1','30');
INSERT INTO `t6_lang` VALUES('31','rw','RW','RW','1759734162','1','31');
INSERT INTO `t6_lang` VALUES('32','village','Village','Desa/Keluarahan','1759734162','1','32');
INSERT INTO `t6_lang` VALUES('33','distict','Distict','Kecamatan','1759734162','1','33');
INSERT INTO `t6_lang` VALUES('34','city','City','Kota/Kabupaten','1759734162','1','34');
INSERT INTO `t6_lang` VALUES('35','account_delete_title','Account Delete','Hapus Akun','1759734163','1','35');
INSERT INTO `t6_lang` VALUES('36','reason','Reason','Alasan Penghapusan Akun','1759734163','1','36');
INSERT INTO `t6_lang` VALUES('37','single_title','Single','Artikel Tunggal','1759734164','1','37');
INSERT INTO `t6_lang` VALUES('38','new_release_title','New Release','Rilis Baru','1759734165','1','38');
INSERT INTO `t6_lang` VALUES('39','cancel','Cancel','Batal','1759734165','1','39');
INSERT INTO `t6_lang` VALUES('40','item_detail_title','Item Detail','Detail','1759734167','1','40');
INSERT INTO `t6_lang` VALUES('41','cart','Cart','Cart','1759734169','1','41');
INSERT INTO `t6_lang` VALUES('42','cart_msg','Cart Msg','','1759734169','1','42');
INSERT INTO `t6_lang` VALUES('43','password_change','Password Change','Ubah Kata Sandi','1759734169','1','43');
INSERT INTO `t6_lang` VALUES('44','account_edit','Account Edit','Edit Akun','1759734169','1','44');
INSERT INTO `t6_lang` VALUES('45','account_delete','Account Delete','Hapus Akun','1759734169','1','45');
INSERT INTO `t6_lang` VALUES('46','logout','Logout','Keluar','1759734169','1','46');
INSERT INTO `t6_lang` VALUES('47','about_as','About As','Tentang Kami','1759734169','1','47');
INSERT INTO `t6_lang` VALUES('48','faq','Faq','Pertanyaan ','1759734169','1','48');
INSERT INTO `t6_lang` VALUES('49','terms','Terms and Conditions','Syarat ','1759734169','1','49');
INSERT INTO `t6_lang` VALUES('50','home','Home','Home','1759734169','1','50');
INSERT INTO `t6_lang` VALUES('51','product','Product','Produk','1759734169','1','51');
INSERT INTO `t6_lang` VALUES('52','add','Add','Tambah','1759734169','1','52');
INSERT INTO `t6_lang` VALUES('53','account','Account','Akun','1759734169','1','53');
INSERT INTO `t6_lang` VALUES('54','more','More','lebih banyak','1759734169','1','54');
INSERT INTO `t6_lang` VALUES('55','password_forgot','Password Forgot','Lupa Password','1759734144','1','55');
INSERT INTO `t6_lang` VALUES('56','signin_title','Signin','Masuk','1759743262','1','56');
INSERT INTO `t6_lang` VALUES('57','language','Langauge','Bahasa','1759746535','1','57');
INSERT INTO `t6_lang` VALUES('58','hide_password','Hide Password','Samarkan Kata Sandi','1759759163','1','58');
INSERT INTO `t6_lang` VALUES('59','tap_to_upload','Tap to Upload','Klik untuk Uanggah Foto','1759802585','1','59');
INSERT INTO `t6_lang` VALUES('60','language_name','English','Indonesia','1759803914','1','60');
INSERT INTO `t6_lang` VALUES('61','image_profile','Image Profile','Foto Profil','1759809211','1','61');
INSERT INTO `t6_lang` VALUES('62','add_to_cart','Add to cart','Tambahken ke Cart','1759809516','1','62');
INSERT INTO `t6_lang` VALUES('63','email','Email','Surel','1759734163','1','63');
INSERT INTO `t6_lang` VALUES('64','size_chart','Size Chart','Tabel Ukuran','1760136393','1','0');
INSERT INTO `t6_lang` VALUES('65','all_images','All Images','Semua Foto','1760136422','1','0');
INSERT INTO `t6_lang` VALUES('66','colors','Colors','Warna','1760136554','1','0');
INSERT INTO `t6_lang` VALUES('67','size','Size','Ukuran','1760136605','1','0');


