﻿@charset "UTF-8";
html {
  font-size: 14px;
  overflow-x: hidden;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  line-height: normal;
  padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges... */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 100px;
}

h1, h2, h3 {
  font-weight: 700;
}

h1 {
  font-size: 1.7em;
}

h2 {
  font-size: 1.2em;
}

p {
  font-size: 1em;
}

label {
  font-size: 0.8em;
}

.top-bar {
  display: flex;
  background: #F7F7F7;
  justify-content: center;
  padding: 10px 0;
  margin-bottom: 50px;
}

.top-bar-content {
  width: 1140px;
  align-items: center;
}
@media (min-width: 768px) {
  .top-bar-content {
    padding-left: 110px;
  }
}

.text-black-secondary {
  color: #999999;
}

.text-black-secondary a {
  color: #F37423;
}

.icon-green {
  fill: #00bc72;
}

.btn {
  border-radius: 25px;
  cursor: pointer;
  font-weight: 700;
  max-width: 280px;
  text-transform: uppercase;
  width: 100%;
}

.col-sm-12 .btn {
  max-width: 100%;
  width: 100%;
}

.btn-small {
  line-height: 1rem;
}

.btn-medium {
  line-height: 1.5rem;
}

.btn-large {
  line-height: 2rem;
}

.btn-black {
  background: #1A1A1a;
  color: white;
}

.btn-white {
  background: white;
  border: 1px solid #1A1A1a;
  color: #1A1A1a;
}

