@font-face {
  font-family: Arabic;
  src: url(../fonts/Janna.0655ac25.ttf);
}
*,
.v-dialog:not(.v-dialog--fullscreen) {
  font-family: Arabic;
}

.v-application a {
  color: var(--v-anchor-base) !important;
}

.mr-menu {
  margin-right: 50px;
}

.bg-primary {
  background: var(--v-primary-base) !important;
}

.bg-secondary {
  background: var(--v-secondary-base) !important;
}

.bg-third {
  background: var(--v-third-base) !important;
}

.clr-white {
  color: var(--v-fourth-base) !important;
}

.clr-primary {
  color: var(--v-primary-base) !important;
}

.clr-secondary {
  color: var(--v-secondary-base) !important;
}

.clr-third {
  color: var(--v-third-base) !important;
}

.clr-danger {
  color: var(--v-danger-base) !important;
}

.clr-success {
  color: var(--v-success-base) !important;
}

.clr-info {
  color: var(--v-info-base) !important;
}

.v-icon.v-icon,
.v-list-item__title {
  color: var(--v-primary-base) !important;
}

.v-list-item__title {
  font-size: 14 !important;
}

.help-block,
.required {
  color: var(--v-danger-base) !important;
}

.w-full {
  width: 100%;
}

.h-btn {
  height: 40px;
}

.white-clr {
  color: var(--v-fourth-base) !important;
}

.el-notification {
  display: flex;
  justify-content: right;
}
.el-notification .el-notification__group {
  margin-left: 17px;
  margin-right: 17px;
  text-align: right;
}
.el-notification .el-notification__title {
  color: var(--v-primary-base) !important;
}
.el-notification .el-notification__content {
  color: var(--v-third-base) !important;
}
.el-notification .el-notification__closeBtn {
  right: unset !important;
  left: 15px;
}
.el-notification .el-notification__icon {
  position: absolute;
  right: 10px;
}

.icon-font-size {
  font-size: 16px !important;
}

.cursorPointer {
  cursor: pointer;
}

.el-notification__content {
  word-break: break-all;
}

.v-list-item--disabled .v-list-item__title,
.v-list-item--disabled .v-icon.v-icon,
.v-list-group--disabled .v-list-item__title,
.v-list-group--disabled .v-icon.v-icon {
  color: #ccc !important;
}

.has-error .v-input__control {
  border: 1px solid red !important;
}

body {
  font-size: 14px;
  zoom: 85%;
}

.v-menu__content {
  max-width: 100% !important;
}

.el-date-picker {
  zoom: 113%;
}

input,
.v-select__selections,
.v-label {
  font-size: 14px !important;
}

.v-input__icon--clear .v-icon.v-icon.v-icon--link {
  font-size: 14px;
}

.v-data-table-header {
  background: #dadada;
}

.v-input__append-inner {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.clickable {
  cursor: pointer !important;
}

.v-btn__content .v-icon.v-icon {
  color: var(--v-fourth-base) !important;
}

.v-menu__content .v-btn__content .v-icon.v-icon {
  color: var(--v-third-base) !important;
}

.reportPage table {
  border-collapse: collapse;
  width: 100%;
}
.reportPage td,
.reportPage th {
  border: 1px solid #dddddd;
  text-align: right;
  padding: 8px;
}
.reportPage th {
  padding-top: 4px;
  padding-bottom: 6px;
  background-color: var(--v-five-base) !important;
  color: #fff;
}
.reportPage h2 {
  text-align: center;
  color: var(--v-six-base);
  margin-top: 15px;
}

.v-navigation-drawer {
  z-index: 500;
}

.v-navigation-drawer__content {
  overflow-y: hidden !important;
}

.filterMe {
  height: 85vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.filterActions {
  height: 10vh;
}

#print {
  background: green !important;
  color: #fff;
  float: left;
  margin-bottom: 5px;
  margin-left: 5px;
}

@media print {
  #print,
  #header {
    display: none !important;
  }
}
.v-app-bar__nav-icon .v-btn__content .v-icon.v-icon {
  color: var(--v-primary-base) !important;
}

