@charset "utf-8";
/* CSS Document */

:root {
  --fw-primary: #BFD4FF;
  --fw-primaryDark: #7192C5;
  --fw-accent: #FD8C24;
  --fw-primryBG: #F6F4F5; /* #f6f6f6; */
  --fw-primryDarkBG: #eaeff4 ;


  /* HILIGHT SCHEMES */
--fw-alert: #f894cd;
--fw-alert-accent: #ff2fa5;
--fw-alert-dark: #b94888;

--fw-safe: #99C68E;
--fw-saf-accent: #517648;

--fw-safe: #99C68E;
--fw-saf-accent: #517648;

--fw-highlit: #94cdf8;
--fw-highlit-accent: #2fa5ff;
--fw-highlit-dark: #4888b9;


	
	/* FW Grid */
  --fwg-scrollbar-thumb: #D6D6D6;
	
  /* borders */
  --fw-border: 1px;
  --fw-borderAcent: 2px;
  --bor-thick: 2px;
  --borderColor: #E5E5E5;
  --borderColorx: #8C8C8C;
  --borderColorLight: #EDEDED;
  --borderColorPrimary: #DFDFDF;
  --borderBlack: #2e2e2e;
	
  --bg-color: green;
  --txt-color: #303030;
  --darkTxt-color: #5B5B5B;
  --fw-accentText: #e2842c;
  --txt-Black: #171717;
  --lightTxt-color: #9B9B9B;
	
  --highlight-green: #95DC9E;
  --highlight-blue: #ABCCFF;
  --highlight-orang: #FFEEC2;
  --highlight-pink: #FFD9D9;
	
	--fw-grid-row-inactive: #5B5B5B33;
	--fw-grid-row-accent: #FD8C2433;
}



@media screen and (max-width: 480px) {
  /* 320px — 480px: Mobile devices */
}
@media screen and (max-width: 768px) {
  /* 481px — 768px: iPads, Tablets */
}
@media screen and (max-width: 1024px) {
  /* 769px — 1024px: Small screens, laptops */
}
@media screen and (max-width: 1200px) {
  /* 1025px — 1200px: Desktops, large screens */
}
@media screen and (min-width: 1201px) {
  /* 1201px and more —  Extra large screens, TV */
}

@font-face {
  font-family: "fwText";
  src: url("../fonts/readex_pro.ttf") format("truetype");
}

@font-face {
  font-family: "fwText Augmented";
  src: url("../fonts/hacen_newspaper.ttf") format("truetype");
}

@font-face {
  font-family: "xTitle Font";
  src: url("../fonts/tajawal_regular.ttf") format("truetype");
}

@font-face {
  font-family: "Title Font";
  src: url("../fonts/sf_pro_ar_regular.ttf") format("truetype");
}

@font-face {
  font-family: "Dialogue Title Font";
  src: url("../fonts/tajawal_regular.ttf") format("truetype");
}

@font-face {
  font-family: "barcode Font";
  src: url("../fonts/code128.ttf") format("truetype");
  }

/*
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto_regular.ttf") format("truetype");
}
@font-face {
  font-family: "SF Arabic";
  src: url("../fonts/sf_pro_ar_regular.ttf") format("truetype");
}
@font-face {
  font-family: "Stylish Font";
  src: url("../fonts/sf_pro_ar_regular.ttf") format("truetype");
}
@font-face {
  font-family: "Title Font";
  src: url("../fonts/hacen_tunisia.ttf") format("truetype");
}


@font-face {
  font-family: "fwText";
  src: url("../fonts/readex_pro.ttf") format("truetype");
}
*/



* {
  margin: 0;
  padding: 0;
}


  @media print {
            .page-break {
                page-break-before: always; /* Forces a new page before this element */
            }
        }
