@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,300,400,700);
@import url("https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;600;669;700;800;900&display=swap");
/*colors*/
/*general*/
html, body {
  width: 100%;
  height: auto;
  min-height: 100%;
  background-color: #F7F8FA;
  margin: 0 !important;
  padding: 0;
  font-family: 'Maven Pro', 'Open Sans', sans-serif;
  color: #4E4D4D;
  font-size: 14px; }

.center {
  text-align: center; }

.right {
  text-align: right; }

.text-medium {
  font-size: 1.1rem; }

.text-smaller {
  font-size: .9rem; }

.extra-bold {
  font-weight: 900; }

.bold {
  font-weight: 600; }

.italic {
  font-style: italic; }

.element-hidden {
  display: none; }

.pointer {
  cursor: pointer !important; }

.rotate {
  transform: rotate(180deg) !important; }

.no-margin {
  margin: 0; }

.margin-bottom-20 {
  margin-bottom: 20px !important; }

.margin-bottom-60 {
  margin-bottom: 60px !important; }

.margin-top-25 {
  margin-top: 25px !important; }

.margin-top-30 {
  margin-top: 30px !important; }

.margin-top-40 {
  margin-top: 40px !important; }

.margin-top-60 {
  margin-top: 60px !important; }

.clearfix {
  clear: both; }

h1 {
  font-size: 3rem;
  font-weight: 300;
  margin: 0 0 40px 0; }

h2 {
  font-size: 2rem;
  margin: 0 0 40px 0; }

h3 {
  font-size: 1.6rem;
  margin: 0 0 30px 0; }