@media only screen and (max-width: 800px) {
  header .excelLabel,
  .addNewLabel,
  .pdfLabel {
    display: none;
  }
}
@media only screen {
  table :not(.reportPage) th:last-child,
  table :not(.reportPage) td:last-child {
    position: sticky !important;
    left: 0;
    z-index: 200;
    background-color: #dadada;
  }
  table :not(.reportPage) td:last-child {
    background-color: var(--v-fourth-base);
  }
  table :not(.reportPage) th:first-child,
  table :not(.reportPage) td:first-child {
    position: sticky !important;
    right: 0;
    z-index: 200;
    background-color: #dadada;
  }
  table :not(.reportPage) td:first-child {
    background-color: var(--v-fourth-base);
  }
  table :not(.reportPage) .statusAction,
  table :not(.reportPage) .statusActionCell {
    position: sticky !important;
    left: 100px;
    z-index: 200;
    background-color: #dadada;
  }
  table :not(.reportPage) .statusActionCell {
    background-color: var(--v-fourth-base);
  }
}
.theme--light.v-data-table > .v-data-table__wrapper > table > tbody > tr:hover:not(.v-data-table__expanded__content):not(.v-data-table__empty-wrapper) {
  background: unset !important;
}

.v-list-group__items {
  max-height: 500px;
  overflow: auto;
}

.v-navigation-drawer__content {
  background: #dadada;
}

.el-notification.right {
  direction: rtl !important;
}

.el-date-editor input {
  background: none;
  border: 1px solid #6d6d6d;
  color: #666;
}

.v-autocomplete__content.v-menu__content {
  z-index: 999 !important;
}

.breadCurmb label a {
  color: rgb(15, 8, 119) !important;
  text-decoration: none !important;
  margin: 0 5px;
}

.breadCurmb span {
  color: rgb(15, 8, 119) !important;
  text-decoration: none !important;
  margin: 0 5px;
}

.v-app-bar--fixed {
  z-index: 999 !important;
}

#driverApp .v-navigation-drawer__content {
  background: linear-gradient(to left, var(--v-fourth-base) 1%, #dee4ff 95%) !important;
}

#adminApp .theme--light.v-navigation-drawer {
  height: 130vh !important;
}

#customerApp .theme--light.v-navigation-drawer {
  height: 130vh !important;
}
#customerApp .v-navigation-drawer__content {
  background: rgb(223, 239, 241) !important;
}
#customerApp .v-sheet.v-app-bar.v-toolbar {
  background: #dffeff !important;
}

.noBackground .theme--light.v-list-item--active:before,
.noBackground .theme--light.v-list-item--active:hover:before,
.noBackground .theme--light.v-list-item:focus:before {
  opacity: 0 !important;
}

.custom-checkbox {
  display: inline-block;
  position: relative;
}

.custom-checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  cursor: pointer;
}

.custom-checkbox label {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
}

.custom-checkbox input[type=checkbox]:checked + label {
  background-color: green;
}

.custom-checkbox label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 2px;
  display: none;
}

.custom-checkbox input[type=checkbox]:checked + label:after {
  display: block;
}

/* start payment style */
#renewelTable {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#renewelTable th {
  background: #dfeff1 !important;
  color: #000;
}

#renewelTable td,
#renewelTable th {
  border: 1px solid #dddddd;
  text-align: right;
  padding: 8px;
}

/* start widgth */
.hy_alert .hy_alert-link,
.hy_btn-container,
.hy_icon {
  font-weight: 700;
}

.hy_icon {
  color: #fff;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  font-size: 30px;
}

.hy_alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
}

.hy_alert h4 {
  margin-top: 0;
  color: inherit;
}

.hy_alert > p,
.hy_alert > ul {
  margin-bottom: 0;
}

.hy_alert > p + p {
  margin-top: 5px;
}

.hy_alert-danger hr {
  border-top-color: #e4b9c0;
}

