html, body, .main {
	width: 100%;
	height: 100%;
	overflow: hidden!important;
    font-family: "Cairo", sans-serif;
    -webkit-overflow-scrolling: touch;
    transform: translate3d(0, 0, 0);
    background: #f6f6f6;
}

.main, .page {
  padding-top: constant(safe-area-inset-top);
  padding-top: env(safe-area-inset-top);
}


.page {
	width: 100%;
	height: 100%;
    background: #f6f6f6;
    transition: right 1s;
}

.main {
  position: relative;
  overflow: visible;
}

.back-light {
  position: absolute;
  top: 0; left: 0;
  height: 100%!important;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  pointer-events: none;
  z-index: 1001;
  transition: opacity 0.2s ease;
}

.open-page.page {
  position: absolute;
  top: 0; right: 0;
  width: 100%;
  z-index: 1001;
}



.nav {
    font-size: 12px;
    background: #000000;
    padding: 1.5rem;
    display: flex;
    flex-flow: row nowrap;
    position: fixed;
    bottom: -10px;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding-bottom: 45px;
}

.nav-item {
    flex: 1 1 25%;
    border-radius: 25px;
    padding: 5px 15px;
    white-space: nowrap;
    transition: all 200ms ease-in-out;
    overflow: hidden;
    cursor: pointer;
    height: 44px;
    padding-top: 9px;
    text-align: center;
}

.nav-item .title {
    display: inline-block;
    color: transparent;
    vertical-align: super;
    margin-left: 5px;
    font-size: 15px;
    top: 25px;
    position: absolute;
}

.nav-item svg {
	width: 30px;
	height: 30px;
    margin-top: -2px;
    margin-left: -6px;
}

.nav-item.active {
  flex: 1e-9 1e-8 120px;
  text-align: left;
}
.nav-item.active .title {
  color: inherit;
  font-weight: bold;
}


.icon-home {
  height: 30px!important;
  width: 30px!important;	
  display: inline-block;
}

.page-header {
    padding: 15px;
    margin: 0;
    font-size: 18px;
    position: relative;
    border: 0;
}

.page-header svg {
	height: 28px!important;
	width: 28px!important;
}

.page-header left {
    position: absolute;
    left: 15px;
}

.page-header right {
    position: absolute;
    right: 15px;
}

.page-header span {
    text-align: center;
    width: calc(100% - 60px);
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    margin-top: -3px;
    overflow: hidden;
    white-space: nowrap;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: -10px;
}

.page-content {
    height: 100%;
    width: 100%;
    padding-bottom: 62px;
}

.page-container {
    padding: 0 15px;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
    padding-bottom: 200px;
}

.section {
}

.app-sections {
    width: 100%;
    height: 100%;
}

.loader {
  width: 8px;
  height: 48px;
  display: inline-block;
  position: relative;
  border-radius: 4px;
  color: #ddd;
  box-sizing: border-box;
  animation: animloader 0.6s linear infinite;
  margin-left: -60px;
}

@keyframes animloader {
  0% {
    box-shadow: 20px -10px, 40px 10px, 60px 0px;
  }
  25% {
    box-shadow: 20px 0px, 40px  0px, 60px 10px;
  }
  50% {
    box-shadow: 20px 10px, 40px -10px, 60px 0px;
  }
  75% {
    box-shadow: 20px 0px, 40px 0px, 60px -10px;
  }
  100% {
    box-shadow: 20px -10px, 40px 10px, 60px 0px;
  }
}


.loading-container {
    align-items: center;
    width: 100%;
    height: calc(100% - 130px);
    align-content: center;
    text-align: center;
}

h1, h2, h3, h4, h5 {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: bold;
    width: 100%;
}

.genre-item {
    display: flex;
    width: 100%;
    height: 60px;
    text-align: center;
    padding: 10px;
    border-radius: 50%;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    overflow: hidden;
    word-break: break-word;
}

.no-margins {
    margin-left: -30px;
    margin-right: -15px;
    width: calc(100% + 45px);
}

.block {
    margin-bottom: 40px;
    margin-top: 20px;
}