.btn-black-gradient {
  background: #393939; /* Old browsers */
  background: -moz-linear-gradient(left, #393939 0%, #1A1A1a 100%);
  background: -webkit-linear-gradient(left, #393939 0%, #1A1A1a 100%);
  background: linear-gradient(to right, #393939 0%, #1A1A1a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#393939", endColorstr="#1a1a1a",GradientType=1 );
}

.btn-shadow {
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.4);
}

a.btn {
  text-decoration: none;
}

a.link-orange {
  color: #F37423;
  text-decoration: underline;
}

input[type=text] {
  border: 1px solid #D5D3CF;
  border-radius: 6px;
  height: 40px;
  padding: 0.375rem 2rem 0.375rem 1rem;
  width: 100%;
}

input[type=text]::placeholder {
  color: #999999;
  font-size: 0.8rem;
}

.form-control {
  font-size: 0.8125rem;
  margin-bottom: 15px;
}

hr.tight {
  margin-bottom: 10px;
  margin-top: 0;
}

/* checkbox */
.custom-control-label::before {
  height: 20px;
  left: -30px;
  top: -2px;
  width: 20px;
}

.custom-control-label::after {
  height: 20px;
  left: -30px;
  top: -2px;
  width: 20px;
}

.custom-control-input:checked ~ .custom-control-label::before {
  background: black;
  border-color: black;
}

.input-wrapper {
  position: relative;
}

.input-wrapper label {
  background: white;
  left: 5px;
  padding: 2px 5px;
  position: absolute;
  top: 13px;
}

.form-control:focus {
  border-color: #1A73E8;
  box-shadow: none;
}

.form-control:focus .input-wrapper label {
  color: #1A73E8;
}

@media (min-width: 768px) {
  html {
    font-size: 15px;
  }
  input[type=text]::placeholder {
    color: #999999;
    font-size: 0.8125rem;
  }
  h1 {
    font-size: 1.733em;
  }
  h2 {
    font-size: 1.133em;
  }
  p {
    font-size: 1em;
  }
}
.with-icon {
  background: url("images/Edit_pen.svg") no-repeat;
  background-size: 15px 15px;
  background-position: right 10px center;
}

/* Solution specific */
.paginator {
  color: #999999;
  margin-bottom: 30px;
}

.paginator .dot {
  border: 1px solid #1A1A1a;
  border-radius: 6px;
  display: inline-block;
  height: 12px;
  margin-right: 5px;
  width: 12px;
}

.paginator .dot.active {
  background: #1A1A1a;
}

/* option box with icon */
.options-area {
  margin-bottom: 20px;
  margin-top: 20px;
}

.option-box {
  border-radius: 10px;
  color: #999999;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  min-height: 100px;
  position: relative;
  transition: all 0.5s;
}

.option-box.selected {
  color: #1A1A1a;
}

.option-box:hover {
  color: #1A1A1a;
  cursor: pointer;
  /*-webkit-box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.4);
  box-shadow: 0px 8px 10px 0px rgba(0,0,0,0.4);*/
}

.option-box-option {
  background: #fff;
  border: 1px solid #b4b4b4;
  border-radius: 11px;
  height: 22px;
  left: 5px;
  top: 5px;
  position: absolute;
  width: 22px;
  z-index: 1000;
}

.option-box-first {
  background: #ECEBE9;
  border: 2px solid #ECEBE9;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  border-right: none;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.option-box-first img {
  height: 46px;
  margin-top: 27px;
}

.selected .option-box-first, .selected .option-box-second {
  border-color: #00bc72;
}

.option-box-second {
  border: 2px solid #ECEBE9;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-left: none;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  width: 100%;
}

.error input[type=text] {
  border-color: red;
}

.selected .option-box-option {
  background: #00bc72;
  border: 1px solid #00bc72;
}

.selected .option-box-option:after {
  color: white;
  content: "✓";
  margin-left: 5px;
}

.option-box-input {
  display: none;
}

.selected .option-box-input {
  display: block;
}

.error .custom-control-label::before {
  border-color: red;
}

.hidden {
  display: none;
}

.text-muted {
  color: red !important;
}

.images-index {
  margin-bottom: 5rem;
  margin-top: 2.5rem;
}

.images-index img {
  height: 46px;
}

.images-index span {
  font-size: 1.625rem;
}

.disclaimer {
  color: #707070;
  font-size: 0.875rem;
  margin-top: 80px;
  opacity: 0.75;
}

.customer-info {
  color: #999999;
}

.box-gray {
  background: #ECEBE9;
  margin-bottom: 20px;
  padding: 15px 10px 1px 10px;
}

.extra-space {
  margin-bottom: 40px;
  margin-top: 40px;
}

.box-terms-and-conditions {
  background: #ECEBE9;
  padding: 30px 20px;
}

.box-terms-and-conditions label {
  font-size: 1em;
}

.box-terms-and-conditions .button-submit {
  /*margin-left: 20px;
  margin-right: 40px;*/
}

.icon-sim-card {
  margin-left: 20px;
}

.icon-check {
  height: 42px;
  margin-bottom: 30px;
}

.boxed20 {
  margin-bottom: 20px;
}

.boxed40 {
  margin-bottom: 40px;
}

.button-change {
  background: url(images/Arrows.svg) no-repeat;
  background-size: 15px 15px;
  background-position: 5px center;
  border: 1px solid #1A1A1a;
  display: inline-block;
  font-size: 0.928em;
  padding: 5px 5px 5px 25px;
}

.button-change:hover {
  cursor: pointer;
}

/* */
.subscription-choice {
  -webkit-box-shadow: -10px 0px 15px 0px rgb(158, 158, 158);
  -moz-box-shadow: -10px 0px 15px 0px rgb(158, 158, 158);
  box-shadow: -10px 0px 15px 0px rgb(158, 158, 158);
  background: white;
  border-left: 1px solid black;
  bottom: 0;
  padding: 100px 10px 40px 10px;
  position: fixed;
  top: 1000px;
  right: 0px;
  width: 100%;
  z-index: 1001;
  transition: top ease-in-out 0.5s;
}

.subscription-choice.active {
  top: 0;
}

.subscription-choice h2 {
  margin-left: 25px;
}

.subscription-choice-item {
  background: white;
  border-top: 1px solid #d6d6d6;
  /*height: 90px;*/
  padding: 15px 10px 10px;
  transition: all 0.5s;
}

.subscription-choice-item:hover {
  background: #fafafa;
  cursor: pointer;
}

.subscription-choice-item.selected {
  background: #ECEBE9;
}

.subscription-info .col-2, .subscription-info .col-6 {
  padding: 0 10px;
}

.radio-selection {
  border: 1px solid #1A1A1a;
  border-radius: 10px;
  display: inline-block;
  height: 20px;
  width: 20px;
}

.selected .radio-selection {
  background: url("Images/Checkmark_white.svg") 4px center no-repeat #00bc72;
  border: 1px solid #00bc72;
  border-radius: 10px;
  color: white;
  display: inline-block;
  height: 20px;
  width: 20px;
  background-size: 12px;
}

.subscription-choice-close {
  background: #1A1A1a;
  border-radius: 15px;
  color: white;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
}

.subscription-choice-close::after {
  content: "✕";
  font-size: 18px;
  left: 8px;
  position: absolute;
  top: 3px;
}

.subscription-choice-close:hover {
  cursor: pointer;
}

.subscription-description {
  font-size: 1.133em;
  font-weight: 700;
}

.subscription-info {
  font-size: 0.75em;
}

.subscription-choice-list {
  margin-bottom: 40px;
  overflow-y: scroll;
  max-height: 70%;
}

.subscription-choice-item:last-child {
  border-bottom: 1px solid #d6d6d6;
}

.arrow_orange_h_l {
  background: url("Images/Union.svg") right center no-repeat;
  background-size: 46px 26px;
  display: inline-block;
  height: 26px;
  margin-bottom: 15px;
  margin-top: 15px;
  width: 46px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}

.arrow_orange_h_r {
  background: url("Images/Union.svg") right center no-repeat;
  background-size: 46px 26px;
  display: inline-block;
  height: 26px;
  width: 46px;
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
}

@media (min-width: 768px) {
  .body-content {
    padding-left: 110px;
  }
  .subscription-choice-list {
    max-height: 80%;
  }
  .options-area {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .option-box {
    min-height: 350px !important;
    position: relative;
  }
  .option-box-first {
    background: #ECEBE9;
    border: 2px solid #ECEBE9;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: none;
    height: 150px;
  }
  .option-box-first img {
    height: 70px;
    margin-top: 40px;
  }
  .option-box-second {
    border: 2px solid #ECEBE9;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 0;
    border-top: none;
    min-height: 200px;
  }
  .box-terms-and-conditions label {
    font-size: 0.933em;
  }
  .button-change {
    font-size: 0.866em;
  }
  .subscription-choice {
    width: 500px;
  }
  .subscription-choice h2 {
    font-size: 1.666em;
    margin-bottom: 40px;
  }
  .arrow_orange_h_l {
    background: url("Images/Union.svg") right center no-repeat;
    background-size: 46px 26px;
    display: inline-block;
    height: 26px;
    margin-bottom: 0px;
    margin-top: 0px;
    width: 100%;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
  }
  .arrow_orange_h_r {
    background: url("Images/Union.svg") right center no-repeat;
    background-size: 46px 26px;
    display: inline-block;
    height: 26px;
    width: 100%;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  .subscription-choice {
    -webkit-box-shadow: -10px 0px 15px 0px rgb(158, 158, 158);
    -moz-box-shadow: -10px 0px 15px 0px rgb(158, 158, 158);
    box-shadow: -10px 0px 15px 0px rgb(158, 158, 158);
    background: white;
    border-left: 1px solid black;
    bottom: 0;
    padding: 100px 10px 40px 10px;
    position: fixed;
    top: 0;
    right: -600px;
    z-index: 1001;
    transition: right ease-in-out 0.5s;
  }
  .subscription-choice.active {
    right: 0;
  }
}
a {
  color: black;
  text-decoration: underline;
}

a:hover {
  color: #888;
  text-decoration: underline;
}

.text-black {
  color: black;
}

.btn-white-outline {
  background: white;
  border: 1px solid black;
}
.btn-white-outline:disabled:hover {
  cursor: not-allowed;
}

.container-nemid {
  /*box-shadow: rgb(26, 26, 26) 0px 0px 100px;
  margin-bottom: 0px;
  margin-top: 90px;
  padding-left: 120px;
  padding-right: 30px;*/
}

.container-nemid iframe {
  border: 0;
}

.message.error {
  color: red;
  font-size: 12px;
  padding-left: 1rem;
}

.gj-datepicker .gj-icon {
  right: 5px !important;
  top: 8px !important;
}

#frontend-error {
  color: red;
  font-size: small;
  margin-top: 6px;
}