.hy_alert-danger .hy_alert-link {
  color: #843534;
}

.hy_alert-danger {
  background-color: #f2dede;
  border-color: #e0b1b8;
  color: #b94a48;
}

.hy_alert-white,
.hy_btn-container {
  position: relative;
  color: #404040;
}

.hy_alert-white {
  background-image: linear-gradient(to bottom, #fff, #f9f9f9);
  border-color: #d8d8d8 #cacaca #bdbdbd;
  padding-left: 61px;
}

.hy_alert-white .hy_icon {
  text-align: center;
  width: 45px;
  height: 100%;
  position: absolute;
  top: -1px;
  left: -1px;
  border: 1px solid #bdbdbd;
}

.hy_alert-white .hy_icon:after {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #bdbdbd;
  position: absolute;
  border-left: 0;
  border-bottom: 0;
  top: 50%;
  right: -6px;
  margin-top: -5px;
  background: #fff;
}

.hy_alert-white.rounded {
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.hy_alert-white.rounded .hy_icon {
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
}

.hy_alert-white .hy_icon i {
  font-size: 20px;
  color: #fff;
  left: 12px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
}

.hy_alert-white.hy_alert-danger .hy_icon,
.hy_alert-white.hy_alert-danger .hy_icon:after {
  border-color: #ca452e;
  background: #da4932;
}

.brands-container {
  display: flex;
  gap: 10px;
  margin-bottom: 5px;
  justify-content: left;
  width: 100%;
  padding: 5px;
}

.arabic-card .brands-container {
  justify-content: right;
}

.hy_btn-container {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 4px 10px;
  margin: 0;
  border-radius: 5px;
  flex-wrap: wrap;
  justify-content: center;
}

.hy_btn-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.hy_btn-container input:checked ~ .checked {
  border: 1px solid #474646;
  height: 100%;
  width: 100%;
  position: absolute;
  top: -1px;
  left: -1px;
  border-radius: 5px;
}

.hy_btn-container:hover {
  background-color: #ccc;
}

.hy_btn-container:hover .wpwl-img {
  filter: brightness(0.8);
}

.hy_btn-container > span {
  margin-right: 5px;
  margin-left: 5px;
}

#hyperpay_forms_container {
  margin-top: 10px;
  min-height: 284px;
  /* background: #dfffcc; */
  /* border: 1px solid #ccc; */
  /* border-radius: 8px; */
  padding: 12px;
}

.wpwl-form {
  margin: unset;
}

#hyperpay_forms_container.brand-mada .wpwl-group-brand,
.wpwl-brand.wpwl-brand-MADA.wpwl-brand-card {
  display: none;
}

.arabic-card {
  direction: rtl;
  text-align: right;
}

.wpwl-wrapper-cardNumber {
  direction: ltr !important;
}

#hyperpay_forms_container.brand-mada .wpwl-wrapper-cardNumber::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  right: 10px;
  background-position: 0 -4939px !important;
  width: 54px;
  height: 18px;
  background: url(https://eu-test.oppwa.com/v1/static/67effaa9740e4c896233e63952dd4ce4/img/brand.png);
}

.arabic-card > #hyperpay_forms_container.brand-mada .wpwl-wrapper-cardNumber::before {
  right: 0;
  left: 10px;
}

.hidden {
  display: none;
}

.hy_alert-container {
  direction: rtl !important;
}

.wpwl-control-autocomplete-highlight {
  font-weight: bold;
}

[class*=wpwl] {
  box-sizing: border-box;
}

[class*=wpwl]:before, [class*=wpwl]:after {
  box-sizing: border-box;
}

.wpwl-button, .wpwl-control {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.wpwl-text, .wpwl-text-confirmation, .wpwl-checkbox {
  font-size: 0.7em;
}

.wpwl-container {
  position: relative;
}

.wpwl-form-card {
  background: #ebeaea !important;
  padding: 15px !important;
  border: 1px solid #ccc !important;
  border-radius: 8px !important;
}

/* end payment style */

