:root {
  --main-color: rgb(51 92 103);
  --one-color: rgb(224 159 62);
  --sec-color: #000000;
  --thr-color: #ffffff;
  --back1-color: #eaf0f3;
  --back2-color: hsl(32.75deg 93.16% 54.12%);
  --back3-color: hsl(181.61deg 72.73% 30.2%);
  --back4-color: #ccd1d3;
}
* {
  box-sizing: border-box;
}
body {
  direction: rtl;
  font-family: 'Almarai', sans-serif;
  font-family: 'Cairo', sans-serif;
  font-family: 'Gulzar', serif;
  font-family: 'Lateef', cursive;
  font-family: 'Noto Naskh Arabic', serif;
}
a:hover{
  text-decoration: none;
}
div span.a{
  color: var(--main-color);
  }
  div span.c{
  color: var(--one-color);
  }

/* Start Landing Page */
.model-bac .main-content {
  background-color: rgb(255 255 255 / 92%);
  padding: 20px 10px;
}
.Landing-page {
  background-image: url("../imgs/07.jpg");
  background-size: cover;
  position: relative;
}
.Landing-page .overlay {
  background-color: rgb(0 0 0 / 0%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.Landing-page .header-area {
  z-index: 999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
.Landing-page .header-area .navbar {
}

.Landing-page .header-area .navbar-light .navbar-nav .show > .nav-link,
.Landing-page .header-area .navbar-light .navbar-nav .active > .nav-link,
.Landing-page .header-area .navbar-light .navbar-nav .nav-link.show,
.Landing-page .header-area .navbar-light .navbar-nav .nav-link.active {
  color: var(--main-color) !important;
  border-bottom: 3px solid var(--main-color);
}
.navbar-light .navbar-nav .nav-link {
  color: rgb(228 222 222 / 50%);
}
.Landing-page .header-area .container {
  position: relative;
  z-index: 10;
}
.Landing-page .header-area .container .menu-nav {
  z-index: 999;
}
.back-color {
  background: var(--main-color);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

.Landing-page .header-area .links {
  list-style: none;
  text-align: right;
  padding: 50px 0;
  margin: 0;
}
.Landing-page .header-area .navbar-light .navbar-nav {
  margin-left: 10px;
  font-weight: bold;
  font-size: 20px;
}

.Landing-page .header-area .navbar-light .navbar-nav .nav-link {
  color: #b4b4b4;
  transition: 0.3s;
  margin-left: 20px;
  font-size: larger;
}
.Landing-page .header-area .navbar-light .navbar-toggler {
  color: var(--main-color);
  border-color: var(--sec-color);
}

.Landing-page .header-area .navbar-light .navbar-toggler-icon {
  background-image: none;
  padding: 5px;
}
.Landing-page .header-area.back-color .navbar-light .navbar-toggler {
  color: var(--thr-color);
  border-color: #fff;
}

.Landing-page .header-area.back-color .navbar-light .navbar-toggler-icon {
  background-image: none;
  padding: 5px;
}
.Landing-page
  .header-area.back-color
  .navbar-light
  .navbar-nav
  .show
  > .nav-link,
.Landing-page
  .header-area.back-color
  .navbar-light
  .navbar-nav
  .active
  > .nav-link,
.Landing-page .header-area.back-color .navbar-light .navbar-nav .nav-link.show,
.Landing-page
  .header-area.back-color
  .navbar-light
  .navbar-nav
  .nav-link.active {
  color: var(--thr-color) !important;
  border-bottom: 3px solid var(--thr-color);
}
.Landing-page .header-area.back-color .navbar-light .navbar-nav .nav-link {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
  padding: 11px 5px 30px 5px;
}
.header-area .navbar-light .navbar-nav .nav-link:hover,
.header-area .navbar-light .navbar-nav.active .nav-link {
  color: var(--main-color);
  border-bottom: 3px solid var(--main-color);
}
.header-area.back-color .navbar-light .navbar-nav .nav-link:hover,
.header-area.back-color .navbar-light .navbar-nav.active .nav-link {
  color: #b4b4b4;
  border-bottom: 3px solid #b4b4b4;
}
@media (max-width: 1199.98px) {
  .Landing-page
    .header-area.back-color
    .navbar-light
    .navbar-nav
    .show
    > .nav-link,
  .Landing-page
    .header-area.back-color
    .navbar-light
    .navbar-nav
    .active
    > .nav-link,
  .Landing-page
    .header-area.back-color
    .navbar-light
    .navbar-nav
    .nav-link.show,
  .Landing-page
    .header-area.back-color
    .navbar-light
    .navbar-nav
    .nav-link.active {
    border-bottom: none !important;
  }
  .header-area .navbar-light .navbar-nav .nav-link:hover,
  .header-area .navbar-light .navbar-nav.active .nav-link {
    border-bottom: none;
  }
  .header-area.back-color .navbar-light .navbar-nav .nav-link:hover,
  .header-area.back-color .navbar-light .navbar-nav.active .nav-link {
    border-bottom: none;
  }
}

.Landing-page .header-area .toggle-menu:focus {
  outline: none;
}
.Landing-page .header-area .toggle-menu span {
  display: block;
  background-color: #4a1148;
  height: 5px;
  margin-bottom: 5px;
}

.Landing-page .header-area .logo {
  width: 80px;
  height: 100px;
}

.Landing-page .header-area .logo img {
  width: 100%;
  height: 100%;
  border-radius: 10%;
}

.Landing-page .header-area .log-in {
  padding: 15px;
}
.Landing-page .header-area .log-in .login-btn {
  float: right;
  border: 2px solid #ccc !important;
  background: var(--main-color) !important;
  border-radius: 50px;
  font-size: larger;
  padding: 5px 30px;
}
.Landing-page .header-area.back-color .log-in .login-btn {
  border: 2px solid #ccc !important;
  background: var(--sec-color) !important;
  color: #fff;
}
.Landing-page .header-area .log-in .login-btn:hover {
  border: 2px solid var(--main-color) !important;
  background: transparent !important;

  font-size: larger;
  color: var(--main-color);
}
.Landing-page .header-area.back-color .log-in .login-btn:hover {
  border: 2px solid var(--sec-color) !important;
  background: #fff !important;
  color: var(--main-color);
}

/* End Landing Page */
/* ************** */

/*start copyright*/
.copyright {
  direction: rtl;
  padding: 3px 0;
  background-color: var(--main-color);
  font-size: large;
  font-weight: bold;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}

.copyright-text,
.copyright .info {
  text-align: center;
}

.copyright span {
  color: #fff;
}

/* socail media */
.copyright ul {
  font-size: x-large;
  margin: 0;
  vertical-align: middle;
  padding-top: 5px;
}
.copyright ul li {
  display: inline;
  margin-right: 5px;
  cursor: pointer;
}
.copyright ul li a {
  margin-bottom: 5px;
}
.copyright .info ul li:first-of-type a {
  color: rgb(42, 177, 63);
}
.copyright .info ul li:first-of-type a:hover {
  color: #fff;
}
.copyright .info ul li:nth-of-type(2) a {
  color: #1770d8;
}
.copyright .info ul li:nth-of-type(2) a:hover {
  color: #fff;
}
.copyright .info ul li:nth-of-type(3) a {
  color: #1ca0ec;
}
.copyright .info ul li:nth-of-type(3) a:hover {
  color: #fff;
}
.copyright .info ul li:nth-of-type(4) a {
  color: #ec1c23;
}
.copyright .info ul li:nth-of-type(4) a:hover {
  color: #fff;
}
.copyright .info ul li:nth-of-type(5) a {
  color: #d120d1;
}
.copyright .info ul li:nth-of-type(5) a:hover {
  color: #fff;
}
.copyright .info ul li:last-of-type a {
  color: #d4d41d;
}
.copyright .info ul li:last-of-type a:hover {
  color: #fff;
}
/* ###### */
.copyright .info ul li:first-of-type .hvr-bounce-to-bottom:before {
  background: rgb(42, 177, 63);
  width: 96%;
  height: 52%;
  top: 28%;
  right: 4%;
  border-radius: 50%;
}
.copyright .info ul li:nth-of-type(2) .hvr-bounce-to-bottom:before {
  background: #1770d8;
  width: 68%;
  height: 54%;
  top: 31%;
  right: 15%;
  border-radius: 10px;
}
.copyright .info ul li:nth-of-type(3) .hvr-bounce-to-bottom:before {
  background: #1ca0ec;
  width: 85%;
  height: 50%;
  top: 30%;
  right: 7%;
}
.copyright .info ul li:nth-of-type(4) .hvr-bounce-to-bottom:before {
  background: #ec1c23;
  width: 85%;
  height: 41%;
  top: 35%;
  right: 7%;
  border-radius: 50%;
}
.copyright .info ul li:nth-of-type(5) .hvr-bounce-to-bottom:before {
  background: #d120d1;
  width: 99%;
  height: 54%;
  top: 27%;
  right: 0%;
  border-radius: 10px;
}
.copyright .info ul li:last-of-type .hvr-bounce-to-bottom:before {
  background: #d4d41d;
  width: 82%;
  height: 48%;
  top: 32%;
  right: 8%;
  border-radius: 50%;
}
/* socail media */
/*end copyright*/

/* Start Go to top  */
div .to-up {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  position: relative;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 53px;
  left: 15px;
  z-index: 99;
  border: 0.5px solid var(--main-color);
  outline: none;
  background-color: #fff;
  color: var(--main-color);
  cursor: pointer;
  border-radius: 50%;
  font-size: 10px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  padding: 0;
}

#myBtn:hover {
  background-color: var(--main-color);
  color: #fff;
  border: 0.5px solid #fff;
}

/* ************************* */

h2 {
  color: black;
  margin: 30px auto;
}
.model-head {
     color: #325b65;
    text-align: center;
    font-weight: bold;
    margin-top: 15px;
    background-color: #fff;
    /* padding: 10px 0; */
    /* border-radius: 50px;
    border-style: double;
    border-color: #dd9c3b; */
}
.model-head .title-arb {
  font-family: "El Messiri", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: xx-large;

}
.model-head .title-en {
  font-family: "El Messiri", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: larger;

}

.model-head span.main-n {


}
.head-f{
font-size: x-large;
margin: 12px auto;
font-size: x-large;
font-weight: 400;

}
.head-f{
}
.img-logo {
  margin: auto;
  max-width: max-content;
  max-height: max-content;
}
@media (max-width: 575.98px) { 
  .img-logo {
 display: none;
  }
 }

.img-logo img {
  margin: auto;
  width: 100%;
  height: 100%;
}
.img-logo2 {
  margin: auto;
  max-width: 200px;
  max-height: 100px;
}
.model-content {
  font-size: 25px;
  padding: 10px 0;
}
.head-simple{
  background-image:url('../../images/logo.png');
  background-repeat : no-repeat;
  background-position: center bottom;
  -webkit-background-size: 200px 150px;
  -moz-background-size:200px 150px;
  -o-background-size: 200px 150px;
  background-size: 200px 150px;
  border-top: 2px solid var(--one-color);
  border-bottom: 2px solid var(--one-color);
}

.model-content .content {
  opacity: 0.9;
  font-weight: bold;
}
.model-content .head-invoice p {
  margin: 0;
}

.model-content h3 {
  margin: 20px 0 40px;
}
.model-content .top-model {
  margin-bottom: 40px;
  margin-top: 40px;
}
.model-content .text-c {
  text-align: center;
  font-weight: bold;
}
.model-content .margin-style {
  margin-bottom: 40px;
}
.model-content .margin-style2 {
  margin-right: 150px;
}
.model-content .margin-style3 {
  margin: 100px auto;
}
.model-content .height-file {
  height: 250px;
  vertical-align: middle;
}
.model-content .stamp-sign{
  vertical-align: middle;
  font-size: x-large;
  font-weight: 700;
  margin-top: 30px;
  font-family: 'Lateef', cursive;
}
.model-content span.span-block {
  display: block;
}
.model-content .footer-model {
  margin:  auto; 
  height: auto;
}

 .f-style1 {
  margin: 10px auto ;
}


.f-style1  div.bank-na,
.f-style1  div.bank-nu {
  padding: 0;
}

.footer-model .f-style2 {
  padding: 10px 20px;
}
 .page-footer {

}

 .page-footer {
  position: static;
  margin: auto;
  width: 100%;
}
 .page-footer .img-footer{
height: 50px;
width: 100%;
}
 .page-footer .img-footer img{
height: 100%;
width: 100%;
}
 .page-footer .info-footer{
  color: var(--main-color) !important;
  border-top: 3px solid var(--one-color) !important;
  font-size: large !important;
  margin-left: auto;
  font-weight: 700;
}


.page-footer .info-footer .contact{
  direction: ltr !important;
  text-align: center !important;
}
.page-footer .info-footer .contact> div{
  direction: ltr !important;
  display: inline !important;
  text-align: left !important;
}
.page-footer .info-footer .location{
display: block !important;
direction: rtl !important;
text-align: center !important;
}

.page-footer .info-footer> div .main-r{
  margin-right: 25px !important;
  }
.model-content .id-num {
  margin-bottom: 0;
  margin: 0;
  font-size: 10px;
  font-weight: bold;
}
.model-content p.title-style {
  font-weight: 600;
  text-decoration: underline;
}
.form-check-inline .form-check-input {
  margin-left: 0.3125rem;
}
.model-content .in-line {
  display: inline-block;
}
.model-content .space-betw {
  margin-left: 20px;
}
.model-content table {
  text-align: center;
  font-size: x-large;
  margin-bottom: 0rem;
}
.table thead th {
  padding: 7px !important;
}
.table thead th span.m-a{
  display: block;
  font-size: medium;
}
.table thead th span.m-c{
  font-size: small;
  display: block;
  font-size: small;
}
.model-content table span.w{
  font-size: large;
}

.model-content .invoice-details table {
  text-align: center;
  font-size: large;
  font-weight: bold;
}
.model-content table th,
.model-content table td {
  border: 1px solid #ddd;
  vertical-align: middle;
}

.model-content table.t-info th,
.model-content table.t-info td {
  border: 2px solid var(--one-color);
  vertical-align: middle;
  white-space: normal;
  padding: 10px 4px;
  color: #333;
  font-weight: 800;
}

.model-content table.t-info td.value {
  border-left: none;
  border-right: none;
  color: black;
  font-size: medium;
  width: 22%;
}

.model-content table.t-info td.value-c{
  width: 26%;
  font-size: x-large;
  font-weight: 700;
}
.model-content table.t-info td.value-a{
  font-size: x-large;
  font-weight: 700;
}
.model-content table.t-info td.value-s{
  width: 37%;
}
.model-content table.t-info .head-list {
  display: block;
  font-size: small;
  font-weight: bold;
}

.footer-qr .qr-code {
margin: auto;
}
.qr-code {
  width: 200px;
  height: 250px;
}
.qr-code img{
  width: 100%;
  height: 100%;
}
.info-branch {
  font-size: medium;
  font-weight: bold;
}
.info-branch p {
  margin: 0;
}
.model-content table.t-info .title-t {
  background-color: #f9fcfe;
  font-size: large;
  font-weight: bolder;

}
.model-content table.t-info .title-t td.value1{
  width: 14%;
}
.model-content table.t-info .title-t td.value2{
  width: 14%;
}
.model-content table.t-info .title-t td.value{
  width: 22%;
  overflow: hidden;
}
.model-content table.t-info td.value1 {
  border-left: none;
  text-align: right;
  padding: 1px 7px 1px 5px;
	 color: #333;
   font-size: larger;

}
.model-content table.t-info td.value2 {
  border-right: none;
  text-align: left;
  padding: 1px 5px 1px 7px;
	 color: #333;
   font-size: larger;

	
}
.model-content table.t-info td.value3 {
   line-height: 1;
	
}
.model-content .head-info  {
  margin: auto;
}
.style1 {
  margin: 5px auto;
}
.style1 p {
  vertical-align: middle;
  font-size: small;
  font-weight: 700;
  text-decoration: underline;
  
}
.style1 p span{
  font-size: medium;
  font-weight: bolder;
}
.model-content .head-info th {
  padding: 1px 2px;
  color: #333;
  font-size: large;
}
@media (max-width: 1199.98px) { 
  .model-content .head-info th {
    font-size: medium;
  }
 }
@media (max-width: 1199.98px) { 
  .model-content .head-info th {
    font-size: medium;
  }
 }
.model-content  .t-l{
  border-right: none;
  text-align: left;
}
.model-content  .t-r {
  border-left: none;
  text-align: right;
}
.model-content .head-info th span {
  color: black;
}
.model-content .head-simple table th {
  border: none;
}

.model-content table th.non-border-t {
  border-top: none;
}
.model-content table th.non-border-b {
  border-bottom: none;
}
.model-content .model-voucher {
  border: 2px solid black;
  margin-top: 10px;
  padding: 10px 1px 20px;
}
.model-content .model-voucher .price-voucher {
  display: inline-block;
}

.model-content .model-voucher .unit-price {
  padding: 1px 10px;
}
.model-content .model-voucher .input-num {
  border: 1px solid #9c9c9c;
  height: 30px;
}
.model-content .model-voucher .number-voucher {
  padding: 1px 10px;
  float: left;
}
.model-content .model-voucher .num-voucher {
  height: 30px;
}
.model-content .model-voucher .title-voucher {
  padding: 0 40px;
}
.model-content .model-voucher .title-voucher .title-a {
  border-bottom: 1px solid black;
  color: var(--one-color);
  font-weight: bolder;
  font-size: larger;
}
.model-content .model-voucher .title-voucher .title-e {
  font-size: medium;
}
.model-content .model-voucher .date-voucher {
  font-weight: bold;
  float: left;
  margin-left: 10px;
}
.model-content .model-voucher .style-v1 {
  padding: 5px 15px;
  text-align: right;
  margin: 30px;
}
.model-content .model-voucher .style-v2 {
  float: left;
}
.model-content .model-voucher .style-v3 {
  margin: 0 25px;
}
.model-content .model-voucher .details-price {
  border: 2px solid #2b2a2b;
  border-radius: 5px;
  font-weight: bold;
  margin: 0 25px;
  padding: 10px;
}
.model-content .footer-voucher {
  padding: 0 15px;
  text-align: center;
}
.model-content .head-invoice {
  margin-bottom: 5px;
}
.model-content .head-invoice .name-office {
  color: var(--one-color);
  font-size: larger;
}
.model-content .head-invoice .job-office {
  color: rgb(34, 34, 34);
  font-size: medium;
}
.model-content .head-invoice .title-invoice {
  color: var(--one-color);
  font-size: xx-large;
  font-weight: bolder;
}
.parcode {
  vertical-align: middle;
  padding: 20px;
  width: 200px;
  height: 200px;
  margin: auto;
}
.model-content .model-invoice table {
}

.model-content .model-invoice table th,
.model-content .model-invoice table td {
  border: 2px solid black;
}
.model-content .model-invoice table .full-style {
  width: 70%;
}
.model-content .footer-invoice table {
  border: none;
}
.model-content .footer-invoice table {
  border: none;
}

.model-content .footer-invoice table th,
.model-content .footer-invoice table td {
  border: none;
  vertical-align: middle;
}
.model-content .footer-invoice table td {
  float: left;
}
span.included {
  font-size: small ;
  display: inline;
  cursor: default;
}
.model-content .footer-invoice .Stamp,
.model-content .footer-invoice .signature {
  margin: 20px 5px 100px;
  text-align: right;
}
.footer-model {
  font-size: x-large;
}
.footer-model table {
  text-align: center;
}
.footer-model table th,
.footer-model table td {
  border: 1px solid #ddd;
  vertical-align: middle;
}
/* Start overlay background-image  */
.sec-bg-img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.sec-bg-img .overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  background: rgba(0, 0, 0, 0.5);
}

/* End overlay background-image  */

/*Start Bublic items */
h2.title-invoice {
  font-weight: bolder;
  text-align: center;
}
.btn-primary {
  color: var(--main-color);
  background-color: var(--back4-color);
  border-color: var(--back2-color);
  border-radius: 10px;
  font-weight: 700;
  transition: all 0.9s ease;
  margin-bottom: 2px;
  
}
.btn-primary i{
  color: var(--back2-color);
}

.btn-primary:hover {
  color: #fff;
  background-color: var(--main-color);
  border-color: var(--one-color);
}
.btn-primary:hover i{
  color: var(--one-color);
}
.btn-danger {
  color: #dc3546d7;
  background-color: var(--back4-color);
  border: 2px solid #dc3546d7;
  border-radius: 10px;
  transition: all 0.9s ease;
  font-size: small;
  font-weight: bold;
  padding: 5px 3px;
}
.btn-danger:hover {
  border-color: var(--back2-color);
}
.btn-danger:hover .fa-times{
  color: var(--back2-color);
}
.btn-success {
  color: green;
  background-color: var(--back4-color);
  border: 2px solid green;
  border-radius: 10px;
  transition: all 0.9s ease;
  font-weight: bold;
  font-size: small;
  font-weight: bold;
  padding: 5px 8px;
}
i.fa-edit{
color: green;
}
.btn-success:hover {
  color: var(--back2-color);
  background-color: green;
  border-color: var(--back2-color);
}
.btn-success:hover .fa-edit{
  color: var(--back2-color);
}
.table-responsive {
  margin-top: 10px;
}
.info table img {
  width: 50px;
  height: 20px;
}
.control{
  display: inline;
}
@media print {
  .sidebar {
    display: none;
  }
	.pp {
    display: none;
  }
  .wrapper .sidebar {
    display: none;
    }
  .upper-bar {
    display: none;
  }
  .fa-bars {
    display: none;
  }
  .main_content{
    width:100%;
    margin-top: 0;
    margin-right:0;
    margin: auto;
  }
  .wrapper .main_content {
    width:100%;
    margin-top: 0;
    margin-right:0;
    margin: auto;
  }
}


@media only screen{
    /* .pp{
         display: block;  
    } */

  }
  @media print {
    .head-simple{
      font-size: xx-large !important;
      font-weight: bold !important;
    }
    .table thead th {
      vertical-align: middle;
      background-color: transparent !important;
      color: var(--main-color);
      border-bottom: 2px solid #bfc8cc;
      text-align: center;
      padding: 10px;
    }
    .page-footer {
      position: absolute;
      top: 95%;

    }

  }
/*End Bublic items */
