
.red {
  background-color: red;
}
 
.right {
     float: right;
}
.fjetupdate-update-content-wrap {
  margin: 10px 0;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 255, 0.5);
  background-color: #fff;
}
.fjetupdate-id-boxi,
.fjetupdate-btn {
  display: inline-block;
}


.fjetupdate-update.badge { 
  flex: 0 0 50%; 
  max-width: max-content; 
  text-align: right; 
  font-size: 14px; 
  font-weight: 600; 
  background-color: #fff; 
  padding: 3px 5px; 
  border-radius: 5px; 
  box-shadow: 0 0 0 1px #d5dcec;
  
}



.fjetupdate-id-boxi {

    flex:  0 0 50%; 
    max-width:  max-content; 
    background-color: #916dfd; 
    padding: 3px 5px; 
    border-radius: 5px; 
    color: #fff; 
    width: max-content; 
    font-size: 14px; 
    font-weight: 400;
}

.fjetupdate-btn {
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: not-allowed;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  user-select: none;
}

.fjetupdate-btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.fjetupdate-update {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
  
}

.fjetupdate-badge {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  padding: 0.25em 0.4em;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
 
}

.fjetupdate-disabled {
  opacity: 0.5;
  cursor: not-allowed !important;
}

.fjetupdate-update-ser-name {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  margin-top: 10px;
}

.fjetupdate-update-date {
  font-size: 12px;
  color: #888;
  margin-top: 5px;
}

@media screen and (min-width: 992px) {
  .fjetupdate-update-content-wrap {
    min-height: 80px;
  }
}

.infoi {
  width: 100%; 
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.infoi {
  z-index: 10;
}

.card {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 20px;
  text-align: center;
  color: #333;
  margin: 0 auto;
  position: relative;
}

.card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 0 20px 0 0;
}

.card::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 20px 0 0 0;
}

.balance-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.green {
  background-color: green;
}
.balance {
  font-size: 48px;
  font-weight: bold;
  margin: 0;
  animation: fadeIn 1s ease-in-out;
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

.service-price {
  display: flex;
  color: #333;
}

.price-label {
  margin-right: 2px;
  padding: 5px;
  background-color: #ff6b6b;
  border-radius: 5px 0 0 5px;
}

.price-value {
    padding: 5px;
  font-weight: bold;
  color: #ff6b6b;
}
.top-element {
  position: absolute;
  z-index: 9999;
  /* other styles */
}/* Default styles for the Google Translate dropdown */
#google_translate_element {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
}

#google_translate_element select {
  background: #ffffff;
  color: #157af6;
  border: none;
  border-radius: 20px;
  padding: 6px 8px;
  border: 1px solid #e1e4e8;
}

/* Hide the Google Translate link and logo */
.goog-logo-link {
  display: none !important;
}

.goog-te-gadget {
  color: transparent !important;
}

/* Hide the Google Translate banner frame */
.goog-te-banner-frame {
  display: none !important;
}

/* Media query for small screens */
@media screen and (max-width: 767px) {
  /* Adjust the width and position of the Google Translate dropdown */
  #google_translate_element select {
    width: 100%;
    margin-bottom: 10px;
  }
}


.ashok-navbar-nav {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ashok-navbar-nav > .ashok-nav-item {
  position: relative;
}

.ashok-navbar-nav a {
  display: block;
  padding: 10px 20px;
  color: #333;
  text-decoration: none;
}

.ashok-navbar-nav a:hover {
  background-color: #f5f5f5;
}

.ashok-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  max-height: 200px;
  overflow-y: scroll;
}

.ashok-navbar-nav > .ashok-nav-item:hover > .ashok-dropdown-menu {
  display: block;
}

.ashok-dropdown-menu > .ashok-nav-item > a {
  display: block;
  padding: 10px 20px;
  color: #333;
  text-decoration: none;
}

.ashok-dropdown-menu > .ashok-nav-item > a:hover {
  background-color: #f5f5f5;
}

/* Modern look styles */

.ashok-navbar-nav {
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  border-radius: 10px;

}

.ashok-navbar-nav a {
  color: #333;
}

.ashok-navbar-nav a:hover {
  background-color: #f5f5f5;
}

.ashok-dropdown-menu {
  border: none;
  border-radius: 0;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  max-height: 300px;
  overflow-y: auto;
}

.ashok-dropdown-menu > .ashok-nav-item > a {
  color: #333;
}

.ashok-dropdown-menu > .ashok-nav-item > a:hover {
  background-color: red;
}