@font-face {
  font-family: 'PT Sans Narrow';
  src: url('../fonts/PTSans-NarrowBold.eot');
  src: url('../fonts/PTSans-NarrowBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/PTSans-NarrowBold.woff2') format('woff2'),
    url('../fonts/PTSans-NarrowBold.woff') format('woff'),
    url('../fonts/PTSans-NarrowBold.svg#PTSans-NarrowBold') format('svg');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'PT Sans Narrow';
  src: url('../fonts/PTSans-Narrow.eot');
  src: url('../fonts/PTSans-Narrow.eot?#iefix') format('embedded-opentype'),
    url('../fonts/PTSans-Narrow.woff2') format('woff2'),
    url('../fonts/PTSans-Narrow.woff') format('woff'),
    url('../fonts/PTSans-Narrow.svg#PTSans-Narrow') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Noto Kufi Arabic';
  src: url('../fonts/NotoKufiArabic.eot');
  src: url('../fonts/NotoKufiArabic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NotoKufiArabic.woff2') format('woff2'),
    url('../fonts/NotoKufiArabic.woff') format('woff'),
    url('../fonts/NotoKufiArabic.svg#NotoKufiArabic') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Noto Kufi Arabic Bold';
  src: url('../fonts/NotoKufiArabic-Bold.eot');
  src: url('../fonts/NotoKufiArabic-Bold.eot?#iefix')
      format('embedded-opentype'),
    url('../fonts/NotoKufiArabic-Bold.woff2') format('woff2'),
    url('../fonts/NotoKufiArabic-Bold.woff') format('woff'),
    url('../fonts/NotoKufiArabic-Bold.svg#NotoKufiArabic-Bold') format('svg');
  font-weight: Bold;
  font-style: normal;
}

body {
  /* background: url('../images/video_bg-50.png') no-repeat center center,
   background: url('../images/video_bg-50.png') no-repeat center center,
	 background: url('../images/video_bg-50.png') no-repeat center center,
   background: url('../images/video_bg-50.png') no-repeat center center,
	 background: url('../images/video_bg-50.png') no-repeat center center,
   background: url('../images/video_bg-50.png') no-repeat center center,
	 background: url('../images/video_bg-50.png') no-repeat center center,
   background: url('../images/video_bg-50.png') no-repeat center center,
	 background: url('../images/video_bg-50.png') no-repeat center center,
   background: url('../images/video_bg-50.png') no-repeat center center,
	 background: url('../images/video_bg-50.png') no-repeat center center,
			  url('../images/bg-1-50.png') no-repeat center center,
              url('../images/bg-1-50.png') no-repeat center center,
			  url('../images/bg-1-50.png') no-repeat center center,
			  linear-gradient(135deg, navy 10%,rgb(11, 60, 88) 90%); */
  background: linear-gradient(135deg, rgb(5, 77, 99) 10%, rgb(15, 53, 75) 90%);
  background-size: cover;
  background-attachment: fixed;
  font-family: 'roborto', Helvetica, Arial, sans-serif;
}

::-webkit-scrollbar {
  /* background-color: #2b2b2b; */
  background-color: transparent;
  /* border-left: 1px solid #3e3e3e; */
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background: #6b6b6b;
  border-radius: 8px;
}

.swal-modal * {
  font-family: 'roborto', Helvetica, Arial, sans-serif;
}

.application {
  background: transparent !important;
}

.application--is-rtl * {
  font-family: 'Noto Kufi Arabic', Arial, sans-serif;
}

h1,
h2 {
  font-weight: bold;
  font-family: 'PT Sans Narrow', 'roborto', Helvetica, Arial, sans-serif;
}

.page-main-title {
  color: rgb(220, 0, 0);
  text-shadow: 0 0 1px rgba(100, 0, 0, 0.5);
  position: relative;
  text-transform: uppercase;
  margin: 20px 0;
  line-height: 40px;
}

.title-highlight {
  color: rgb(220, 0, 0);
  text-shadow: 0 0 1px rgba(100, 0, 0, 0.5);
}

.narrow-title {
  margin: 20px 0 0 0;
}

.page-main-title .v-icon {
  color: rgba(220, 0, 0, 1) !important;
  text-shadow: 0 0 1px rgba(100, 0, 0, 0.5);
  position: relative;
  top: -8px;
  margin: 0 10px 0 0;
}

.application--is-rtl .page-main-title .v-icon {
  margin: 0 0 0 0;
}

.page-main-title::before {
  position: absolute;
  content: '\2237';
  height: 10px;
  left: calc(100% - 30px);
}

