body {
  font-size: 0.875rem;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

/*
 * Sidebar
 */
.sidebar {
  position: fixed;
  top: calc(48px + env(safe-area-inset-top));
  bottom: 0;
  left: 0;
  z-index: 100;
  /* Behind the navbar */
  /* padding: 48px 0 0; */
  /* Height of navbar */
  /* box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1); */
  overflow: auto;
  padding: 0px;
}

@media (max-width: 767.98px) {
  .sidebar {
    top: calc(48px + env(safe-area-inset-top));
  }

  /* .row{
    margin-left: 0;
    margin-right: 0;
  } */
}
.navbar {
  min-height: 48px;
}

.sidebar-sticky {
  position: relative;
  top: 0;
  padding-top: 0.5rem;
  overflow-x: hidden;
  overflow-y: auto;
  /* Scrollable contents if viewport is shorter than content. */
}

@supports (position: -webkit-sticky) or (position: sticky) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}
.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}

.sidebar .nav-link.active {
  color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: 0.75rem;
  text-transform: uppercase;
}

/*
 * Navbar
 */
.navbar-brand {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 18px;
  letter-spacing: 0.7px;
  /* background-color: rgba(0, 0, 0, .25); */
  /* box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25); */
}

/* 
.navbar .navbar-toggler {
  top: .25rem;
  right: 1rem;
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
} */
.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}

.card .card-body {
  font-family: Open Sans;
  padding: 15px;
}

.p-3 {
  padding: 1rem !important;
}

.card-body {
  flex: 1 1 auto;
}

h5 {
  font-size: 1.25rem;
  line-height: 1.375;
}




/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left 0.2s;
}

#submenu {
  transition: margin-left 0.2s;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}

@media (min-width: 767px) {
  .download-section {
    padding: 0px 0;
  }

  #mySidenav {
    width: 250px;
  }

  #mySidenav2 {
    width: 248px;
  }

  #mySidenavOrders {
    width: 375px;
  }

  #main {
    margin-left: 250px;
  }
  #mainOrders {
    margin-right: 0;
  }

}

@media (max-width: 1199px) {
  ul.banner-social-buttons {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  ul.banner-social-buttons li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }

  ul.banner-social-buttons li:last-child {
    margin-bottom: 0;
  }
}

a{
  text-decoration: none;
  color: #000;
}
.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}



.main {
  /* height: calc(100vh - 48px - env(safe-area-inset-bottom) - env(safe-area-inset-top)); */
  /* overflow: auto; */
  padding: 20px;
  /* margin-right: -15px; */
}
.main .title a {
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.57px;
  color: #3e3a39;
}
.main .title .subTitle a {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.29px;
  color: #3e3a39;
}
.main .subject {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.92;
  letter-spacing: -0.02px;
  color: #000;
  margin-bottom: 20px;
}
.main .collapsible-link {
  width: 100%;
  position: relative;
  text-align: left;
}
.main .collapsible-link::before {
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
  display: block;
  font-family: "FontAwesome";
  font-size: 1.1rem;
}
.main .collapsible-link[aria-expanded=true]::before {
  content: "\f106";
}
.main .card .card-list a {
  line-height: 40px;
}

.reportName {
  font-size: 12px;
  font-weight: bold;
  line-height: 34px;
  margin-left: 10px;
  color: black;
}

.main-container {
  padding: 15px;
}

@media (min-width: 576px) {
  #sidebarMenu {
    min-width: 240px;
  }

  .container-fluid {
    padding-left: -15px;
    padding-right: -15px;
  }

  .main {
    margin-left: 0;
    padding: 20px;
    margin-right: 0px;
  }
}
.slider-white-bg {
  background: black !important;
}

@media (min-width: 768px) {
  #sidebarMenu {
    min-width: 240px;
  }

  .main {
    margin-left: 240px;
    padding: 30px;
    margin-right: 0px;
  }

  .main-container {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  #sidebarMenu {
    min-width: 240px;
  }

  .main {
    margin-left: 240px;
    padding: 30px;
    margin-right: 0px;
  }

  .main-container {
    padding: 30px;
  }

  .menuStyle {
    max-width: 240px;
  }
}
@media (min-width: 1200px) {
  #sidebarMenu {
    min-width: 240px;
  }

  .main {
    margin-left: 240px;
    padding: 30px;
    margin-right: 0px;
  }

  .menuStyle {
    max-width: 240px;
  }

  .main-container {
    padding: 30px;
  }
}
/* for sm */
.custom-switch.custom-switch-sm .custom-control-label {
  padding-left: 1rem;
  padding-bottom: 1rem;
}

