@font-face {
  font-family: "gogames";
  font-style: normal;
  font-weight: lighter;
  src: url("fonts/titilliumweb-light.ttf") format("truetype");
}
@font-face {
  font-family: "gogames";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/titilliumweb-regular.ttf") format("truetype");
}
@font-face {
  font-family: "gogames";
  font-style: normal;
  font-weight: bold;
  src: url("fonts/titilliumweb-bold.ttf") format("truetype");
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  outline: none;
}
body {
  margin: 0;
  /* padding: 80px 0 0; */
  padding: 60px 0 0;
  font-family: SF Pro Display, Helvetica, Arial, sans-serif;
  line-height: 1.6;
  font-size: 75%;
  background: #fff;
  color: rgba(0, 0, 0, 0.8);
}
a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
  display: inline-block;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h1,
h2,
h3 {
  margin-top: 0;
  font-family: "gogames", SF Pro Display, Helvetica, Arial, sans-serif;
}
ul {
  margin-left: 0px;
  padding-left: 20px;
}
input,
.intl-tel-input,
button {
  border-width: 0;
  display: block;
}
.row {
  margin: 15px 0;
}
input,
.intl-tel-input {
  -webkit-appearance: none;
  font-size: 1em;
  border-width: 0;
  background: none;
  border: rgba(0, 0, 0, 0.1) 1px solid;
  outline: none;
  padding: 1em;
  border-radius: 5px;
}
input:focus,
.intl-tel-input:focus {
  border-color: #8b00f0;
}
.input-lg {
  font-size: 1.2em;
}
.btn,
button,
[class*="btn-"] {
  padding: 10px 15px;
  background: #8b00f0;
  color: #fff;
  border-radius: 0.2em;
  transition: all 0.1s ease-in-out;
  display: inline-block;
  font-family: "gogames", SF Pro Display, Helvetica, Arial, sans-serif;
  font-size: 1.25em;
}
.btn:hover,
button:hover,
[class*="btn-"]:hover {
  background: #6d00bd;
  color: #fff;
}
.btn-navy {
  background-color: #3b5998;
}
.btn-navy:hover {
  background: #2d4373;
}
.btn-red {
  background-color: #ff3e30;
}
.btn-red:hover {
  background: #fc1100;
}
.btn-blue {
  background-color: #08a0e9;
}
.btn-blue:hover {
  background: #067eb8;
}
button {
  padding-top: 15px;
  padding-bottom: 15px;
  border: 0;
  background: #e1e0e4;
}
button[type="submit"],
.btn-submit {
  width: 100%;
  text-align: center;
  background: #8b00f0;
  color: #fff;
}
button[type="submit"]:hover,
.btn-submit:hover {
  background: #6d00bd;
}
.text-divider {
  position: relative;
  margin: 20px auto;
}
.text-divider:before {
  content: "";
  position: absolute;
  top: 50%;
  border-top: rgba(0, 0, 0, 0.1) 1px solid;
  width: 100%;
  left: 0;
  z-index: -1;
}
.text-highlight-white {
  background: #fff;
  padding: 10px;
}
.input-group {
  display: flex;
  margin: 0 -2px;
}
.input-group .btn,
.input-group button {
  flex: 0 100%;
  margin: 0 2px;
}
.intl-tel-input {
  position: relative;
  border: 0;
  padding: 0;
}
.intl-tel-input input[type="tel"],
.intl-tel-input [type="tel"].intl-tel-input {
  padding-left: 70px;
}
.intl-tel-input .hide {
  display: none;
}
.flag-container {
  padding: 14px 10px;
  position: absolute;
  font-weight: bold;
}
.country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  background-color: white;
  white-space: nowrap;
  max-height: 80vh;
  overflow-y: scroll;
  box-shadow: 0px 5px 60px 0px rgba(0, 0, 0, 0.3);
  border-radius: 0.3em;
}
.country-list li {
  padding: 15px;
  border-top: 1px rgba(0, 0, 0, 0.1) solid;
}
.country-list li.divider {
  padding: 0;
  border: 0;
}
.country-list .highlight {
  background-color: #8b00f0;
  color: #fff;
}
.text-center {
  text-align: center;
}
.wrap-sm {
  /* max-width: 280px; */
  margin: 0 auto;
  padding: 0 20px;
}
.wrap {
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
}
.card {
  background: #fff;
  border-radius: 0.3em;
  padding: 40px 30px 30px;
  margin: 20px auto;
  position: relative;
  min-height: 175px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease-out;
}
.card:hover,
.card:active {
  box-shadow: 0px 5px 60px 0px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.card h1,
.card h2,
.card h3 {
  margin: 0;
}
.card-img {
  margin: -40px -30px 20px;
}
.card-img img {
  max-width: 100%;
}
.logo {
  width: 100%;
  max-width: 280px;
  display: block;
  margin: 0 auto 40px;
}
.center-image {
  max-width: 280px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.card-option {
  font-size: 1.5em;
  padding-top: 20px;
  text-align: right;
}
.card-option .btn,
.card-option button {
  margin-top: 15px;
}

.card-secondary-text {
  height: 35px;
}
.card-secondary-text b {
  display: block;
}
@media (max-width: 780px) {
  .card {
    width: 100%;
  }

  .card-option {
    padding: 50px 30px 30px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
  }

  .logo {
    width: 150px;
    max-width: 280px;
    display: block;
    margin: 0 auto 15px;
  }
}
@media (min-width: 780px) {
  .card-option {
    padding: 50px 30px 30px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
  }
}
.card-label {
  background-color: #e91e63;
  padding: 5px 20px 5px 10px;
  top: -1px;
  left: -1px;
  position: absolute;
  color: #fff;
  border-radius: 0.3em 0 3em 0;
}
.card-title {
  font-size: 2em;
}
.btn-clear {
  color: #8b00f0;
  background-color: transparent;
}
.btn-clear:hover {
  color: #6d00bd;
  background: #e1e0e4;
}
.nav-option {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
}
.item-options label {
  display: block;
  height: 100%;
}

.item-options .item {
  max-width: 280px;
  margin: 10px auto;
  position: relative;
}
.item-options .item label {
  background: #fff;
  border-radius: 3px;
  position: relative;
  padding: 0.25em 1em;
  border: rgba(0, 0, 0, 0.1) 2px solid;
}
.item-options .item label:before {
  position: absolute;
  content: "\2713";
  width: 40px;
  height: 40px;
  background: #8b00f0;
  color: #fff;
  opacity: 0;
  top: -15px;
  left: -15px;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
}
/* start */

.item-options .item img {
  height: 90px;
  width: 220px;
}

@media only screen and (max-height: 670px) {
  .item-options .item img {
    height: 80px;
    width: 195px;
    /* width: 80px; */
  }
}

.item-options .item > input,
.item-options .item > .intl-tel-input {
  opacity: 0;
  position: absolute;
  margin: 0;
  padding: 0;
  height: 100%;
}
.item-options .item > input:checked,
.item-options .item > .intl-tel-input:checked {
  opacity: 1;
}
.item-options .item > input:checked + label,
.item-options .item > .intl-tel-input:checked + label {
  border: #8b00f0 2px solid;
}
.item-options .item > input:checked + label:before,
.item-options .item > .intl-tel-input:checked + label:before {
  opacity: 1;
}

.sr-only {
  display: none;
}
.icon {
  width: 20px;
  height: 20px;
  fill: rgba(0, 0, 0, 0.2);
}
.btn .icon,
button .icon {
  display: block;
  margin: 0 auto;
  fill: #fff;
}
.icon-lg {
  width: 100px;
  height: 100px;
}
.lead {
  font-size: 1.25em;
}
@media (min-width: 768px) {
  .cards {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
  }
  .card {
    min-width: 340px;
    margin: 20px 10px;
  }
  .wrap-sm .card {
    margin: 20px auto;
    min-width: 0;
  }
}
#airtime_form {
  overflow-y: hidden;
  max-width: 90%;
}
#airtime_form > div {
  overflow-y: scroll;
}
#airtime_form iframe {
  min-height: 800px;
}
#operator .item label,
.btn {
  cursor: pointer;
}
.form_ol.form-control {
  font-size: 10px;
  -webkit-appearance: none;
  height: auto !important;
  padding: 6px 16px 6px 12px !important;

  align-items: center;

  opacity: 0.9;
  width: auto;
  direction: rtl;
  font-size: 15px;
  background: #ffff;
  margin-top: 10px;
  border-radius: 5px;
}