.application--is-rtl .page-main-title::before {
  left: auto;
  right: calc(100% - 30px);
}

.page-main-title::after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background: #db0201;
  box-shadow: 0 0 1px rgba(100, 0, 0, 0.5);
}

.no-select {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.swal-title {
  font-size: 18px !important;
}

.pnotify-material-success {
  background: #4aae52 !important;
}

.pnotify-material-error {
  background: #fe5252 !important;
}

.pnotify-material-info {
  color: white !important;
  background: #2496f1 !important;
}

.pnotify-material-notice {
  color: white !important;
  background: #fec018 !important;
}

.dashboard-pages {
  background-color: #fefefe;
}

.v-tooltip__content {
  background: rgba(0, 0, 0, 1) !important;
}

#toolbar {
  background: linear-gradient(40deg, #101855 0%, #0a5368 30%, #02a38b 80%);
  color: white;
}

#toolbar * {
  color: white;
}

.dashboard-title-icon {
  color: rgba(255, 255, 255, 0.9) !important;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.95);
}

.v-navigation-drawer--mini-variant .sidebar-icon-container {
  display: block;
  width: 120px;
  text-align: center;
}

.v-alert {
  text-align: left !important;
}

.application--is-rtl .v-alert {
  text-align: right !important;
}

.v-datatable td {
  min-height: 60px !important;
}

.v-datatable th:last-child {
  width: 90px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center !important;
}

.v-datatable tbody tr:hover {
  background: rgba(230, 230, 230, 0.47) !important;
}

.v-datatable td.actions-col:last-child {
  width: 90px !important;
  text-align: center !important;
}

.v-datatable td.actions-col:last-child .v-btn {
  display: block;
  height: 90%;
  text-align: center !important;
}

.v-datatable td.actions-col:last-child .v-btn:hover,
.v-datatable td.actions-col:last-child .v-btn:focus {
  background: rgba(255, 255, 255, 1) !important;
}

.actions-btn {
  transition: all 0.3s;
}

.v-datatable td.actions-col:last-child .v-btn:hover .actions-btn,
.v-datatable td.actions-col:last-child .v-btn:focus .actions-btn {
  background: transparent !important;
  color: #555 !important;
}

#dialog-title {
  color: rgba(255, 255, 255, 0.6) !important;
}

#dialog-title .v-icon {
  color: rgba(255, 255, 255, 0.6) !important;
}

.file-upload-trigger {
  display: block;
  width: 100%;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0 0 1px rgba(100, 0, 0, 0.5);
  box-shadow: 0 1px 1px rgba(100, 0, 0, 0.5);
  cursor: pointer;
  transition: all 0.4s;
}

.file-upload-trigger:hover,
.file-upload-trigger:focus {
  opacity: 0.9;
}

.image-upload-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
}

.image-upload-overlay .overlay-inner-content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.image-frame {
  border: 2px solid #eee;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
}

.the-app-dialogs {
  position: relative;
  z-index: 5000;
}

.remove-box-shadow {
  box-shadow: none !important;
}

.image-container {
  display: block;
  width: 190px;
  height: 150px;
  cursor: pointer;
  background-size: cover;
  background-position: center center;
}

.user-image {
  display: block;
  width: 192px;
  height: 252px;
  cursor: pointer;
  background-size: cover;
  background-position: center center;
}

.product-image {
  display: block;
  width: 220px;
  height: 235px;
  cursor: pointer;
  background-size: cover;
  background-position: center;
}

.user-image {
  display: block;
  width: 190px;
  height: 232px;
  cursor: pointer;
  background-size: cover;
  background-position: center;
}

.purchase-sale-attachment {
  display: block;
  width: 200px;
  height: 150px;
  cursor: pointer;
  background-size: cover;
  background-position: center;
}

.sub-sections-list {
  list-style-type: none;
  padding: 0;
}