.custom-switch.custom-switch-sm .custom-control-label::before {
  height: 1rem;
  width: calc(1rem + 0.75rem);
  border-radius: 2rem;
}

.custom-switch.custom-switch-sm .custom-control-label::after {
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  border-radius: calc(1rem - (1rem / 2));
}

.custom-switch.custom-switch-sm .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(calc(1rem - 0.25rem));
}

/* for md */
.custom-switch.custom-switch-md .custom-control-label {
  padding-left: 15px;
  padding-bottom: 0;
  margin-top: -4px;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  color: #3e3a39;
  font-family: "PTSans-Bold";
}

.custom-switch.custom-switch-md .custom-control-label::before {
  height: 1.5rem;
  width: calc(2rem + 0.75rem);
  border-radius: 3rem;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: white;
}

.custom-switch.custom-switch-md .custom-control-label::after {
  width: calc(1.5rem - 4px);
  height: calc(1.5rem - 4px);
  background: #ff5d52;
  border-radius: calc(2rem - (1.5rem / 2));
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #3e3a39;
  background-color: white;
}

.custom-switch.custom-switch-md .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(calc(1.5rem - 0.25rem));
  background: #5cabd2;
}

/* for lg */
.custom-switch.custom-switch-lg .custom-control-label {
  padding-left: 3rem;
  padding-bottom: 2rem;
}

.custom-switch.custom-switch-lg .custom-control-label::before {
  height: 2rem;
  width: calc(3rem + 0.75rem);
  border-radius: 4rem;
}

.custom-switch.custom-switch-lg .custom-control-label::after {
  width: calc(2rem - 4px);
  height: calc(2rem - 4px);
  border-radius: calc(3rem - (2rem / 2));
}

.custom-switch.custom-switch-lg .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(calc(2rem - 0.25rem));
}

/* for xl */
.custom-switch.custom-switch-xl .custom-control-label {
  padding-left: 4rem;
  padding-bottom: 2.5rem;
}

.custom-switch.custom-switch-xl .custom-control-label::before {
  height: 2.5rem;
  width: calc(4rem + 0.75rem);
  border-radius: 5rem;
}

.custom-switch.custom-switch-xl .custom-control-label::after {
  width: calc(2.5rem - 4px);
  height: calc(2.5rem - 4px);
  border-radius: calc(4rem - (2.5rem / 2));
}

.custom-switch.custom-switch-xl .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(calc(2.5rem - 0.25rem));
}

/*# sourceMappingURL=freshq-web.css.map */