body {
  font-family: "fwText";
  font-size: 10px;
  color: var(--txt-color);
  background-color: #F6F4F5 var(--fw-primryBG);
  margin: 0;
  padding: 0;
  overflow: hidden;
  cursor: default;
  display: flex;

  user-select: none; /* Standard */
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer */
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Title Font";
	font-weight: normal;
}
input {
  font-family: "fwText";
  background-color: #ffffff ;
  color: #232947 ;
  font-size: 10px;
}
input:focus {
	background-color: aliceblue;
	border-width: 1px !important;
	border: 1px solid red !important;
  color: var(--darkTxt-color);
	
}
/* BACKGROUNDS */
.gardBG {
  background: linear-gradient(to right, #FAFEFF, #CBF3FF);
}


/* FrameWork Skeleton Containers */
.fwColumnLeft {
  width: 50px; /* 200px; /* Fixed width */
  height: 100vh; /* Full height */
  overflow-y: auto; /* Enable scrolling if content overflows */
  background-color: var(--fw-primryBG);
  border: 1px solid red;
}
.fwColumnRight {
  width: 50px; /* Fixed width */
  height: 100vh; /* Full height */
  overflow-y: auto; /* Enable scrolling if content overflows */
  background-color: var(--fw-primryBG);
}

.fwColumnMain {
	position: relative;
  padding: 0;
	margin: 0;
  flex: 1; /* Responsive width */
  height: 100vh; /* Full height */
  overflow-y: auto; /* Enable scrolling if content overflows */
  background-color:  white;
  border: 0px solid red;
}

.xfwColumnMain {
  padding: 0;
	margin: 0;
  flex: 1; /* Responsive width */
  height: 100vh; /* Full height */
  overflow-y: auto; /* Enable scrolling if content overflows */
  background-color: #FFFFFF;
}
/* FrameWork Sskeleton END */




/* FrameWork Skeleton END */
.f360PageHeader {
	position: absolute;
	width: 100%;
	height: 80px;
	top: 10px;
	left: 0;
	xbackground-color: aliceblue;
}
.f360PageHeaderTitleBox {
  background-color: #ffffff;
  display: flex;
	
  margin: 0 20px 0 20px;
  height: 38px;
  direction: rtl;
	
  border: 0px solid var(--borderColorLight);
  box-sizing: content-box;
}
.f360PageHeaderTitleOrnament{
	width: 5px;
	background-color: #7192C5;
}
.f360PageHeaderTitle{
	display: flex;
  justify-content: flex-start;
  align-items: center;
	padding: 0 10px;
	xwidth: 10px;
	xbackground-color: #9075A9;
	flex-grow: 1;
	font-size: 14px;
	margin: 0 3px;
  border: 1px solid var(--borderColorLight);
  box-sizing: content-box;
}
.cntr {
  text-align: center !important;
}
.lftr {
  text-align: left !important;
}
.ritr {
  text-align: right !important;
}
.pdr {
	padding-right: 10px !important;
}


.pdl {
	padding-left: 5px !important;
}
.pdno {
	paddingt: 0px !important;
}

.number {
	font-family: "Bahnschrift" !important;
}
.numberB {
	xfont-size: 12px;
	font-family: "fwText" !important;
	font-weight: bold !important;
}

.minif {
	font-size: 11px !important;
}

.txtL {
	color: var(--lightTxt-color) !important;
}
.noMr {
	margin: 0 !important;
}



#mainContainer {
  display: inline-block;
  position: relative;
  width: 100vw;
  max-height: 100vh;
  height: 100vh;
  z-index: 100;
}
#mainContainerContent {
  margin: 0 auto;
  max-width: 1200px;
  max-height: 100%;
  height: 100%;
  text-align: center;
}


/* MODAL */
.modalTitle {
	font-size: 16px;
	padding: 0;
	margin: 0;
  color: #E8F0FE ;
}


.infoCard {
  background-color: #FFFFFF;
  margin: 5px;
  padding: 0;
  min-width: 640px;
  border: 1px solid #BEBEBE;
  border-radius: 5px;
  display: inline-block;
}


