@font-face {
  font-family: "ExpoArabic";
  src: url(../fonts/ExpoArabic/ExpoArabic-Medium.ttf);
  font-weight: 700;
}

@font-face {
  font-family: "ExpoArabic";
  src: url(../fonts/ExpoArabic/ExpoArabic-Book.ttf);
  font-weight: 500;
}

@font-face {
  font-family: "ExpoArabic";
  src: url(../fonts/ExpoArabic/ExpoArabic-SemiBold.ttf);
  font-weight: 900;
}

* {
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "ExpoArabic" , sans-serif;
  scroll-behavior: smooth;
}

*::-moz-selection {
  background-color: #368B85;
  color: #fff;
}

*::selection {
  background-color: #368B85;
  color: #fff;
}

*::-webkit-scrollbar {
  width: 8px;
}

*::-webkit-scrollbar-track {
  background-color: #ccc;
}

*::-webkit-scrollbar-thumb {
  background: #368B85;
  border-radius: 8px;
}

*::-webkit-scrollbar-thumb:hover {
  background: #FFD371;
}

.overflowNone {
  overflow: hidden;
}

.btn:focus,
button:focus,
input:focus,
.form-control:focus {
  outline-width: 0px !important;
  outline-color: transparent !important;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

a {
  text-decoration: none !important;
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 4px;
  border-radius: 4px;
  background-color: #FFD371;
  opacity: .5;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  opacity: 1;
}

.overflowNone {
  overflow: hidden;
}

.card {
  height: 100%;
}

textarea {
  resize: none;
}

.flex-contain {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.profile-img {
  width: 100px;
  height: 100px;
  border: 2px solid #ddd;
  border-radius: 50%;
  overflow: hidden;
}

.profile-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.upload-content {
  width: 100px;
  height: 100px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
}

.upload-content img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}

.upload-content .from-image-upload {
  position: absolute;
  bottom: 0;
  right: 0px;
}

.upload-content input[type="file"] {
  display: none;
}

.upload-content .pen {
  width: 30px;
  margin: 0px;
  height: 30px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
}

.upload-content .pen i {
  color: var(--secondary);
  font-size: 15px;
}

h1, h2, h3, h4, h5, h6, .heading {
  color: var(--primary);
}

.mm-active .active, .mm-active .active i, .mm-active, .mm-active > i, th, h4 span {
  color: var(--secondary) !important;
}

.logo-lg img {
  width: 120px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.inovice-data-contain {
  width: 100%;
  padding: 20px 0px 0px;
}

.inovice-data-contain .logo {
  width: 100%;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right;
     object-position: right;
}

.inovice-data-contain .inovice-name {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.inovice-data-contain .inovice-name.flex-col-shape {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.inovice-data-contain .inovice-name.flex-col-shape li {
  border-left: 1px solid #444 !important;
  padding: 0px 10px 0px 10px !important;
}

.inovice-data-contain .inovice-name.flex-col-shape li:last-child {
  border-left: none !important;
}

.inovice-data-contain .inovice-name li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-bottom: 20px;
  width: 100%;
  border: 0px !important;
}

.inovice-data-contain .inovice-name li.border {
  border-bottom: 1px solid #444 !important;
}

.inovice-data-contain .inovice-name li .name {
  font-size: 20px;
  font-weight: 600;
  color: #444;
}

.inovice-data-contain .inovice-table {
  width: 100% !important;
}

.inovice-data-contain .inovice-table.table-bordered {
  border: 1px solid #444 !important;
}

.inovice-data-contain .inovice-table.table-bordered th, .inovice-data-contain .inovice-table.table-bordered td {
  border: 1px solid #444 !important;
}

.inovice-data-contain .inovice-table th {
  background-color: #00A79D;
  text-align: center;
}

.inovice-data-contain .inovice-table th .name {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
}

.inovice-data-contain .inovice-table th .name.inline {
  display: inline-block !important;
}

.inovice-data-contain .inovice-table th .name.inline:first-child {
  margin-left: 40px;
}

.inovice-data-contain .inovice-table th .name.inline:last-child {
  margin-right: 40px;
}

.inovice-data-contain .inovice-table td {
  height: 58px !important;
}

.inovice-data-contain .inovice-table .contain li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px 20px;
}

.inovice-data-contain .inovice-table .contain li span {
  color: var(--secondary);
  font-size: 20px;
  font-weight: 700;
}

.inovice-data-contain .data {
  font-size: 15px;
  font-weight: 500;
  color: #444 !important;
  margin-bottom: 20px;
}

.inovice-data-contain .copyrights {
  padding: 20px 0px;
  background-color: var(--secondary);
  width: 100%;
  margin-top: 40px;
}

.inovice-data-contain .copyrights .qr-contain {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-top: -100px;
}

.inovice-data-contain .copyrights .qr-code {
  width: 150px;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.inovice-data-contain .copyrights .content p {
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}

.authentication-bg {
  background-color: #fff !important;
}

.login {
  width: 100%;
  padding: 40px 0px 0px 0px;
}

.login .heading {
  text-align: center;
}

.login .form-data {
  width: 100%;
  padding: 30px 20px 15px;
  background-color: #eee;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 10px rgba(248, 236, 236, 0.5);
          box-shadow: 0px 0px 10px rgba(248, 236, 236, 0.5);
}

.login .form-data.forget {
  padding: 100px 20px;
}

.login .form-data.forget .form-content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.login .custom-bnt {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  background-color: var(--secondary);
  border-radius: 5px;
  outline: none;
  border: none;
  position: relative;
  overflow: hidden;
}

.login .custom-bnt span {
  color: #fff;
  margin-right: 10px;
  font-weight: 700;
  font-size: 16px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.login .form-content.flex-contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.login .form-content.flex-contain .form-control {
  width: 300px !important;
}

.login .form-content.flex-contain .form-group {
  margin-bottom: 0px !important;
}

.login .form-content.flex-contain .button-contain {
  margin-right: 10px !important;
  width: 120px !important;
}

.login .form-content .form-control {
  width: 100%;
  height: 50px;
  padding: 0px 20px;
  background-color: transparent;
  border: 1px solid #808080;
  border-radius: 8px;
}

.login .form-content .form-control::-webkit-input-placeholder {
  color: #18191A;
  font-size: 15px;
  font-weight: 500;
}

.login .form-content .form-control:-ms-input-placeholder {
  color: #18191A;
  font-size: 15px;
  font-weight: 500;
}

.login .form-content .form-control::-ms-input-placeholder {
  color: #18191A;
  font-size: 15px;
  font-weight: 500;
}

.login .form-content .form-control::placeholder {
  color: #18191A;
  font-size: 15px;
  font-weight: 500;
}

.login .form-content .form-control:focus, .login .form-content .form-control:visited, .login .form-content .form-control:hover, .login .form-content .form-control:invalid {
  border-color: var(--primary) !important;
}

.login .form-content .form-control:focus::-webkit-input-placeholder, .login .form-content .form-control:visited::-webkit-input-placeholder, .login .form-content .form-control:hover::-webkit-input-placeholder, .login .form-content .form-control:invalid::-webkit-input-placeholder {
  color: var(--primary) !important;
}

.login .form-content .form-control:focus:-ms-input-placeholder, .login .form-content .form-control:visited:-ms-input-placeholder, .login .form-content .form-control:hover:-ms-input-placeholder, .login .form-content .form-control:invalid:-ms-input-placeholder {
  color: var(--primary) !important;
}

.login .form-content .form-control:focus::-ms-input-placeholder, .login .form-content .form-control:visited::-ms-input-placeholder, .login .form-content .form-control:hover::-ms-input-placeholder, .login .form-content .form-control:invalid::-ms-input-placeholder {
  color: var(--primary) !important;
}

.login .form-content .form-control:focus::placeholder, .login .form-content .form-control:visited::placeholder, .login .form-content .form-control:hover::placeholder, .login .form-content .form-control:invalid::placeholder {
  color: var(--primary) !important;
}

.login .form-content .custom-bnt {
  width: 100%;
}

.login .form-content .forget-password a, .login .form-content .sing-in a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.login .form-content .forget-password a img, .login .form-content .sing-in a img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: invert(14%) sepia(84%) saturate(4671%) hue-rotate(180deg) brightness(90%) contrast(87%);
          filter: invert(14%) sepia(84%) saturate(4671%) hue-rotate(180deg) brightness(90%) contrast(87%);
}

.login .form-content .forget-password a span, .login .form-content .sing-in a span {
  margin-right: 5px;
  color: #106579;
  font-size: 15px;
  font-weight: 700;
  line-height: 2rem;
}

.login .form-content .forget-password a span.color, .login .form-content .sing-in a span.color {
  color: #F7A637;
  margin-right: 4px;
}

.login .form-content .sing-in {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.login .image-content {
  width: 100%;
  padding: 10px 20px;
  height: 100%;
  background-color: #f5ffff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 10px rgba(248, 236, 236, 0.5);
          box-shadow: 0px 0px 10px rgba(248, 236, 236, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.login .image-content img {
  width: 100%;
  height: 350px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.nav-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nav-content .logo {
  width: 120px;
  height: 120px;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 900px) {
  .logo-sm img {
    width: 100px;
    height: 60px;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .dt-buttons.btn-group .btn {
    padding: .47rem .5rem !important;
  }
  .table-responsive th, .table-responsive td {
    min-width: 180px !important;
  }
  .navbar-header .btn {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }
}

@media (max-width: 321px) {
  .dt-buttons.btn-group .btn {
    padding: .47rem .1rem !important;
  }
}
/*# sourceMappingURL=style.css.map */