body {
    direction: rtl;
    font-family: 'Tajawal', sans-serif;
  }
  
  
  #fullName {
    text-align: center;
  }
  
  .rtl {
    text-align: right;
  }
  
  .ltr {
    direction: ltr;
    text-align: left;
  }
  
  .inputBgColor {
    background-color: #f6f6f6;
  }
  
  .containerCustom {
    z-index: 10 !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  
  .customAlign {
    margin: 0 auto;
  }
  
  .imageTextFormat {
    font-weight: 800;
  }
  
  input#fullName {
    padding: 1.7rem 0.75rem;
  }
  
  
  
  
  
  
  
  
  .lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  
  .lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
  }
  
  .lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #42c0e8;
  }
  
  .lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
  }
  
  .lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
  }
  
  .lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
  }
  
  .lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
  }
  
  .lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
  }
  
  .lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
  }
  
  .lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
  }
  
  .lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
  }
  
  .lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
  }
  
  .lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
  }
  
  .lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
  }
  
  .lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
  }
  
  @keyframes lds-spinner {
    0% {
      opacity: 1;
    }
  
    100% {
      opacity: 0;
    }
  }
  
  div#loader {
    margin: 0 auto;
  }
  
  .btn:hover {
    cursor: pointer;
  }
  
  a.btn.btn-outline-primary.btn-lg.btn-block:hover {
    cursor: pointer;
    color: var(--light);
  }
  
  a:not([href]):not([tabindex]) {
    color: var(--blue);
    text-decoration: none;
  }
  
  :root {
    --blue: #42c0e8;
  }
  
  
  .btn-primary.disabled,
  .btn-primary:disabled {
    color: #fff;
    background-color: #42c0e8;
    border-color: #42c0e8;
  }
  
  .btn-primary.focus,
  .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgb(66 192 232 / 50%);
  }
  
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #42c0e8;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(66 192 232 / 25%);
  }
  
  .btn-primary {
    color: #fff;
    background-color: #42c0e8;
    border-color: #42c0e8;
  }
  
  .btn-primary:hover {
    color: #fff;
    background-color: #42c0e8;
    border-color: #42c0e8;
  }
  
  .btn-primary:not(:disabled):not(.disabled).active,
  .btn-primary:not(:disabled):not(.disabled):active,
  .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #23a6d0;
    border-color: #23a6d0;
  }
  
  .btn-outline-primary {
    color: #42c0e8;
    border-color: #42c0e8;
  }
  
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #42c0e8;
    border-color: #42c0e8;
  }
  
  .btn-outline-primary:not(:disabled):not(.disabled).active,
  .btn-outline-primary:not(:disabled):not(.disabled):active,
  .show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #42c0e8;
    border-color: #42c0e8;
  }
  
  .btn-outline-primary.focus,
  .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgb(66 192 232 / 50%);
  }
  
  
  .input-group>.input-group-append>.btn,
  .input-group>.input-group-append>.input-group-text,
  .input-group>.input-group-prepend:first-child>.btn:not(:first-child),
  .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
  .input-group>.input-group-prepend:not(:first-child)>.btn,
  .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }
  
  .input-group>.custom-select:not(:last-child),
  .input-group>.form-control:not(:last-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }
  
  
  span.required-star {
    color: red;
  }
  
  
  
  .form-check-input:checked {
    background-color: #42c0e8;
    border-color: #42c0e8;
  }
  
  .form-check-input:focus {
    border-color: #42c0e8;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(66 192 232 / 25%);
  }
  
  .center-screen {
    height: 70vh !important;
  }