.block h4 {
    font-weight: 400;
}

.featured-item {
    text-align: center;
    height: 141px;
    display: block;
    border-radius: 10px;
    padding: 10px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 12px;
}

.featured-item img {
    border-radius: 10px;
    margin-bottom: 13px;
}

.recommended-item {
    text-align: center;
    height: auto;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    font-size: 12px;
}

.recommended-item img {
    border-radius: 10px;
    margin-bottom: 10px;
    border:1px solid #ddd;
    width: 100%;
}

.mini-player {
    position: fixed;
    background: white;
    z-index: 1003;
    width: 100%;
    height: 60px;
    bottom: 91px;
    padding: 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    display: none;
}

.mini-player img {
    height: 50px;
    width: 50px;
    position: absolute;
    border-radius: 50%;
    top: 5px;
}

.mini-player .title {
    position: absolute;
    left: 73px;
    font-weight: bold;
    line-height: 16px;
    top: 13px;
    width: calc(100% - 180px);
    overflow: hidden;
    white-space: nowrap;
}

.mini-player .title small {
    font-size: 11px;
    font-weight: normal;
}

.mini-player .play {

}

.mini-player .pause {
    display: none;
}

.mini-player svg {
    fill: white;
    position: absolute;
    right: 50px;
    top: 8px;
}

.mini-player .close-radio svg {
    right: 10px;
    top: 13px;
    fill: #ffffff99;
}

.sheet-page {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1011;
    text-align: center;
    background: white;
    color: black;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 60px 0;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    padding-bottom: 30px;
}

.sheet-page .close-sheet-page {
    position: absolute;
    top: 20px;
    right: 15px;
    background: transparent;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    z-index: 1005;
    padding: 0;
}

.sheet-page .close-sheet-page svg {
    width: 28px;
    height: 28px;
}

.country-item {
    display: block;
    width: 100%;
    padding: 10px 15px;
    border-top: 1px solid #ddd;
    position: relative;
    height: 56px;
}



.country-item img {
    height: 35px;
    width: 35px;
    margin-right: 10px;
    vertical-align: middle;
}

.country-item svg {
    position: absolute;
    right: 15px;
    top: 16px;
    fill: #999999;
}

.country-item span {
    font-size: 16px;
    position: absolute;
    top: 17px;
}

.radios-page .radio {
    flex: 0 0 calc((100% - 40px) / 3);
    box-sizing: border-box;    
    margin: 0;
}


.radios-page {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-content: flex-start;
    justify-content: flex-start;
}
.radios-page .radio b {
    display: block;
}

.radios-page .radio small {
    display: block;
}

.swipeDiv {
    transition: transform 0.3s ease-out;
    transform: translateY(200%);    
    touch-action: none;
}

.swipeDiv.active {
    transform: translateY(0);
}



.owl-carousel .owl-stage {
  will-change: transform;
  backface-visibility: hidden;
}


.nav {
    background: rgba(112, 183, 70, 0.12);
    transition: background 0.6s;
}

.genres-slider {
    margin-bottom: 30px;
}