/* msisdn_otp */

.glyphicon-ok {
  color: green;
}
.glyphicon-lock {
  color: #e41b17;
}
.btn-custom {
  background-color: #6d00bd;
  color: white;
  font-size: 20px;
  text-align: center;
}
.btn-custom:hover {
  background-color: #8e17e4;
}
@media (min-width: 280px) and (max-width: 650px) {
  .custom-col {
    margin: 0px !important;
    padding: 0px !important;
  }
}
.panel-body {
  font-family: "Roboto", sans-serif;
}
button {
  font-family: "Arial", sans-serif;
}
.glyphicon-warning-sign {
  color: #e41b17;
}
.panel-footer a {
  text-align: center;
  text-decoration: none;
}
a {
  color: #6d00bd;
}
a:hover {
  color: #6d00bd;
}
.panel-body p {
  text-align: left;
}
.navbar-custom {
  background-color: #6d00bd;
  color: white;
}
#language {
  font-size: 15px;
}
#language option {
  background-color: white;
  color: black;
}
.option:hover {
  background-color: #76b630;
  color: white;
}
.custom-block {
  color: #f44355;
  display: block;
}
.glyphicon-smiley {
  font-size: xx-large;
}
.message p {
  text-align: center;
  font-size: large;
}
.alert .alert-danger {
  color: #f44355;
  color: white;
}

select.form_ol {
  font-size: 10px;
  -webkit-appearance: none;

  padding: 8px 15px 8px 15px;

  align-items: center;

  opacity: 0.9;
  width: auto;
  direction: rtl;
  font-size: 15px;
  background: #ffff;
  margin-top: 10px;
  border-radius: 5px;
}

/* abcde */
/* abcde */
/* abcde */

.all-items {
  max-width: 600px;
}
.icon-description {
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .icon-description {
    font-size: 15px;
  }
}

.icon-description {
  padding: 10px 15px 5px 5px;
}

@media screen and (max-width: 405px) {
  .logo-selection {
    font-size: 20px;
  }
}

@media screen and (max-width: 345px) {
  .logo-selection {
    font-size: 15px;
  }
}

.loader {
  margin: auto;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #8b00f0;
  width: 120px;
  height: 120px;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.animation {
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}