@import url(https://fonts.googleapis.com/css?family=Open+Sans);

html {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

* {
  font-size: 1rem;
  line-height: 1.7rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}

/* navigation bar */

.navbar-custom {
  background-color: #fab341;
}

.navbar {
  min-height: 3.8rem;
}

.navbar-brand img {
  max-height: 2.2rem;
}

/* change the brand and text color */

.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
  color: rgba(255, 255, 255, 0.9);
}

/* change the link color */

.navbar-custom .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.7);
}

/* no selection and normal border */

.navbar-toggler:focus {
  outline: none;
}

.navbar-toggler {
  border: none;
  background: transparent !important;
}

/* draw icon */

.icon-bar {
  width: 27px;
  height: 3px;
  background-color: #ffffff;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 4px;
}

/* transform */

.navbar-toggler .top-bar {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
          transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-toggler .bottom-bar {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
          transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-toggler.collapsed .bottom-bar {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.navbar-expand-md .navbar-nav .dropdown-menu {
  position: absolute !important;
}

/* footer */

.footer {
  background: #000 url(/images/txture.png?a922e59e0e523071923eb2c51517b832);
  margin: 3rem 0 0;
  padding: 2rem 0;
  color: #fafafa;
}

.footer p {
  font-size: 0.8rem;
  line-height: 1rem;
}

.footer a {
  font-size: 0.8rem;
  line-height: 1rem;
}

/*
   Align information card in center on the screen
 */

.body-full-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  min-height: 100vh;
}

.container-full-width {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

information-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*
  Code sale page styles
 */

price-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card-fixed {
  min-width: 360px;
  max-width: 480px;
  border-color: #fab341;		  
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  /* default value */
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}

.card {
  min-width: 360px;
  border-color: #fab341;		  
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  /* default value */
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);

}

.card > .card-header {
  background: #fab341;
  border-color: #fab341;
  font-size: 1.3em;
  color: #ffffff;
  text-shadow: 1px 1px #867d6d;
}

.card-fixed > .card-header {
  background: #fab341;
  border-color: #fab341;
  font-size: 1.3em;
  color: #ffffff;
  text-shadow: 1px 1px #867d6d;
}


.radio {
  margin: 0.5rem;
}

.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.radio input[type="radio"] + .radio-label {
  font-size: 14px;
}

.radio input[type="radio"] + .radio-label:before {
  content: '';
  background: #fafafa;
  border-radius: 100%;
  border: 1px solid #bababa;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: 0.0em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.radio input[type="radio"]:checked + .radio-label {
  font-size: 14px;
}

.radio input[type="radio"]:checked + .radio-label:before {
  background-color: #007bff;
  -webkit-box-shadow: inset 0 0 0 4px #fafafa;
          box-shadow: inset 0 0 0 4px #fafafa;
}

.radio input[type="radio"]:focus + .radio-label {
  font-size: 14px;
}

.radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #007bff;
}

.radio input[type="radio"]:disabled + .radio-label {
  font-size: 14px;
}

.radio input[type="radio"]:disabled + .radio-label:before {
  -webkit-box-shadow: inset 0 0 0 4px #fafafa;
          box-shadow: inset 0 0 0 4px #fafafa;
  border-color: #bababa;
  background: #bababa;
}

.radio input[type="radio"] + .radio-label {
  font-size: 14px;
}

.radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}



/* SMS payment CSS classes */
.sms-text {
  text-align: center;
  color: #202020 !important;
  font-size: 17px;
}

.sms-text-below {
  text-align: center;
  color: #575757 !important;
  font-size: 14px;
}

.sms-number-text {
  font-size: 36px;
  color: #ef135b !important;
  font-weight: bold;
  text-align: center;
}

.sms-text-keyword {
  color: #ef135b !important;
  font-weight: 600;
  font-size: 21px;
}

.sms-price-text {
  color: #202020 !important;
  font-size: 14px;
}

.sms-image {
  align-items: center;
}