#opdxSideMenuLeft {
  position: fixed;
  top: 0px;
  left: 10px;
  margin: 100px 0 0 0;
  padding: 0;
  z-index: 110;
}
#opdxSideMenuRight {
  position: fixed;
  top: 0px;
  right: 10px;
  xwidth: 60px;
  margin: 100px 0 0 0;
  padding: 0;
  z-index: 105;
}
.sideBarGroup {
  font-size: 12px;
  line-height: 10px;
  margin: auto 0;
  padding: 3px;
  color: #000000;
  background-color: #FCFCFC;
  x-webkit-backdrop-filter: blur(3px);
  xbackdrop-filter: blur(3px);
  display: inline-block;
  border: 1px solid #C6C6C6;
  border-radius: 8px;
  text-align: center;
  overflow-x: hidden;
  overflow-y: scroll;
  xbox-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  display: block;
  -webkit-transition: width 0.35s ease-in-out;
  -moz-transition: width 0.35s ease-in-out;
  -o-transition: width 0.35s ease-in-out;
  transition: width 0.35s ease-in-out;
}
.sideBarGroup::-webkit-scrollbar {
  width: 5px;
}
.sideBarGroup::-webkit-scrollbar-track {
  margin-top: 4px;
  margin-bottom: 4px;
  background: #FFFFFF;
}
.sideBarGroup::-webkit-scrollbar-thumb {
  background-color: #F0F0F0;
  border-radius: 4px;
  xborder: 1px solid #C2C2C2;
}
.sideBarGroup::-webkit-scrollbar-thumb:hover {
  background: #cbe9ff;
}
.sideBarMainButton {
  cursor: pointer;
  min-width: 35px;
  width: 100%;
  height: 41px;
  font-size: 11px;
  line-height: 10px;
  margin: 0 0 4px 0;
  padding: 0;
  color: #000000;
  display: inline-block;
  border: 0px solid #8DFF86;
  border-bottom: 1px solid #DFDFDF;
  border-radius: 6px;
  text-align: left;
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap;
}

.smV2_ico {
  cursor: pointer;
  width: 32px;
  height: 32px;
  line-height: 10px;
  margin: 5px 0 0 0;
  padding: 3px;
  color: #000000;
  border: 1px solid #0A0A0A;
  border-radius: 6px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  filter: opacity(60%);
}

/* INPUT */
.fwDate {
  width: 110px;
  height: 22px;
  font-family: "fwText";
  font-size: 11px;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center;
  color: #000000;
  background-color: #D3E7F9;
  border: solid 0px #A7C3DE;
  border-radius: 3px;
  vertical-align: middle !important;
}

/* TOP TOOLBAR */
.topToolBar {
  xwidth: 100%;
  height: 45px;
  background-color: white;;
  border: 1px solid var(--borderColor);
  border-radius: 5px;
  margin: 30px 10px 0 10px;
  padding-top: 10px;
  text-align: center;
}

.topToolBarGroup {
  height: 28px;
  border: 1px solid var(--borderColor);
	border-radius: 5px;
  display: inline-block;
  xmargin: 5px;
  padding: 0 5px;
  vertical-align: middle;
  align-content: center;
  direction: rtl;
	background-color: w
	
}

/* BUTTONS */
button {
  font-family: "SF Arabic";
  font-size: 10px;
  border: var(--bor-thin) solid red;height: 26px;
}

.wfButton {
	display: flex;
  	align-items: center;
  	justify-content: center;
	font-family: "fwText";
	font-size: 11px;
	font-weight: 100;
	width: 60px;
	height: 20px;
	border: 1px solid white;
 	box-sizing: content-box;
	border-radius: 8px 0 8px 0;
	color: white;
	background-color: var(--fw-primaryDark);
	padding: 0 5px;
}

.wfButton.light {
	border: 1px solid #5B5B5B;
	color: #5B5B5B;
	background-color: white;
	padding: 0 5px;
}


.wfButton:hover {
	border: 1px solid var(--fw-primaryDark);
 	box-sizing: content-box;
	color: var(--fw-primaryDark);
	background-color: white;
	padding: 0 5px;
}


.wfButton.light:hover {
	border: 1px solid #5B5B5B;
	color: #f3f3f3;
	background-color: #c5c5c5;
	padding: 0 5px;
}