/*LINKS*/
a {
  color: #F09023;
  text-decoration: none;
  transition: color .5s; }
  a.yellow {
    color: #FFCC00; }

a:hover {
  text-decoration: underline; }

table a {
  color: #F09023;
  text-decoration: none; }
  table a:hover {
    color: #4E4D4D;
    text-decoration: none; }

.white {
  color: #fff; }

.bootstrap-dialog.type-primary .modal-header {
  background-color: #fff !important;
  border-bottom: none; }
  .bootstrap-dialog.type-primary .modal-header .bootstrap-dialog-title {
    font-size: 20px;
    font-weight: 400;
    color: #4E4D4D; }

.modal-content {
  padding: 20px; }
  .modal-content .form-group:last-child {
    margin-bottom: 0px !important; }

.bootstrap-dialog-close-button button {
  padding: 0 !important; }

.alert {
  border-radius: 8px; }

/*FORM*/
form {
  font-family: 'Maven Pro', 'Open Sans', sans-serif; }

label {
  font-weight: normal;
  clear: both;
  color: #4E4D4D; }
  label.white {
    color: #fff; }

button, .btn {
  background-color: #FFAC82;
  color: #fff;
  padding: 11px 35px 11px 35px !important;
  border: none;
  border-radius: 8px !important;
  transition: color .5s, border-color .5s;
  font-size: 14px;
  /*FOR SUMMERNOTE*/ }
  button:hover, button:focus, .btn:hover, .btn:focus {
    color: #4E4D4D; }
  button.btn-yellow, .btn.btn-yellow {
    background-color: #FFCC00; }
  button.btn-darkgray, .btn.btn-darkgray {
    background-color: #4E4D4D; }
    button.btn-darkgray:hover, button.btn-darkgray:focus, .btn.btn-darkgray:hover, .btn.btn-darkgray:focus {
      color: #FFCC00; }
  button.btn-white, .btn.btn-white {
    background-color: #fff;
    color: #FFAC82;
    border: solid 1px #FFAC82; }
    button.btn-white:hover, button.btn-white:focus, .btn.btn-white:hover, .btn.btn-white:focus {
      color: #4E4D4D;
      border-color: #4E4D4D; }
  button.w100, .btn.w100 {
    width: 100%; }
  button:disabled, button[disabled], .btn:disabled, .btn[disabled] {
    background-color: gray !important;
    cursor: not-allowed !important;
    color: #fff;
    border: none; }
    button:disabled:hover, button[disabled]:hover, .btn:disabled:hover, .btn[disabled]:hover {
      color: #fff; }
  button.note-btn, .btn.note-btn {
    padding: 12px !important; }
  button.note-color-btn, .btn.note-color-btn {
    padding: 0 !important; }

input[type=text], input[type=password], input[type=number], input[type=email] {
  width: 100%;
  border: none;
  border-radius: 8px;
  background-color: #fff;
  margin-bottom: 10px;
  color: #4E4D4D;
  padding: 12px;
  outline: none;
  border: solid 1px #B3B3B4; }
  input[type=text]:focus, input[type=password]:focus, input[type=number]:focus, input[type=email]:focus {
    color: #F09023;
    border-color: #FFAC82; }

textarea {
  width: 100%;
  height: 100px;
  resize: vertical;
  border: none;
  border-radius: 8px;
  background-color: #fff;
  color: #4E4D4D;
  margin-bottom: 10px;
  padding: 12px;
  border: solid 1px #B3B3B4; }
  textarea:focus {
    color: #F09023;
    border-color: #FFAC82; }

select {
  width: 100%;
  border: none;
  border-radius: 8px;
  background-color: #fff;
  color: #4E4D4D;
  margin-bottom: 10px;
  padding: 12px;
  border: solid 1px #B3B3B4; }
  select:focus {
    border-color: #FFAC82; }

.checkbox-container {
  position: relative;
  height: 30px;
  margin: 5px 0 5px 0; }
  .checkbox-container input[type=checkbox],
  .checkbox-container input[type=radio] {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    opacity: 0;
    z-index: 100;
    cursor: pointer; }
  .checkbox-container input[type=checkbox] + label,
  .checkbox-container input[type=radio] + label {
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url("../img/check-back.png");
    line-height: 20px;
    height: auto; }
  .checkbox-container input[type=checkbox]:checked + label,
  .checkbox-container input[type=radio]:checked + label {
    background-position: 0 -607px; }

.alert {
  box-shadow: 2px 2px 5px #B3B3B4;
  border: none; }
  .alert.alert-info {
    background-color: #FFAC82;
    color: #fff; }
  .alert.alert-warning {
    background-color: #FFCC00;
    color: #fff; }
  .alert.alert-danger {
    background-color: #4E4D4D;
    color: #fff; }

.logo-avatar-container {
  width: 100%;
  height: auto;
  padding: 70px;
  border: solid 1px #B3B3B4;
  border-radius: 8px; }
  .logo-avatar-container img {
    width: 100%;
    height: auto; }

/*LOGO AND HEADER*/
.logo {
  width: 300px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 20px;
  text-align: center; }
  .logo img {
    width: 200px;
    height: auto; }

/*LOGIN PAGES*/
.login-pages .content {
  background: linear-gradient(90deg, #f09023 0%, #ffac82 100%);
  width: calc(100% - 300px);
  position: absolute;
  top: 0;
  right: 0;
  border-bottom-left-radius: 200px;
  padding: 150px;
  color: #fff; }

/*MAIN PAGES BACKGROUND AND CONTAINER*/
.page-background {
  background: linear-gradient(90deg, #f09023 0%, #ffac82 100%);
  width: calc(100% - 300px);
  height: 67vh;
  min-height: 600px;
  position: absolute;
  top: 0;
  right: 0;
  border-bottom-left-radius: 200px;
  z-index: 0; }

.page-settings {
  width: auto;
  padding: 30px 50px 30px 20px;
  color: #fff;
  background-color: rgba(255, 172, 130, 0.4);
  border-bottom-left-radius: 30px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000; }
  .page-settings ul {
    margin: 0;
    padding: 0; }
    .page-settings ul li {
      display: inline-block;
      padding: 0;
      margin: 0 0 0 30px; }
      .page-settings ul li.menu {
        display: none; }
      .page-settings ul li a {
        color: white; }
        .page-settings ul li a:hover {
          text-decoration: none;
          color: #4E4D4D; }
      .page-settings ul li .fa {
        font-size: 26px;
        vertical-align: middle; }
      .page-settings ul li span {
        vertical-align: middle; }

.page-navigation {
  position: fixed;
  top: 220px;
  left: 0;
  width: 300px;
  padding: 0 20px 0 0; }
  .page-navigation .close {
    display: none; }
  .page-navigation ul {
    margin: 0;
    padding: 0; }
    .page-navigation ul a {
      color: #4E4D4D; }
      .page-navigation ul a:hover, .page-navigation ul a.active {
        color: #F09023;
        text-decoration: none; }
        .page-navigation ul a:hover li .color-background, .page-navigation ul a.active li .color-background {
          opacity: 1; }
        .page-navigation ul a:hover li img, .page-navigation ul a.active li img {
          filter: brightness(0) invert(1); }
        .page-navigation ul a:hover li span, .page-navigation ul a.active li span {
          font-weight: 600; }
      .page-navigation ul a li {
        width: auto;
        height: auto;
        margin: 0 0 10px 0;
        padding: 15px 0;
        position: relative; }
        .page-navigation ul a li .color-background {
          width: 70px;
          height: 100%;
          background: linear-gradient(90deg, #f09023 0%, #ffac82 100%);
          border-bottom-right-radius: 30px;
          border-top-right-radius: 30px;
          opacity: 0;
          position: absolute;
          top: 0;
          left: 0;
          z-index: -1;
          transition: opacity .5s; }
        .page-navigation ul a li img {
          width: 20px;
          height: auto;
          display: inline-block;
          margin-left: 30px;
          vertical-align: middle;
          transition: filter .5s; }
        .page-navigation ul a li span {
          margin-left: 30px;
          vertical-align: middle;
          font-weight: 500;
          font-size: 14px; }

.page-container {
  padding: 50px;
  background-color: transparent;
  z-index: 100;
  position: absolute;
  top: 70px;
  left: 300px;
  width: calc(100% - 300px);
  max-width: 2100px;
  min-width: 1100px; }
  .page-container .page-white-background {
    width: 100%;
    height: auto;
    padding: 20px;
    box-shadow: 2px 2px 10px #B3B3B4;
    background-color: #fff;
    border-radius: 5px; }
    .page-container .page-white-background.table-container h2 {
      margin: 0 0 20px 0;
      padding-bottom: 20px;
      border-bottom: solid 1px #B3B3B4;
      font-size: 20px; }
      .page-container .page-white-background.table-container h2 a {
        float: right;
        font-size: 14px;
        color: #F09023;
        text-decoration: none; }
        .page-container .page-white-background.table-container h2 a:hover {
          color: #4E4D4D;
          text-decoration: none; }
  .page-container h1 {
    color: #fff;
    font-size: 40px;
    margin: 0 0 20px 0; }
    .page-container h1.margin-bottom {
      margin-bottom: 60px; }
  .page-container p.description {
    margin-bottom: 60px;
    font-size: 16px;
    color: #fff; }
  .page-container .add-button {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 16px; }
    .page-container .add-button:hover, .page-container .add-button:focus, .page-container .add-button:active {
      text-decoration: none;
      color: #4E4D4D; }

/*PAGINATION*/
.page-pagination {
  width: 100%;
  margin: 20px 0;
  text-align: right; }
  .page-pagination ul {
    margin: 0;
    padding: 0;
    color: #4E4D4D;
    font-size: 16px;
    font-weight: bold; }
    .page-pagination ul li {
      display: inline-block;
      padding: 0 10px; }
      .page-pagination ul li.active a {
        color: #FFAC82; }
      .page-pagination ul li a {
        color: #4E4D4D; }
        .page-pagination ul li a:hover, .page-pagination ul li a:active, .page-pagination ul li a:focus {
          color: #FFAC82;
          text-decoration: none; }

/*TICKETING AND IDEAS*/
.ticket-info {
  padding-top: 10px;
  padding-bottom: 10px; }
  .ticket-info label {
    font-weight: bold; }

.ticket-message {
  width: 100%;
  height: auto;
  padding: 10px;
  border-radius: 5px;
  margin-top: 10px; }
  .ticket-message .info {
    margin-bottom: 10px; }
    .ticket-message .info span {
      font-weight: bold; }
  .ticket-message .message-text {
    margin-top: 20px; }
  .ticket-message.admin {
    background-color: #FFAC82;
    border: solid 1px #FFAC82;
    color: #fff; }
  .ticket-message.user {
    background-color: #fff;
    border: solid 1px #FFAC82;
    color: #4E4D4D; }

/*SIMS*/
.page-sims .search {
  margin-bottom: 20px; }
  .page-sims .search input[type=text] {
    width: calc(100% - 50px);
    margin-bottom: 10px;
    padding: 6px;
    display: inline-block;
    vertical-align: middle; }
  .page-sims .search button {
    width: 40px;
    height: 33px;
    margin-left: 10px;
    background-color: #FFCC00;
    display: inline-block;
    text-align: center;
    padding: 0 0 0 0 !important;
    vertical-align: middle;
    margin-bottom: 10px; }
.page-sims .item {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 2px 2px 20px #B3B3B4;
  padding: 30px 30px 0 30px;
  margin-bottom: 30px; }
  .page-sims .item h3 {
    padding-bottom: 30px; }
  .page-sims .item .simid {
    display: inline-block;
    width: calc(100% - 50px);
    vertical-align: middle;
    margin-bottom: 10px; }
    .page-sims .item .simid .icon {
      width: 50px;
      height: 50px;
      padding: 8px;
      display: inline-block;
      vertical-align: middle;
      background-color: #FFAC82;
      border-radius: 5px; }
      .page-sims .item .simid .icon img {
        width: 100%;
        height: auto;
        margin-top: 3px; }
    .page-sims .item .simid .text {
      display: inline-block;
      padding-left: 15px;
      width: calc(100% - 50px);
      vertical-align: middle;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .page-sims .item .simid .text .heading {
        font-size: 18px;
        font-weight: bold;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .page-sims .item .simid .text .id {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
  .page-sims .item .network-logo {
    width: 40px;
    margin-left: 10px;
    height: 50px;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 10px;
    vertical-align: middle;
    text-align: right; }
    .page-sims .item .network-logo img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: top right; }
  .page-sims .item .description, .page-sims .item .tariff, .page-sims .item .sim_type {
    margin-bottom: 10px;
    color: #4E4D4D;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .page-sims .item .description .lbl, .page-sims .item .tariff .lbl, .page-sims .item .sim_type .lbl {
      color: #FFAC82;
      font-size: 12px; }
  .page-sims .item .data {
    width: 50%;
    display: inline-block;
    margin-bottom: 20px; }
    .page-sims .item .data .heading {
      font-size: 26px;
      font-weight: bold; }
    .page-sims .item .data .lbl {
      font-size: 13px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .page-sims .item .data.right {
      text-align: right; }
  .page-sims .item .data-bar {
    width: 100%;
    height: 5px;
    background-color: #B3B3B4;
    margin-bottom: 30px; }
    .page-sims .item .data-bar .bar {
      height: 100%;
      background-color: #FFCC00; }
  .page-sims .item a .icons {
    width: 100%;
    height: auto;
    background-color: #fff;
    border: solid 1px #FFAC82;
    border-radius: 8px;
    padding: 15px;
    transition: background-color .5s;
    display: block;
    margin-bottom: 30px;
    text-align: center; }
    .page-sims .item a .icons img {
      margin-bottom: 15px;
      height: 45px;
      transition: filter .5s; }
    .page-sims .item a .icons .lbl {
      color: #4E4D4D;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 12px;
      transition: color .5s; }
    .page-sims .item a .icons.disabled {
      cursor: not-allowed; }
  .page-sims .item a:hover, .page-sims .item a:active, .page-sims .item a:focus {
    text-decoration: none; }
    .page-sims .item a:hover .icons, .page-sims .item a:active .icons, .page-sims .item a:focus .icons {
      background-color: #FFAC82; }
      .page-sims .item a:hover .icons img, .page-sims .item a:active .icons img, .page-sims .item a:focus .icons img {
        filter: brightness(0) invert(1); }
      .page-sims .item a:hover .icons .lbl, .page-sims .item a:active .icons .lbl, .page-sims .item a:focus .icons .lbl {
        color: #fff;
        text-decoration: none; }

/*DASHBOARD*/
.page-dashboard .main-headingstrong {
  font-weight: 500; }
.page-dashboard .segment {
  width: 100%;
  height: auto;
  padding: 20px;
  background-color: #fff;
  box-shadow: 2px 2px 10px #B3B3B4;
  border-radius: 5px;
  margin-bottom: 30px; }
  .page-dashboard .segment.counts .icon {
    height: 60px;
    width: 60px;
    padding: 10px;
    border-radius: 5px;
    vertical-align: middle;
    display: inline-block; }
    .page-dashboard .segment.counts .icon.peach {
      background-color: #FFAC82; }
    .page-dashboard .segment.counts .icon.yellow {
      background-color: #FFCC00; }
    .page-dashboard .segment.counts .icon img {
      width: 100%;
      height: auto;
      margin-top: 4px; }
  .page-dashboard .segment.counts .text {
    display: inline-block;
    width: calc(100% - 65px);
    vertical-align: middle;
    padding-left: 20px; }
    .page-dashboard .segment.counts .text .heading {
      font-size: 26px;
      font-weight: bold; }
    .page-dashboard .segment.counts .text .lbl {
      font-size: 13px; }
  .page-dashboard .segment.live .icon {
    width: 60%;
    height: auto;
    display: inline-block;
    vertical-align: middle; }
    .page-dashboard .segment.live .icon img {
      width: 100%;
      height: auto; }
  .page-dashboard .segment.live .text {
    display: inline-block;
    width: 40%;
    vertical-align: middle;
    padding-left: 15px; }
    .page-dashboard .segment.live .text .heading {
      font-size: 32px;
      font-weight: bold; }
    .page-dashboard .segment.live .text .lbl {
      font-size: 13px; }
  .page-dashboard .segment.people {
    padding: 30px; }
    .page-dashboard .segment.people .icon {
      width: 80px;
      height: 80px;
      border-radius: 40px;
      display: inline-block;
      vertical-align: middle;
      padding: 20px; }
      .page-dashboard .segment.people .icon.peach {
        background-color: #FFAC82; }
      .page-dashboard .segment.people .icon.yellow {
        background-color: #FFCC00; }
      .page-dashboard .segment.people .icon img {
        width: 100%;
        height: auto; }
    .page-dashboard .segment.people .text {
      display: inline-block;
      width: calc(100% - 85px);
      vertical-align: middle;
      padding-left: 20px;
      text-align: center; }
      .page-dashboard .segment.people .text .heading {
        font-size: 40px;
        font-weight: bold; }
      .page-dashboard .segment.people .text .lbl {
        font-size: 14px; }
  .page-dashboard .segment.today {
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 250px;
    background-image: url("../img/graph-yellow-1.png"); }
    .page-dashboard .segment.today .text .heading {
      font-size: 36px;
      font-weight: bold; }
    .page-dashboard .segment.today .text .lbl {
      font-size: 13px; }
  .page-dashboard .segment.usage .text {
    margin-bottom: 20px; }
    .page-dashboard .segment.usage .text:last-child {
      margin-bottom: 0; }
    .page-dashboard .segment.usage .text .heading {
      font-size: 36px;
      font-weight: bold; }
    .page-dashboard .segment.usage .text .lbl {
      font-size: 13px; }
    .page-dashboard .segment.usage .text .data-bar {
      margin-top: 15px;
      width: 100%;
      height: 4px;
      background-color: #B3B3B4; }
      .page-dashboard .segment.usage .text .data-bar .bar {
        height: 100%; }
        .page-dashboard .segment.usage .text .data-bar .bar.yellow {
          background-color: #FFCC00; }
        .page-dashboard .segment.usage .text .data-bar .bar.peach {
          background-color: #FFAC82; }
  .page-dashboard .segment.last-info .icon {
    height: 60px;
    width: 60px;
    vertical-align: middle;
    display: inline-block; }
    .page-dashboard .segment.last-info .icon img {
      width: 100%;
      height: auto;
      margin-top: 4px; }
  .page-dashboard .segment.last-info .text {
    display: inline-block;
    width: calc(100% - 65px);
    vertical-align: middle;
    padding-left: 20px; }
    .page-dashboard .segment.last-info .text .heading {
      font-size: 26px;
      font-weight: bold; }
    .page-dashboard .segment.last-info .text .lbl {
      font-size: 13px; }
  .page-dashboard .segment.boost {
    padding: 0; }
    .page-dashboard .segment.boost .text {
      display: inline-block;
      width: 50%;
      padding: 20px; }
      .page-dashboard .segment.boost .text .heading {
        font-size: 26px;
        font-weight: bold; }
      .page-dashboard .segment.boost .text .lbl {
        font-size: 13px; }
    .page-dashboard .segment.boost .graph {
      display: inline-block;
      vertical-align: middle;
      width: 50%;
      background-position: bottom right;
      background-repeat: no-repeat;
      background-size: contain;
      background-image: url("../img/graph-yellow-2.png");
      height: 100px; }

.page-sim .sim-description {
  margin-bottom: 60px;
  font-size: 15px;
  color: #fff; }
  .page-sim .sim-description a {
    color: #fff; }
.page-sim .segment {
  width: 100%;
  height: auto;
  padding: 20px;
  background-color: #fff;
  box-shadow: 2px 2px 10px #B3B3B4;
  border-radius: 5px;
  margin-bottom: 30px; }
  .page-sim .segment .form-group:last-child {
    margin-bottom: 0; }
  .page-sim .segment.mobile-number .icon {
    height: 60px;
    width: 60px;
    padding: 10px;
    border-radius: 5px;
    vertical-align: middle;
    display: inline-block;
    background-color: #FFAC82; }
    .page-sim .segment.mobile-number .icon img {
      width: 100%;
      height: auto;
      margin-top: 4px; }
  .page-sim .segment.mobile-number .text {
    display: inline-block;
    width: calc(100% - 65px);
    vertical-align: middle;
    padding-left: 20px; }
    .page-sim .segment.mobile-number .text .heading {
      font-size: 22px;
      font-weight: bold;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .page-sim .segment.mobile-number .text .lbl {
      font-size: 13px; }
  .page-sim .segment.usage button {
    margin-top: 10px;
    height: 45px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .page-sim .segment.usage .data {
    width: 50%;
    display: inline-block;
    margin-bottom: 20px; }
    .page-sim .segment.usage .data .heading {
      font-size: 26px;
      font-weight: bold; }
    .page-sim .segment.usage .data .lbl {
      font-size: 13px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .page-sim .segment.usage .data.right {
      text-align: right; }
  .page-sim .segment.usage .data-bar {
    width: 100%;
    height: 5px;
    background-color: #B3B3B4;
    margin-bottom: 20px; }
    .page-sim .segment.usage .data-bar .bar {
      height: 100%;
      background-color: #FFCC00; }
  .page-sim .segment.chart {
    height: 250px;
    padding: 5px 20px; }
  .page-sim .segment.network {
    text-align: center; }
    .page-sim .segment.network img {
      margin: 10px 0 10px 0;
      height: 70px;
      width: auto; }
    .page-sim .segment.network p {
      margin-bottom: 0; }
  .page-sim .segment.sim-status {
    padding: 20px 20px 10px 20px; }
    .page-sim .segment.sim-status .item {
      margin-bottom: 30px;
      text-align: center; }
      .page-sim .segment.sim-status .item:last-child {
        margin-bottom: 0; }
      .page-sim .segment.sim-status .item .icons {
        width: 100%; }
        .page-sim .segment.sim-status .item .icons img {
          height: 25px;
          width: auto;
          display: inline-block;
          margin: 0 3px;
          margin-bottom: 10px; }
  .page-sim .segment.download .item {
    margin-bottom: 30px; }
    .page-sim .segment.download .item:last-child {
      margin-bottom: 0; }
    .page-sim .segment.download .item button, .page-sim .segment.download .item .btn {
      height: 60px;
      width: 100%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      padding-left: 10px !important;
      padding-right: 10px !important; }
    .page-sim .segment.download .item .btn {
      padding-top: 20px !important; }
  .page-sim .segment.statistics .heading {
    font-size: 16px;
    font-weight: 600px; }
  .page-sim .segment.statistics .image {
    margin: 15px 0; }
    .page-sim .segment.statistics .image img {
      width: 50%;
      height: auto; }
  .page-sim .segment.statistics .item {
    display: inline-block;
    width: 50%;
    padding-right: 10px; }
    .page-sim .segment.statistics .item .info {
      font-size: 24px;
      font-weight: 600; }
      .page-sim .segment.statistics .item .info.peach {
        color: #FFAC82; }
      .page-sim .segment.statistics .item .info.yellow {
        color: #FFCC00; }
    .page-sim .segment.statistics .item .lbl {
      font-size: 12px; }

@media all and (max-width: 992px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  /*LOGO AND HEADER*/
  .logo {
    width: 140px;
    padding-left: 20px;
    z-index: 10000; }
    .logo img {
      width: 160px;
      height: auto; }

  /*LOGIN PAGES*/
  .login-pages .content {
    width: 100%;
    border-bottom-left-radius: 0;
    padding: 20px;
    height: auto;
    min-height: 100%;
    padding-top: 120px; }

  /*MAIN PAGES BACKGROUND AND CONTAINER*/
  .page-background {
    width: 100%;
    height: 55vh;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px; }

  .page-settings {
    padding: 20px 20px; }
    .page-settings ul li {
      margin-left: 20px; }
      .page-settings ul li.menu {
        display: inline-block; }
      .page-settings ul li span {
        display: none; }

  .page-navigation {
    top: 0;
    background-color: #F7F8FA;
    z-index: 10001;
    padding-top: 60px;
    width: 100%;
    height: auto;
    min-height: 100vh;
    width: 0;
    overflow: hidden;
    transition: width 1s;
    padding-left: 0;
    padding-right: 0; }
    .page-navigation.open {
      width: 100%; }
    .page-navigation .close {
      font-size: 26px;
      color: #4E4D4D;
      cursor: pointer;
      display: block;
      position: absolute;
      top: 20px;
      right: 20px; }
    .page-navigation ul {
      margin: 0;
      padding: 0; }
      .page-navigation ul a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #4E4D4D; }
        .page-navigation ul a:hover, .page-navigation ul a.active {
          color: #F09023;
          text-decoration: none; }
          .page-navigation ul a:hover li .color-background, .page-navigation ul a.active li .color-background {
            opacity: 1; }
          .page-navigation ul a:hover li img, .page-navigation ul a.active li img {
            filter: brightness(0) invert(1); }
          .page-navigation ul a:hover li span, .page-navigation ul a.active li span {
            font-weight: 600; }
        .page-navigation ul a li {
          width: auto;
          height: auto;
          margin: 0 0 10px 0;
          padding: 15px 0;
          position: relative; }
          .page-navigation ul a li .color-background {
            width: 70px;
            height: 100%;
            background: linear-gradient(90deg, #f09023 0%, #ffac82 100%);
            border-bottom-right-radius: 30px;
            border-top-right-radius: 30px;
            opacity: 0;
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1;
            transition: opacity .5s; }
          .page-navigation ul a li img {
            width: 20px;
            height: auto;
            display: inline-block;
            margin-left: 30px;
            vertical-align: middle;
            transition: filter .5s; }
          .page-navigation ul a li span {
            margin-left: 30px;
            vertical-align: middle;
            font-weight: 500;
            font-size: 14px; }

  .page-container {
    top: 100px;
    width: 100%;
    min-width: 0;
    left: 0;
    padding: 20px; } }