.favorite-empty {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.favorite-empty svg {
    width: 120px;
    fill: #e03c27;
}

.search-box {
    margin-bottom: 20px;
}

.search-box .input-group-addon {
    background: transparent;
    color: #999999;
    border: 1px solid #1bb5d8;
    border-right: 0;
    padding-right: 0;
}

.search-box .form-control {
    border: 1px solid #1bb5d8!important;
    border-left: 0!important;
    height: 47px;
}

.spinner {
    display: none;
}

.loading-text {
    display: none;
    position: absolute;
    bottom: 30px;
}


.form-control:focus {
    border-color: inherit;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ccc;
}

.section {
    height: 100%;
}

.fav-active line,
.fav-active path,
.fav-active polyline,
.fav-active polygon {
  stroke-dasharray: none !important;
  stroke-dashoffset: 0   !important;
  stroke-linecap: butt;
  stroke-linejoin: miter;
}


.menu-icon {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
}

.menu-item svg {
    width: 15px;
}

.menu-icon svg {
    width: 30px;
    height: 30px;
    left: 0;
    top: 2px;
    fill: #5d5d5d;
}

.menu-item span {
    font-size: 15px;
    position: absolute;
    top: 16px;
    left: 56px;
}

.settings-page-icon {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 30px;
}

.settings-page-icon h4 {
    font-weight: 300;
    font-size: 15px;
}

.menu-items {
    border: 1px solid #ddd;
    border-radius: 15px;
    background: #fff;
}

.menu-item:first-child {
    border-top: 0;
}

.fav-active {
    display: none;
}

.favorites-page {
}

.favorites-page .radio {
    position: relative;
    display: block;
    height: 80px;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-top: 0;
}

.favorites-page .radio img {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    margin-bottom: 0;
    position: absolute;
    left: 10px;
}

.favorites-page .radio b {
    display: block;
    position: absolute;
    left: 80px;
    font-size: 18px;
    top: 8px;
}

.favorites-page .radio small {
    display: block;
    position: absolute;
    left: 80px;
    font-size: 14px;
    top: 32px;
}

.favorites-page .radio location {
    display: block;
    position: absolute;
    left: 80px;
    font-size: 12px;
    top: 53px;
}



.btn-full {
    width: 100%;
    height: 44px;
}

.privacy-policy h4 {
    font-weight: normal;
}

.about-us {
    border: 1px solid #ddd;
    border-radius: 15px;
    background: #fafafae6;
    padding: 20px;
    margin-bottom: 50px;
}


.form-control {
  border-radius: 10px;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  height: 36px;
  padding: 6px 12px;
  font-size: 17px;
  line-height: 22px;
  color: #000;
  transition: box-shadow 0.2s ease, background-color 0.2s ease;
}

.form-control:focus {
  outline: none;
  border: 1px solid #fff;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1), 
              0 0 0 2px rgba(0, 122, 255, 0.3);
  background-color: #fff;
}

.form-control::placeholder {
  color: #8e8e93;
  opacity: 1; /* Firefox */
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e5e5ea;
  color: #8e8e93;
  box-shadow: none;
  cursor: not-allowed;
}

.dark, .dark .page {
    background: #000;
    color: white;
}

.dark .nav-item svg {
    fill: inherit;
}

.dark .recommended-item img {
    border: 1px solid #232323;
}

.dark .page-header svg {
    fill: white;
}

.dark .menu-items {
    border: 1px solid #232323;
    background: #000000e6;
}

.dark .country-item {
    border-top: 1px solid #232323;
}



.dark .menu-icon svg {
    fill: #cfcfcf;
}

.dark .settings-page-icon svg {
    fill: #d8d8d8;
}

.dark .form-control {
    background: #000000;
    border: 1px solid #232323;
    color: white!important;
}

.dark .nav {
    fill: white;
}

.dark .menu-item:first-child {
    border: 0!important;
}

.dark .about-us {
    border: 1px solid #232323;
    background: #000;
}

.dark .mini-player {
    border-top: 1px solid #232323;
    border-bottom: 1px solid #232323;
    background: black;
}

.input-group-addon {
    border-radius: 10px;
}

.section .page-header span {
    text-align: left;
    font-size: 31px;
    margin: 0;
}

.radios-page h4 {
    margin-bottom: 0;
}



* {
  user-select: none;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none;    /* Firefox */
  -ms-user-select: none;     /* IE10+/Edge */
}

input[type="text"],
textarea {
  user-select: text;
  -webkit-user-select: text; /* Safari */
  -moz-user-select: text;    /* Firefox */
  -ms-user-select: text;     /* IE10+/Edge */
}


.search {
    position: relative;
    color: #858585;
    margin-top: 10px;
}

.search i {
    position: absolute;
    top: 11px;
    left: 13px;
    font-size: 15px;
}

.search input {
    background: #eaeaea;
    padding-left: 40px;
    border: 0;
    box-shadow: none;
    color: #858585;
    font-size: 14px;
    font-weight: 300;
}

.nav {
    bottom: 25px;
    left: 70px;
    width: calc(100% - 140px);
    height: 74px;
    border-radius: 50px;
    background: #000000;
    overflow: hidden;
}

.nav-item svg {
    fill: #717171;
}

.nav .active svg {
    fill: #ffffff;
}

.promo {
    background: white;
    border-radius: 10px;
    padding: 15px;
    padding-left: 72px;
    position: relative;
    margin-bottom: 20px;
}

.promo svg {
    position: absolute;
    left: 15px;
    top: 17px;
    width: 40px;
    fill: #ef5a22;
}



.promo h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.promo h5 {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
}

.nav-tabs {
    border-bottom: none;
    list-style: none;
    margin: 0;
    display: block;
    width: 100%;
    float: left;
    margin-top: 10px;
    padding: 0;
    margin-bottom: 4px;
}

.nav-tabs>li>a {
    margin-right: 6px;
    line-height: 1.42857143;
    border: 2px solid transparent;
    border-radius: 4px 4px 0 0;
    font-size: 15px;
    padding: 4px 15px;
    border-radius: 30px;
    color: #898989;
    text-decoration: none!important;
    font-weight: 700;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #ef5b23 !important;
    cursor: default;
    background-color: transparent;
    border: 2px solid #ef5b23;
    border-bottom-color: #ef5b23;
}

.nav-tabs>li {
    float: left;
    margin-bottom: 20px;
}

.tab-content>.active {
    display: block;
    float: left;
    width: 100%;
    background: #fff;
    padding: 20px;
    border-radius: 15px;
}

.countries-item {
    position: relative;
    padding-left: 50px;
    height: 40px;
    width: 100%;
    margin-bottom: 15px;
}

.countries-item:last-child {
    margin-bottom: 0;
}

.countries-item svg, .countries-item img {
    width: 40px;
    height: 40px;
    background: #f6f6f6;
    fill: #d0d0d0;
    border-radius: 50%;
    padding: 7px;
    position: absolute;
    left: 0;
}

.countries-item span {
    font-size: 16px;
    margin-top: 10px;
    color: black;
    width: calc(100% - 30px);
    white-space: nowrap;
    overflow: hidden;    
    font-weight: bold;
    display: inline-block;
}

.tabs-container {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}


.countries-item arrow {
    position: absolute;
    right: -10px;
}

.countries-item arrow svg {
    background: transparent;
    padding: 0;
    width: 28px;
    position: initial;
    border-radius: initial;
    fill: #989898;
    left: initial;
}



.sim-container {
    padding: 15px;
    background: white;
    margin-bottom: 15px;
    position: relative;
    border-radius: 12px;
    height: 85px;
}

.sim-container h3 {
    font-size: 15px;
    font-weight: 700;
    margin-top: 0;
}

.sim-container h2 {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: auto;
    margin: 0;
    font-size: 16px;
}

.sub-types span {
    margin: 0;
    position: absolute;
    right: 15px;
    top: 15px;
    background: #f1f1f1;
    color: black;
    padding: 3px 11px;
    font-size: 10px;
    border-radius: 20px;
    animation: shine;
}

.sub-types span.standard,
.sub-types span.fast,
.sub-types span.faster,
.sub-types span.fastest {
  margin: 0 !important;
  position: absolute;
  right: 15px !important;
  top: 15px !important;
  padding: 3px 11px !important;
  font-size: 10px !important;
  border-radius: 20px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  color: #000 ; 
  background: transparent ;
}

.sub-types span.standard {
  background: #eceff1 ;
  color: #333 ;
}

.sub-types span.fast {
  background: linear-gradient(135deg, #bbdefb 0%, #90caf9 100%) ;
  color: #fff ;
}

.sub-types span.faster {
  background: linear-gradient(135deg, #64b5f6 0%, #42a5f5 100%) ;
  color: #fff ;
}

.sub-types span.fastest {
  background: linear-gradient(135deg, #80cbc4 0%, #4db6ac 100%) ;
  color: #fff ;
}


@keyframes shine {
  to {
    transform: rotate(45deg) translateX(100%);
  }
}


.duration {
    margin: 0;
}

.sub-types {
    margin: 0;
}

.filter-speed span {
    position: initial!important;
    border: 1px solid #fff;
    text-transform: uppercase;
}

.filter-speed {
    margin-top: 18px;
}

.filter-speed .all {
    background: white;
}

.filter-speed .active {
    border: 1px solid black!important;
}

.action-btn {
    position: fixed;
    z-index: 1002;
    background: black;
    color: white;
    bottom: 25px;
    width: calc(100% - 30px);
    left: 15px;
    text-align: center;
    padding: 13px;
    border-radius: 50px;
    font-size: 16px;
}


.card {
    background: white;
    border-radius: 10px;
    padding: 15px;
    position: relative;
    margin-bottom: 20px;
}


.flag-img {
    width: 40px;
    height: 40px;
    background: #f6f6f6;
    border-radius: 50%;
    padding: 7px;
    margin-bottom: 10px;
}

.checkout-price {
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-weight: bold;
}

.upgrade {
    position: absolute;
    top: 15px;
    right: 15px;
    text-decoration: underline;
}

.card p:last-child {
    margin: 0;
}

.sheet-bg {
  position: fixed;
  top: 0; left: 0;
  height: 100%!important;
  width: 100%;
  background: rgba(0,0,0,0.5);
  display: none;
  z-index: 1010;
}

.btn-default {
    background: black!important;
    color: white!important;
    bottom: 20px;
    width: 100%;
    text-align: center;
    padding: 13px;
    border-radius: 50px;
    font-size: 16px;
    outline: none!important;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    text-align: left;
    width: 100%;
    color: #818181;
    font-weight: 600;
}

.mb-15 {
    margin-bottom: 15px;
}

.big-icon {
    width: 100px;
    height: 100px;
    background: radial-gradient(#ffffff, #ffccb9);
    border-radius: 50%;
    padding: 25px;
    margin-bottom: 20px;
    fill: #ef5a22;
}

.sheet-opened .page-container {
    overflow: hidden!important;
}

.sim-icon {
    position: relative;
    text-align: center;
    width: 110px;
    margin: 0 auto;
    margin-top: 50px;
}

.sim-icon img {
    width: 30px;
    position: absolute;
    bottom: 29px;
    right: 0;
    border-radius: 50%;
    height: 30px;
}

.table>tbody>tr>td{
    padding: 10px 0;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 0;
    text-align: center;
    white-space: nowrap;
}

.table {
    width: 100%;
    max-width: 100%;
    background: white;
    border-radius: 10px;
    padding: 15px;
    position: relative;
    margin-bottom: 20px;
}

.sheet-page .loading-container {
    padding: 50px 0;
    display: block;
    margin-bottom: 20px;
}

.page-header {
    padding-top: 70px;
}

a {
    color: inherit!important;
    text-decoration: none!important;
}


.empty-section {
    display: flex
;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 20px;
    padding: 20px;
    height: 100%;
}

.empty-section svg {
    margin: 0;
}

.empty-section h3 {
    margin-bottom: 0;
}

.empty-section p {
    margin-bottom: 0;
}

.empty-section button {
    margin-bottom: 0;
    background: transparent !important;
    color: black !important;
    border: 2px solid black;
    width: 162px;
    zoom: 0.8;
}

.no-results {
    color: black;
    font-style: italic;
    text-align: center;
    padding-top: 10px;
}

#no-offers {
    padding: 15px;
    background: white;
    margin-bottom: 15px;
    position: relative;
    border-radius: 12px;
    height: 85px;
    padding-top: 30px;
    font-style: italic;
    color: black;
    text-align: center;
}

.login-page {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
    gap: 20px;
}

.login-page * {
    margin: 0;
    width: 100%;
}

.login-page img {
    height: 100px;
    width: auto;
}

.login-page label {
    margin-bottom: 5px;
}

.login-page input {
    margin-bottom: 5px;
}

.login-page h3 {
    margin-bottom: 10px;
}

#sent-to {
    font-weight: bold;
}

.esim-qr {
    text-align: center;
}

.esim-qr img {
    width: auto;
    height: 300px;
    padding: 20px;
    border-radius: 50px;
}

.sheet-content .container {
    padding-right: 25px;
    padding-left: 25px;
}

.form-group {
    position: relative;
}

.form-control {
    border-radius: 6px;
    height: 45px;
}

.copy-text {
    position: absolute;
    right: 0;
    top: 25px;
    background: #000000;
    padding: 4px 10px;
    height: 45px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border: 1px solid #000000;
}

.copy-text svg {
    height: 20px;
    width: auto;
    margin-top: 7px;
    fill: white;
}


.esim-qr .form-control {
    background: white;
    color: black;
}
.toast-container {
    position: fixed;
    top: 30px;
    left: 0;
    right: 0;
    z-index: 10000;
    pointer-events: none;
    padding: 0 8px;
}

/* Toast Base Styles - Dark Theme Optimized */
.toast {
    background: rgba(18, 18, 18, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 16px;
    margin: 8px 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5), 0 1px 3px rgba(255, 255, 255, 0.1) inset;
    border: 0.5px solid rgba(255, 255, 255, 0.2);
    pointer-events: auto;
    position: relative;
    overflow: hidden;
    transform: translateY(-100px);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
}

.toast.show {
    transform: translateY(44px);
    opacity: 1;
}

.toast.hide {
    transform: translateY(-100px);
    opacity: 0;
}

/* Toast Content */
.toast-content {
    padding: 14px 16px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.toast-icon-container {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.toast-icon {
    width: 20px;
    height: 20px;
    color: white;
}

.toast-text {
    flex: 1;
    min-width: 0;
}

.toast-title {
    font-weight: 600;
    font-size: 16px;
    color: #f5f5f7;
    line-height: 1.2;
    margin-bottom: 2px;
    letter-spacing: -0.3px;
}

.toast-message {
    font-size: 14px;
    color: rgba(245, 245, 247, 0.8);
    line-height: 1.3;
    letter-spacing: -0.1px;
}

/* Toast Type Colors - Enhanced for Dark Theme */
.toast.success .toast-icon-container {
    background: rgba(52, 199, 89, 0.25);
    border: 1px solid rgba(52, 199, 89, 0.3);
}

.toast.success .toast-icon {
    color: #30d158;
}

.toast.error .toast-icon-container {
    background: rgba(255, 69, 58, 0.25);
    border: 1px solid rgba(255, 69, 58, 0.3);
}

.toast.error .toast-icon {
    color: #ff453a;
}

.toast.warning .toast-icon-container {
    background: rgba(255, 159, 10, 0.25);
    border: 1px solid rgba(255, 159, 10, 0.3);
}

.toast.warning .toast-icon {
    color: #ff9f0a;
}

.toast.info .toast-icon-container {
    background: rgba(10, 132, 255, 0.25);
    border: 1px solid rgba(10, 132, 255, 0.3);
}

.toast.info .toast-icon {
    color: #0a84ff;
}

/* Swipe to dismiss */
.toast.swipe-right {
    transform: translateY(44px) translateX(100%);
    opacity: 0;
    transition: all 0.3s ease-out;
}

.toast.swipe-left {
    transform: translateY(44px) translateX(-100%);
    opacity: 0;
    transition: all 0.3s ease-out;
}

/* Haptic feedback indicator */
.toast.haptic {
    animation: hapticPulse 0.1s ease-out;
}

@keyframes hapticPulse {
    0% { transform: translateY(44px) scale(1); }
    50% { transform: translateY(44px) scale(1.02); }
    100% { transform: translateY(44px) scale(1); }
}

/* Multiple toast stacking */
.toast:nth-child(2) {
    transform: translateY(-100px) scale(0.95);
    z-index: 9998;
}

.toast:nth-child(2).show {
    transform: translateY(52px) scale(0.95);
}

.toast:nth-child(3) {
    transform: translateY(-100px) scale(0.9);
    z-index: 9997;
}

.toast:nth-child(3).show {
    transform: translateY(60px) scale(0.9);
}

/* Responsive adjustments */
@media (max-width: 414px) {
    .toast {
        margin: 8px;
        max-width: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .toast {
        transition: opacity 0.3s ease;
    }
    
    .toast.show {
        transform: translateY(44px);
    }
}

.sheet-content {
    width: 100%;
}

.payment-methods-container {
    border: 1px solid #ddd;
    border-radius: 10px;
    display: flex
;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 20px;
    overflow: hidden;
    margin-top: 20px;
}


.payment-method-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 5px;
    white-space: nowrap;
    overflow: hidden;
    margin: 0;
    font-weight: normal;
    color: black;
    border-bottom: 1px solid #ddd;
    padding: 15px;
}

.payment-method-item * {
    margin: 0!important;
}

.payment-method-item:last-child {
    border-bottom: none;
}

.sheet-top-line {
    height: 5px;
    width: 60px;
    border-radius: 50px;
    background: #ddd;
    position: absolute;
    top: 15px;
}



/* iOS Style Form Controls */
.form-control {
    background-color: #ffffff;
    border: 1px solid #d1d1d6;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.41176;
    padding: 12px 16px;
    color: #000000;
    transition: all 0.15s ease-in-out;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

.form-control:focus {
    background-color: #ffffff;
    border-color: #007AFF;
    outline: 0;
    box-shadow: 0 0 0 1px rgba(0, 122, 255, 0.4);
    color: #000000;
}

.form-control::placeholder {
    color: #8e8e93;
    opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #f2f2f7;
    border-color: #d1d1d6;
    color: #8e8e93;
}

/* Select styling */
.form-select {
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px 12px;
    border: 1px solid #d1d1d6;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 400;
    padding: 12px 40px 12px 16px;
    color: #000000;
    transition: all 0.15s ease-in-out;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

.form-select:focus {
    border-color: #007AFF;
    outline: 0;
    box-shadow: 0 0 0 1px rgba(0, 122, 255, 0.4);
}

/* Textarea styling */
textarea.form-control {
    resize: vertical;
    min-height: 80px;
}

/* Checkbox and Radio styling */
.form-check-input {
    width: 20px;
    height: 20px;
    margin-top: 0.125em;
    border: 2px solid #d1d1d6;
    border-radius: 6px;
    background-color: #ffffff;
    transition: all 0.15s ease-in-out;
}

.form-check-input:checked {
    background-color: #007AFF;
    border-color: #007AFF;
}

.form-check-input[type="radio"] {
    border-radius: 50%;
}

.form-check-input:focus {
    border-color: #007AFF;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(0, 122, 255, 0.25);
}

/* Switch styling */
.form-check-input[type="checkbox"].form-switch {
    width: 48px;
    height: 28px;
    border-radius: 14px;
    background-color: #e5e5ea;
    border: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type="checkbox"].form-switch:checked {
    background-color: #34c759;
    background-position: right center;
}

/* Labels */
.form-label {
    color: #000000;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 8px;
}

/* Button styling to match */
.btn-primary {
    background-color: #007AFF;
    border-color: #007AFF;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 600;
    padding: 12px 24px;
    box-shadow: none;
    border: none;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #0051D0;
    border-color: #0051D0;
    box-shadow: none;
}

.btn-primary:active {
    background-color: #004085;
    border-color: #004085;
}

/* Form groups spacing */
.mb-3 {
    margin-bottom: 20px !important;
}

h2 {
    font-size: 28px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 24px;
    text-align: center;
}

.form-text {
    font-size: 13px;
    color: #8e8e93;
    margin-top: 4px;
}


#freeze {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 9999;
    display: none;
}

.error-loading {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    text-align: center;
    width: 100%;
    height: calc(100% - 113px);
    justify-content: center;
    gap: 10px;
}

.error-loading * {
    margin: 0!important;
}

.error-loading svg {
    height: 100px;

}

.error-loading h3 {

}

.error-loading p {

}

.error-loading p:last-child {
    margin: 0;
}

.payment-methods-container .alert {
    margin-bottom: 0;    
}