.wfButton.accent {
	border: 1px solid var(--fw-accent);
  box-sizing: content-box;
	color: var(--fw-accentText);
	background-color: white;
	padding: 0 5px;
}

.wfButton.accent:hover {
	border: 1px solid white;
  box-sizing: content-box;
	color: white;
	background-color: var(--fw-accent);
	padding: 0 5px;
}

.wfButton.alert {
	border: 1px solid #b94888;
  box-sizing: content-box;
	color: #b94888;
	background-color: white;
	padding: 0 5px;
}

.wfButton.alert:hover {
	border: 1px solid white;
  box-sizing: content-box;
	color: white;
	background-color: #b94888;
	padding: 0 5px;
}


.accent {
	border: 2px solid white;
	border-radius: 5px;
	color: white;
	background-color: var(--fw-accent);
	padding: 5px;
}

.accent:hover {
	border: 2px solid var(--fw-accent);
	border-radius: 5px;
	color: var(--fw-accent);
	background-color: white;
	padding: 5px;
}

.green {
	border: 2px solid var(--darkTxt-color);
	border-radius: 5px;
	color: var(--darkTxt-color);
	background-color: greenyellow;
	padding: 5px;
}

.green:hover {
	border: 2px solid var(--darkTxt-color);
	border-radius: 5px;
	color: var(--darkTxt-color);
	background-color: white;
	padding: 5px;
}


.fwImageButton {
	margin: 0;
	padding: 0;
	width: 22px;
	height: 22px;
	vertical-align: middle
}




/* my Bizness */
.myBizRow {
	display: flex;
	height: 39px;
	background-color: #FFFFFF;
	border: 0px solid var(--borderColor);
    box-sizing: border-box;
	border-radius: 3px;
	padding: 0;
	margin: 0 3px 0 3px;
	justify-content: center;
	align-items: center;
	direction: rtl;
}

.myBizRowSeparatore {
	height: 10px;
	xbackground-color: #FFFFFF;
}

.myBizRowHeader {
  height: 100px;
  background-color: #FFFFFF;
  margin: 7px 2px 3px 0px;
  overflow: hidden;
  padding: 0px !important;
  border: 1px solid var(--borderColor);
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  display: flex;
}

.myBizSingle {
  height: 32px;
  width: 42px;
  margin: 0 0 0 3px;
  background-color: #F9F9F9;
  border: 1px solid var(--borderColor);
  border-radius: 2px;
  display: flex;
  justify-content: center; /* Align horizontal */
  align-items: center;
  text-align: start;
  box-sizing: border-box;
}

.myBizSingleR:hover {
  border: 1px solid var(--borderColorLight);
	background-color: #D3E7F9;
	xcolor: white;
}
.myBizSingleL:hover {
  border: 1px solid var(--borderColorLight);
	background-color: var(--highlight-green);
	color: white;
}

.myBizDesc {
  height: 32px;
  width: 140px;
  margin: 0;
  padding: 0 5px 0 0;
  background-color: #F9F9F9;
  border: 1px solid var(--borderColor);
  border-radius: 2px;
  display: flex;
  justify-content: flex-start; /* Align horizontal */
  align-items: center;
  text-align: start;
  box-sizing: border-box;
}


.myBizDesc:hover {
  border: 1px solid var(--borderColorLight);
}






/* FW tool bar */
.fwToolImg {
	cursor: pointer;
	margin: 0 2px;
	padding: 1px;
	width: 22px;
	box-sizing: border-box;
	border: 1px solid #8DB5E0;
	border-radius: 8px;
	background-color: #E0EFFF !important;
}

.fwToolImg:hover {
	background-color: white !important;
	border: 1px solid white;
}




/* UI Dialogue Erro Provider */
.fw_input_notValid   {
  background-color: #FFD9D9;
  border-color: #c24a4a !important;
  border-width: 1px !important;
  box-sizing: border-box;
}


/* UI Dialogue */

.fw_toolBar {
 position: relative;
  width: 100%;
  height: 32px;
  border: 2px solid var(--fw-primaryDark);
  box-sizing: border-box;
  border-radius: 30px;
  margin: 0 auto;
  padding: 30px 0 0 0;
  direction: rtl;
}