.sub-sections-list li {
  list-style-type: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

.rotate-icon-150 {
  -webkit-transform: rotate(150deg);
  -moz-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  -o-transform: rotate(150deg);
  transform: rotate(150deg);
}

.rotate-icon-330 {
  -webkit-transform: rotate(330deg);
  -moz-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  -o-transform: rotate(330deg);
  transform: rotate(330deg);
}

/* **************  This is for multiple add/edit forms also views ************** */
.form-table-content {
  text-align: center;
  background-color: white;
  font-size: 16px;
}

.form-table-header {
  border-top-style: solid;
  border-bottom-style: solid;
  border-width: 2px;
  border-color: gray;
}

.view-table-header {
  border-bottom-style: solid;
  border-width: 1px;
  border-color: gray;
  font-weight: bold;
  text-align: center;
}

.view-table-row {
  text-align: center;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: gray;
  padding: 10px;
}

.last-table-row {
  text-align: right;
}
.last-table-row2 {
  text-align: center;
  padding: 10px;
}

.view-table-content {
  margin-bottom: 0px;
}

/* **************  /This is for multiple add/edit forms also views ************** */

/* *************** This is for print ***************  */
.printed-table {
  width: 100%;
}
.global-printed-table {
  width: 100%;
}

.header-space {
  height: 150px;
}
.global-header-space {
  height: 150px;
}

.footer-space {
  height: 130px;
}
.global-footer-space {
  height: 130px;
}

.invoice-header {
  position: fixed;
  top: 0;
  left: 0;
  border-collapse: separate;
  border-spacing: 0;
  border: 2px solid #172653;
  border-radius: 2px;
  -moz-border-radius: 5px;
  width: 100%;
  padding: 5px;
}
.header-top-left-text {
  font-size: 20px;
  font-weight: bold;
  margin: 0px;
  color: #17124e;
  -webkit-print-color-adjust: exact;
}
.header-bottom-text {
  margin: 0px;
  margin-top: 5px;
  color: #17124e;
  -webkit-print-color-adjust: exact;
}
.header-top-right-text {
  font-size: 22px;
  font-weight: bold;
  margin: 0px;
  color: #17124e;
  -webkit-print-color-adjust: exact;
}
.header-left-section {
  width: 300px;
  text-align: left;
}
.header-right-section {
  width: 300px;
  text-align: right;
}
.header-middle-section {
  width: 120px;
}

.invoice-footer {
  width: 100%;
  position: fixed;
  border: 2px solid #172653;
  bottom: 0;
  left: 0;
  padding: 5px;
  border-radius: 2px;
}
.footer-titles {
  color: #17124e;
  -webkit-print-color-adjust: exact;
}

.last-table-row-for-currency {
  font-weight: bold;
}
.signature-section {
  width: 100%;
  position: fixed;
  bottom: 90px;
  left: 0;
}
.left-signature-text {
  text-align: left;
}
.right-signature-text {
  text-align: right;
}

.add-padding-for-info-table {
  padding-top: 40px;
}

.section-title-table {
  width: 100%;
  position: fixed;
  top: 90px;
}
.global-section-title-table {
  width: 100%;
  position: fixed;
  top: 90px;
}

.td-padding-bottom {
  padding-bottom: 15px;
}

.section-title-content {
  width: 900px;
  text-align: center;
  font-size: 18px;
}
.global-section-title-content {
  width: 900px;
  text-align: center;
  font-size: 18px;
}
/* *************** /This is for print ***************  */

.print-export-dialog-footer {
  position: sticky;
  bottom: 6px;
  width: 100%;
  height: 50px !important;
  background-color: #eeeeee !important;
  border-top: 1px solid lightgray;
  /* box-shadow: 1px -5px 5px lightgrey; */
}

.kt-addnew-button-en {
  margin-right: 0px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  box-shadow: -2px 3px 1px -2px rgba(0, 0, 0, 0.2),
    -2px 2px 2px 0 rgba(0, 0, 0, 0.14), -2px 1px 5px 0 rgba(0, 0, 0, 0.12) !important;
}
.kt-addnew-button-ar {
  margin-left: 0px !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  box-shadow: 2px 3px 1px -2px rgba(0, 0, 0, 0.2),
    2px 2px 2px 0 rgba(0, 0, 0, 0.14), 2px 1px 5px 0 rgba(0, 0, 0, 0.12) !important;
}
.import-dropdown-button-en {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  color: white;
  background-color: #1976d2 !important;
  height: 36px;
  margin-top: 6px;
  box-shadow: 2px 3px 1px -2px rgba(0, 0, 0, 0.2),
    2px 2px 2px 0 rgba(0, 0, 0, 0.14), 2px 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.import-dropdown-button-ar {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  color: white;
  background-color: #1976d2 !important;
  height: 36px;
  margin-top: 6px;
  box-shadow: -2px 3px 1px -2px rgba(0, 0, 0, 0.2),
    -2px 2px 2px 0 rgba(0, 0, 0, 0.14), -2px 1px 5px 0 rgba(0, 0, 0, 0.12);
}

a.import-dropdown-button-en:hover {
  background-color: #1988d9 !important;
}
a.import-dropdown-button-ar:hover {
  background-color: #1988d9 !important;
}
