/* arabic */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  background: #fbb901;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px; }

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #fbb901, 0 0 5px #fbb901;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px); }

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #fbb901;
  border-left-color: #fbb901;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite; }

@-webkit-keyframes pace-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes pace-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-o-keyframes pace-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-ms-keyframes pace-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes pace-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg); } }
body {
  color: #fff;
  font-family: DIN Next LT Arabic, Arial, Helvetica, sans-serif, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.5;
  direction: rtl;
  text-align: right;
  background: #232c52; }

a {
  color: #1d1c1a;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

*:focus {
  outline: none; }

.transition, .input-60 input, .quantity-item .head, .quantity-item .label input, .radio-item .bg::before, .radio-item .bg::after, .payments-container .form-container, .login-container .input-group input, .login-container .input-group input ~ label, .keypad .item {
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms; }

.radius {
  border-radius: 8px; }

.h-60, .item-60 {
  height: 60px; }

* {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.btn-light-blue:not(:disabled):not(.disabled):active, .btn-light-blue:not(:disabled):not(.disabled).active, .show > .btn-light-blue.dropdown-toggle {
  color: #000;
  background-color: #fbb901;
  border-color: #ecae01; }

.btn-light-blue:not(:disabled):not(.disabled):active:focus, .btn-light-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-light-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 185, 1, 0.5); }

.item-60 {
  font-size: 18px;
  position: relative; }
  .item-60 .text {
    line-height: 60px; }
  .item-60 .badge {
    position: absolute;
    left: 20px;
    top: 50%;
    color: #9eabcb;
    font-size: 16px;
    transform: translateY(-50%); }

.input-60 {
  height: 60px;
  position: relative; }
  .input-60 input {
    width: 100%;
    height: 60px;
    color: #fff;
    font-size: 18px;
    border: 2px solid transparent;
    background-color: #29315a;
    border-radius: 8px; }
    .input-60 input:focus, .input-60 input.active-for-keypad {
      border-color: #fe5385 !important; }
      .input-60 input:focus ~ .label, .input-60 input.active-for-keypad ~ .label {
        color: #fff; }
  .input-60 .label {
    position: absolute;
    left: 20px;
    top: 50%;
    color: #9eabcb;
    font-size: 16px;
    transform: translateY(-50%); }

.machine-item {
  overflow: hidden;
  position: relative;
  border-radius: 8px; }
  .machine-item, .machine-item > label {
    height: 80px; }
  .machine-item > label::after {
    font-family: 'icons' !important;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 94px;
    content: "\e904";
    color: rgba(255, 255, 255, 0.02);
    transform: translate(-15%, 30%); }
  .machine-item input[type="radio"] {
    position: absolute;
    top: -30px;
    right: -30px;
    opacity: 0; }
    .machine-item input[type="radio"]:checked ~ .content .machine-name {
      color: #fe5385; }
    .machine-item input[type="radio"]:checked ~ .content .detail {
      color: #000; }
  .machine-item .bg::before {
    background-color: #29315a; }
  .machine-item .bg::after {
    background-color: #fff; }
  .machine-item .icon {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 4; }
    .machine-item .icon .checkmark {
      width: 16px;
      height: 16px; }
    .machine-item .icon .checkmark__circle {
      animation: stroke 0.6s 1.5s cubic-bezier(0.65, 0, 0.45, 1) forwards; }
  .machine-item .content {
    position: relative;
    z-index: 3; }
  .machine-item .machine-name {
    font-size: 20px; }
  .machine-item .detail {
    color: #9eabcb;
    font-weight: 300;
    font-size: 16px; }

.quantity-item {
  overflow: hidden;
  position: relative;
  height: 150px; }
  .quantity-item, .quantity-item > .label, .quantity-item .label input {
    width: 100%;
    border-radius: 8px; }
  .quantity-item > .label, .quantity-item .label input {
    height: 134px; }
  .quantity-item .head {
    min-width: 100px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 50%;
    color: #1e2649;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    transform: translate(50%, 0);
    background-color: #fff;
    border-radius: 30px; }
  .quantity-item .label input {
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 46px;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    padding-bottom: 60px;
    border: 2px solid transparent;
    background-color: transparent; }
    .quantity-item .label input:focus, .quantity-item .label input.active-for-keypad {
      color: transparent;
      text-shadow: 0 0 0 #fff;
      border-color: #fff; }
      .quantity-item .label input:focus ~ .head, .quantity-item .label input.active-for-keypad ~ .head {
        color: #fff;
        background-color: #fe5385; }
  .quantity-item [class*="icon-"] {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 94px;
    content: "\e904";
    color: rgba(255, 255, 255, 0.08);
    transform: translate(-32%, 20%); }
  .quantity-item .foot {
    color: #fff;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10;
    padding: 2px; }
    .quantity-item .foot, .quantity-item .foot .content {
      border-bottom-right-radius: 8px;
      border-bottom-left-radius: 8px; }
    .quantity-item .foot .content {
      height: 50px;
      background-color: #1e2649; }
      .quantity-item .foot .content .text {
        line-height: 50px; }

input ~ div[style] {
  left: 0 !important;
  opacity: 0; }

.payment-item {
  overflow: hidden;
  position: relative;
  border-radius: 8px; }
  .payment-item, .payment-item > label {
    height: 60px; }
  .payment-item input[type="radio"] {
    position: absolute;
    top: -30px;
    right: -30px;
    opacity: 0; }
    .payment-item input[type="radio"]:checked ~ .content .machine-name {
      color: #fe5385; }
    .payment-item input[type="radio"]:checked ~ .content .detail {
      color: #000; }
  .payment-item .bg::before {
    background-color: #4035e9; }
  .payment-item .bg::after {
    background-color: #fff; }
  .payment-item .icon {
    position: absolute;
    top: -26px;
    right: -20px;
    z-index: 4; }
    .payment-item .icon .checkmark {
      width: 64px;
      height: 64px; }
  .payment-item .content {
    position: relative;
    z-index: 3; }
    .payment-item .content [class*="icon-"] {
      font-size: 18px; }
  .payment-item .machine-name {
    color: #fff;
    font-size: 18px; }

.radio-item input[type="radio"]:checked ~ .bg::after {
  width: 200%;
  height: 200%; }
.radio-item input[type="radio"]:checked ~ .icon .checkmark__circle {
  stroke: #fe5385;
  animation: stroke 0.3s 1.2s cubic-bezier(0.65, 0, 0.45, 1) forwards; }
.radio-item input[type="radio"]:checked ~ .icon .checkmark {
  animation: fill .2s ease-in-out .2s forwards, scale .1s ease-in-out .6s both; }
.radio-item input[type="radio"]:checked ~ .icon .checkmark__check {
  animation: stroke 0.1s cubic-bezier(0.65, 0, 0.45, 1) 0.4s forwards; }
.radio-item input[type="radio"]:checked ~ .content .machine-name {
  color: #fe5385; }
.radio-item input[type="radio"]:checked ~ .content .detail {
  color: #000; }
.radio-item .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0; }
  .radio-item .bg::before, .radio-item .bg::after {
    content: '';
    position: absolute; }
  .radio-item .bg::before {
    width: 100%;
    height: 100%;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    border-radius: 8px; }
  .radio-item .bg::after {
    width: 0;
    height: 0;
    right: -54px;
    bottom: -50px;
    border-radius: 50%; }
.radio-item .icon .checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 6;
  stroke-miterlimit: 10;
  stroke: #fff;
  fill: none; }
.radio-item .icon .checkmark {
  border-radius: 50%;
  display: block;
  stroke-width: 6;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 10% auto;
  box-shadow: inset 0 0 0 #fe5385; }
.radio-item .icon .checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48; }
@keyframes stroke {
  100% {
    stroke-dashoffset: 0; } }
@keyframes scale {
  0%, 100% {
    transform: none; }
  50% {
    transform: scale3d(1.1, 1.1, 1); } }
@keyframes fill {
  100% {
    box-shadow: inset 0 0 0 36px #fe5385; } }
.report-item {
  height: 110px;
  color: #fff;
  font-size: 30px;
  overflow: hidden;
  position: relative;
  border-radius: 8px; }
  .report-item [class*="icon-"] {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 94px;
    content: "\e904";
    color: rgba(255, 255, 255, 0.08);
    transform: translate(-32%, 20%); }
  a.report-item:hover {
    color: #fff; }

.payments-container {
  position: relative; }
  .payments-container .form-container {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 6;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(41, 49, 90, 0.9);
    border-radius: 8px; }
    .payments-container .form-container > .d-flex {
      padding-top: 10px;
      padding-bottom: 10px; }
    .payments-container .form-container .input-60 {
      height: 50px; }
      .payments-container .form-container .input-60 input {
        height: 50px;
        border-color: #fff;
        background-color: transparent; }
    .payments-container .form-container .close {
      display: block;
      width: 36px;
      height: 36px;
      cursor: pointer;
      position: relative;
      border-radius: 50%;
      background-color: #fe5385; }
      .payments-container .form-container .close, .payments-container .form-container .close::before, .payments-container .form-container .close::after {
        transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55); }
      .payments-container .form-container .close::before, .payments-container .form-container .close::after {
        width: 2px;
        height: 14px;
        content: '';
        position: absolute;
        top: 50%;
        right: 50%;
        background-color: #ffffff; }
      .payments-container .form-container .close::before {
        transform: translate(50%, -50%) rotate(45deg); }
      .payments-container .form-container .close::after {
        transform: translate(50%, -50%) rotate(-45deg);
        transition-duration: 0.8s; }
      .payments-container .form-container .close:hover::before {
        transform: translate(50%, -50%) rotate(45deg) scale(1.5); }
      .payments-container .form-container .close:hover::after {
        transform: translate(50%, -50%) rotate(-45deg) scale(1.5); }
    .payments-container .form-container.active {
      opacity: 1;
      visibility: visible; }

.table-alhelou {
  background-color: #1e2649;
  box-shadow: 0 5px 15px rgba(30, 38, 73, 0.3); }
  .table-alhelou .thead-dark th {
    border-color: #29315a;
    background-color: #29315a; }
  .table-alhelou th, .table-alhelou td {
    border-top-color: #29315a; }

body.login-form-body {
  background-image: url("../images/logo-bg.svg");
  background-position: right bottom;
  background-repeat: no-repeat; }

.login-container {
  width: 450px;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%); }
  .login-container .input-group {
    position: relative; }
    .login-container .input-group input {
      width: 100%;
      height: 60px;
      border: none;
      color: #fff;
      font-size: 16px;
      padding-left: 30px;
      padding-right: 30px;
      border-radius: 30px;
      background-color: #1e2649; }
      .login-container .input-group input ~ label {
        position: absolute;
        top: 50%;
        right: 30px;
        transform: translateY(-50%); }
      .login-container .input-group input:focus ~ label, .login-container .input-group input.not-empty ~ label {
        opacity: 0; }
  .login-container .btn {
    min-width: 130px;
    min-height: 48px;
    border-radius: 30px;
    background-color: #fff; }
    .login-container .btn:hover {
      color: #fff;
      background-color: #21aba5; }

.keypad .item {
  height: 100px;
  color: #9eabcb;
  font-size: 30px;
  line-height: 100px;
  text-align: center;
  cursor: pointer;
  margin-top: -1px;
  margin-right: -1px;
  position: relative;
  overflow: hidden;
  border: 1px solid #293051; }
  .keypad .item:hover, .keypad .item:active {
    color: #000000;
    background-color: #657bfb; }
  .keypad .item:nth-child(1) {
    border-top-right-radius: 8px; }
  .keypad .item:nth-child(3) {
    border-top-left-radius: 8px; }
  .keypad .item:nth-child(10) {
    border-bottom-right-radius: 8px; }
  .keypad .item:nth-child(12) {
    border-bottom-left-radius: 8px; }

.keypad-container .primary-btn {
  min-height: 80px;
  font-size: 18px;
  position: relative;
  overflow: hidden; }
  .keypad-container .primary-btn [class*="icon-"] {
    font-size: 32px;
    margin-top: 6px;
    display: inline-block; }
    .keypad-container .primary-btn [class*="icon-"]::after {
      font-family: 'icons' !important;
      position: absolute;
      bottom: 0;
      left: 0;
      font-size: 64px;
      color: rgba(255, 255, 255, 0.1);
      transform: translate(-30%, 30%); }
  .keypad-container .primary-btn [class*="-fuel-station"]::after {
    content: "\e904"; }
  .keypad-container .primary-btn [class*="-gas-station"]::after {
    content: "\e905"; }
  .keypad-container .primary-btn [class*="-oil-barrel"]::after {
    content: "\e906"; }
  .keypad-container .primary-btn [class*="-report2"]::after {
    content: "\e908"; }

/*# sourceMappingURL=style.css.map */