.myesimdetails {
  margin-bottom: 50px;
  max-width: 978px;
}
.myesimdetails .esim-status {
  border-radius: 14px;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(90deg, #fcbe24, #f87171);
  padding: 19px 19px 19px 42px;
  border: unset;
}
.myesimdetails .esim-status .title {
  font-family: "Outfit-SemiBold";
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 50px;
  letter-spacing: 0.25px;
  color: #fff;
}
.myesimdetails .esim-status .contactus .btn {
  width: 149px;
  height: 55px;
  border-radius: 28px;
  background-color: #000;
  font-family: "Outfit-SemiBold";
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.83px;
  text-align: center;
  color: #fff;
}
.myesimdetails .esim-status i {
  font-size: 30px;
  color: white;
}
.myesimdetails .esim-status .content {
  font-family: "Outfit-Regular";
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.58;
  letter-spacing: 0.15px;
  color: #fff;
}
.myesimdetails .esim-status .icon {
  text-align: right;
  max-width: 120px;
}
.myesimdetails .esim-status .icon .t_1 {
  text-align: center;
}
.myesimdetails .esim-status .icon .t_2 {
  text-align: center;
}
.myesimdetails .esim-status .icon .contactus-title {
  vertical-align: text-top;
  line-height: normal;
}
.myesimdetails .esim-status .icon .fa-triangle-exclamation {
  font-size: 32px;
}
.myesimdetails .esim-status .icon a {
  font-family: "Outfit-SemiBold";
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.15px;
  color: #fff;
}
.myesimdetails .esim-status .icon .fa-caret-down {
  font-size: 12px;
}
@media (max-width: 768px) {
  .myesimdetails .esim-status .title {
    font-size: 15px;
    line-height: normal;
  }
  .myesimdetails .esim-status .icon .fa-triangle-exclamation {
    font-size: 24px;
    color: white;
  }
  .myesimdetails .esim-status .contactus-title {
    vertical-align: text-top;
    line-height: normal;
  }
  .myesimdetails .esim-status .contactus {
    text-align: center;
  }
  .myesimdetails .esim-status .contactus .btn {
    width: 149px;
    height: 55px;
    margin: 0 30px 0 31px;
    border-radius: 28px;
    background-color: #000;
    font-family: "Outfit-SemiBold";
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.83px;
    text-align: center;
    color: #fff;
  }
}
@media (max-width: 768px) {
  .myesimdetails .esim-status {
    padding: 20px;
  }
  .myesimdetails .esim-status .icon {
    text-align: left;
    max-width: 100%;
  }
  .myesimdetails .esim-status .icon .t_1 {
    text-align: left;
    max-width: 40px;
  }
  .myesimdetails .esim-status .icon .t_2 {
    text-align: left;
  }
}
.myesimdetails .show-more {
  border-radius: 6px;
  border: solid 1px #000;
}
.myesimdetails .header-1 {
  margin-bottom: 30px;
}
.myesimdetails .header-1 .productName {
  font-family: "Outfit-Bold";
  margin-top: 30px;
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #191919;
}
@media (max-width: 768px) {
  .myesimdetails .header-1 .productName {
    font-family: "Outfit-Bold";
    margin-top: 14px;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.5px;
    color: #191919;
  }
}
@media (max-width: 768px) {
  .myesimdetails .header-1 {
    margin-bottom: 24px;
  }
}
.myesimdetails .header-sm .goback a {
  font-family: "Outfit-SemiBold";
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.19px;
  color: #000;
  vertical-align: middle;
  line-height: 60px;
}
.myesimdetails .header-sm .goback i {
  font-size: 40px;
  vertical-align: middle;
}
.myesimdetails .header-sm .national-flag {
  width: 90px;
  height: 60px;
  border-radius: 6px 30px 6px 6px;
  box-shadow: 0 2px 14px 2px rgba(0, 0, 0, 0.2);
}
.myesimdetails .header-md .goback a {
  font-family: "Outfit-SemiBold";
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.19px;
  color: #000;
  vertical-align: middle;
}
.myesimdetails .header-md .goback i {
  font-size: 40px;
  vertical-align: middle;
}
.myesimdetails .header-md .national-flag {
  width: 180px;
  height: 120px;
  border-radius: 6px 30px 6px 6px;
  box-shadow: 0 2px 14px 2px rgba(0, 0, 0, 0.2);
}
.myesimdetails .header {
  padding: 39px 48px;
}
.myesimdetails .productContent {
  border: unset;
  border-radius: 65px 65px 12px 12px;
  max-width: 978px;
  margin: 0 auto;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.myesimdetails .additional-info .name-icon {
  font-size: 25px;
}
.myesimdetails .additional-info .title {
  font-family: "Outfit-ExtraLight";
  font-size: 12px;
  font-weight: 200;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.15px;
  color: #000;
}
.myesimdetails .additional-info .content {
  font-family: "Outfit-Regular";
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.19px;
  color: #000;
  margin-top: 3px;
}
.myesimdetails .installation .ios {
  width: 100%;
  padding: 26px 30px 26px 26px;
}
.myesimdetails .installation .android {
  width: 100%;
  padding: 31px 30px 31px 26px;
}
.myesimdetails .data-usage {
  border: unset;
  border-radius: 12px;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.myesimdetails .data-usage .expired {
  padding: 2px 17px 3px;
  background-color: #afafaf;
  color: white;
  height: 20px;
  width: 120px;
  margin: 0 0 0 auto;
  font-size: 12px;
}
.myesimdetails .data-usage .activated {
  padding: 3px 17px 2px;
  background-image: linear-gradient(90deg, #3c8dfa, #28c891);
  color: white;
  height: 20px;
  width: 120px;
  margin: 0 0 0 auto;
  font-size: 12px;
}
.myesimdetails .data-usage .notactivated {
  padding: 3px 17px 2px;
  background-color: #000;
  color: white;
  height: 20px;
  width: 120px;
  margin: 0 0 0 auto;
  font-size: 12px;
}
.myesimdetails .data-usage .daily-pass {
  position: absolute;
  font-family: "Outfit-Regular";
  background-image: linear-gradient(270deg, #28c891, #3c8dfa);
  padding: 6px 23px 5px;
  top: 0px;
  left: 20px;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.18px;
  color: white;
  border-radius: 0 0 20px 20px;
}
.myesimdetails .data-usage .title {
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.95;
  letter-spacing: 0.25px;
  color: #000;
}
.myesimdetails .data-usage .progress {
  height: 36px;
  border-radius: 18px;
}
.myesimdetails .data-usage .data {
  border-bottom: solid 2px #eaebeb;
  line-height: 40px;
}
.myesimdetails .data-usage .data .data-title {
  font-family: "Outfit-Regular";
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.15px;
  color: #000;
}
.myesimdetails .data-usage .data .data-value {
  font-family: "Outfit-SemiBold";
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.19px;
  text-align: right;
  color: #000;
}
.myesimdetails .my-packages {
  border: unset;
  border-radius: 12px;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.myesimdetails .my-packages .title {
  font-family: "Outfit-SemiBold";
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.95;
  letter-spacing: 0.25px;
  color: #000;
}
.myesimdetails .my-packages .timezone {
  font-family: "Outfit-Regular";
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 38px;
  letter-spacing: 0.15px;
  color: #818181;
}
.myesimdetails .my-packages .package .time {
  line-height: 16px;
}
.myesimdetails .my-packages .package .time a {
  font-family: "Outfit-Regular";
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.15px;
  color: #818181 !important;
}
.myesimdetails .my-packages .package .time a span {
  font-family: "Outfit-Bold";
}
.myesimdetails .my-packages .package .status .expired {
  padding: 2px 17px 3px;
  background-color: #afafaf;
  color: white;
  height: 20px;
  width: 120px;
  margin: 0 0 0 auto;
}
.myesimdetails .my-packages .package .status .activated {
  padding: 3px 17px 2px;
  background-image: linear-gradient(90deg, #3c8dfa, #28c891);
  color: white;
  height: 20px;
  width: 120px;
  margin: 0 0 0 auto;
}
.myesimdetails .my-packages .package .status .notactivated {
  padding: 3px 5px 2px;
  background-color: #000;
  color: white;
  height: 20px;
  width: 120px;
  margin: 0 0 0 auto;
}
.myesimdetails .top-up {
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
  border: unset;
  border-radius: 12px 12px 65px 65px;
}
.myesimdetails .top-up .title {
  height: 80px;
  border-radius: 12px 12px 0 0;
  padding: 20px 26px;
}
.myesimdetails .top-up .title a {
  font-family: "Outfit-SemiBold";
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.95;
  letter-spacing: 0.25px;
  color: #000;
}
.myesimdetails .top-up .buy {
  width: 100%;
  background: linear-gradient(90deg, #3c8dfa, #28c891);
  border-radius: 50px;
  font-family: "Outfit-SemiBold";
  font-size: 15px;
  font-weight: 600;
  margin: 0 auto;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.83px;
  text-align: center;
  color: #fff;
  height: 55px;
  border: unset;
  position: relative;
}
.myesimdetails .top-up .buy .item-count {
  position: absolute;
  right: 20px;
}
.myesimdetails .back-btn {
  border-radius: 28px;
  background-color: #000;
  margin: 50px auto;
  width: 80%;
  max-width: 270px;
  padding: 12px 60px;
}
@media (max-width: 768px) {
  .myesimdetails .header {
    padding: 30px 20px 20px 20px;
  }
  .myesimdetails .addtocart {
    max-width: 446px;
  }
  .myesimdetails .expired {
    margin: unset !important;
  }
  .myesimdetails .activated {
    margin: unset !important;
  }
  .myesimdetails .notactivated {
    margin: unset !important;
  }
  .myesimdetails .buy {
    max-width: 446px;
    margin: 0 auto;
  }
}
.myesimdetails .buy {
  max-width: 446px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .myesimdetails {
    margin-bottom: 25px;
  }

  .installation-data .title {
    font-family: "Outfit-ExtraLight";
    font-size: 12px;
    font-weight: 200;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.15px;
    color: #818181;
  }
  .installation-data .data {
    font-family: "Outfit-Regular";
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.19px;
    color: #000;
  }
  .installation-data .qrcode {
    text-align: center;
  }
  .installation-data .share-btn {
    text-align: center;
  }

  .guide .carousel {
    margin: 0 auto;
    height: 623px;
    width: 100%;
  }
}