.fw_diaogueBoxContainer {
  max-width: 500px;
  margin: 150px auto;
  padding: 0px;
}

.fw_diaogueBox {
  position: relative;
  width: 100%;
  height: 320px;
  background-color: #ffffff ;
  xborder: 2px solid var(--fw-primaryDark);
  border: 2px solid #4f4f4f;
  box-sizing: border-box;
  border-radius: 25px 0;
  margin: 0 auto;
  padding: 30px 0 0 0;
  direction: rtl;
	
    x-webkit-box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, .1);
    xbox-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, .1);

}

.fw_uiRowHeader {
	display: flex;
 	justify-content: flex-start; /* Align horizontal */
  	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 34px;
	font-size: 12px;
	font-weight: normal;
	border: 0px solid #8DB5E0;
	box-sizing: border-box;
	border-radius: 25px 0 0 0;
	xbackground-color: aliceblue;
	margin: 0 0 5px 0;
	padding: 0;
}


.fw_diaogueBoxOrnament{
	height: 30px;
	margin-right: 5px;
	width: 5px;
	background-color: #7192C5;
}


.fw_diaogueBoxHeaderTitle{
	display: flex;
	height: 28px;
	justify-content: flex-start;
	align-items: center;
	padding: 0 3px;
	flex-grow: 1;
  font-family: "Dialogue Title Font";
	font-size: 16px;
	font-weight: normal;
	margin: 1px 3px 0 3px;
	border: 1px solid var(--borderColorLight);
	border-radius: 20px 0 0 0;
	color: #343434 ;
	background-color: #ffffff ;
	box-sizing: content-box;
}


.fw_uiRow {
	display: flex;
	xwidth: 100%;
	height: 30px;
	border: 1px solid var(--fw-primary);
	box-sizing: border-box;
	margin: 0 10px 7px 8px;
}

.fw_uiRowLable {
	display: flex;
  justify-content: flex-start; /* Align horizontal */
  align-items: center;
	width: 70px;
	height: 28px;

  white-space: nowrap;
  overflow-x: hidden;

	border-left: 2px solid var(--fw-primary);
	box-sizing: border-box;
	background-color: var(--fw-primaryDark);
	color: white;
	xfont-family: "Title Font";
  font-family: "Dialogue Title Font";
	font-size: 11px;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0 5px 0 0;
}


.fw_uiRowContent {
	display: flex;
  justify-content: flex-start; /* Align horizontal */
  align-items: center;
	flex-grow: 1;
	height: 28px;
	border: 0px solid #8DB5E0;
	box-sizing: border-box;
	margin: 0 0 5px 0;
	padding-right: 10px;
}


.fw_uiRowFooter {
	xdisplay: flex;
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 28px;
	border: 0px solid #8DB5E0;
	box-sizing: border-box;
	border-radius: 0 0 25px 0;
	xbackground-color: aliceblue;
	margin: 0 0 10px 5px;
	padding: 0 3px;
}

/* DROP MENU */
.fwSelect {
	cursor: pointer;
}

.fwDropMenu {
	xdisplay: none;
	flex-direction: column;
	border: 2px solid var(--fw-primaryDark);
	box-sizing: border-box;
	background-color: #ffffff;
	border-radius: 5px;
	padding: 5px;

  backdrop-filter: blur(2px);
  box-shadow: 0px 3px 5px 3px #00000010;
}

.menuAnimation {
  -webkit-transition: height 0.08s ease-out;
  -moz-transition: height 0.08s ease-out;
  -o-transition: height 0.08s ease-out;
  transition: height 0.08s ease-out;
}

.widthAnimiation {
  -webkit-transition: width 0.12s ease-out;
  -moz-transition: width 0.12s ease-out;
  -o-transition: width 0.12s ease-out;
  transition: width 0.12s ease-out;
}


.fwDropMenuItem {
	display: flex;
	justify-content: center;
	align-items: center;
	direction: rtl;
	border: 1px solid #e1e1e1; /* var(--borderColorLight); */
	box-sizing: border-box;
	width: 100%;
	height: 22px;
	cursor: pointer;
  border-radius:3px;
  font-size:10px;
}

.fwDropMenuItemGreen {
	display: flex;
	justify-content: center;
	align-items: center;
	direction: rtl;
	border: 1px solid #e1e1e1; /* var(--borderColorLight); */
	box-sizing: border-box;
	width: 100%;
	height: 22px;
	cursor: pointer;
  border-radius:3px;
  font-size:10px;
}

.fwDropMenuItemPink {
	display: flex;
	justify-content: center;
	align-items: center;
	direction: rtl;
	border: 1px solid #e1e1e1; /* var(--borderColorLight); */
	box-sizing: border-box;
	width: 100%;
	height: 22px;
	cursor: pointer;
  border-radius:3px;
  font-size:10px;
}


.fwDropMenuItemGray {
	display: flex;
	justify-content: center;
	align-items: center;
	direction: rtl;
	border: 1px solid #e1e1e1; /* var(--borderColorLight); */
	box-sizing: border-box;
	width: 100%;
	height: 22px;
	cursor: pointer;
  border-radius:3px;
  font-size:10px;
}



.fwDropMenuItem:hover {
  color: var(--txt-Black);
  background-color: #d6eaf8;
  border: 1px solid var(--borderBlack);
  Xborder-radius: 5px;
}


.fwDropMenuItemGreen:hover {
  xcolor: white;
  background-color: #dbf4d1;
  border: 1px solid var(--borderBlack);
  Xborder-radius: 5px;
}

.fwDropMenuItemPink:hover {
  color: white;
  background-color: #f894cd;
  border: 1px solid var(--borderBlack);
  Xborder-radius: 5px;
}


.fwDropMenuItemGray:hover {
  color: white;
  background-color: #9f9f9f;
  border: 1px solid var(--borderBlack);
  Xborder-radius: 5px;
}



.tmpci  {
  width: 75px !important;
  padding: 3px 0;
  border: 1px solid #8DB5E0;
  border-radius: 3px;
  text-align: center;
  color: #101010;

}


.tmpB {
  cursor: pointer;
	display: flex;
  	align-items: center;
  	justify-content: center;
	font-family: "Title Font";
	font-size: 11px;
	font-weight: 100;
	width: 60px;
	height: 20px;
	border: 1px solid white;
 	box-sizing: content-box;
	border-radius: 4px;
	color: white;
	background-color: var(--fw-primaryDark);
	padding: 0 5px;
  margin: 0 5px;
}



  .fW_UIrw {
    display: flex;
    flex-direction: row;
    border: 0px solid red;
    border-radius: 5px;
    box-sizing: border-box;
    height: 30px;
    margin: 0 0 10px 0;
    padding: 0;
    direction: rtl;
    }


/* LABLE */
.fw_LBL {
			display: flex;
			align-items: center;
			justify-content: flex-start;
			padding: 0 5px 0 0;
      background-color: #A1BAD8;
      color: #ffffff;
			border: 0px solid black;
			box-sizing: content-box;
      border-radius: 5px;
			flex-grow: 1;
}

/* LBALE TITLE */
.fw_LBLTlT {
  font-weight: bold;
  color: #12171b;
  border-left: 2px solid #ffffff;
}

.highlighted {
  color: #2c682f;
}

.femini {
    color: #66003f !important;
}


.citizen {
    color: #005bb3 !important;
}


.textSeparator {
font-size: 12px;
margin: 0;
padding: 0 5px;
}

#editingCanvasX {
            border: 1px solid #333;
            max-width: 100%;
            height: auto;
            display: block; /* Ensure canvas is block for width/height application */
        }

 #controls {
            margin-bottom: 20px;
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
            justify-content: center;
        }
        button {
            cursor: pointer;
            border: 1px solid #ccc;
            border-radius: 5px;
            background-color: #f0f0f0;
            width: 30px;
        }
        button:hover {
            background-color: #e0e0e0;
        }
