body {
  background-color: #e1ecef;
  font-family: "Roboto", sans-serif;
}
.cover {
  display: none;
}
.navbar_header_top {
  top: 0;
  right: 0;
  left: 0;
  padding: 5px;
  height: 48px;
  z-index: 1030;
  display: flex;
  /*position: fixed;*/
  position: sticky;
  background-color: rgba(255,255,255,0.90);
}
.navbar_body_top {
  display: flex;
}
@media (max-width: 600px) {
  .navbar_body_top {
    display: none;
  }
}
.links {
  color: gray;
  margin-top: 6px;
  padding: 0px 5px;
  line-height: 15px;
  text-align: center;
}
.links:hover {
  color: gold;
}
.links:focus {
  color: limegreen;
}
.active {
  color: limegreen !important;
}
.icon_text {
  font-size: 10px;
  font-weight: bolder;
}
.navbar_header_down {
  right: 0;
  left: 0;
  bottom: 0;
  padding: 5px;
  z-index: 1030;
  display: flex;
  position: fixed;
  justify-content: center;
  background-color: rgba(255,255,255,0.90);
}
.navbar_body_down {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media (min-width: 600px) {
  .navbar_header_down {
    display: none;
  }
}
@media (max-width: 600px) {
  .links {
    color: green;
    line-height: 17px;
  }
}
@media (max-width: 600px) {
  .fi {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .icon_text {
    font-size: 12px;
  }
}
.ads_list_height {
  width: 100vw;
  height: 100vh;
  padding-top: 20px;
  padding-bottom: 10px;
  display: table-cell;
  /*vertical-align: middle;*/
}
.ads_list_width {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  max-width: 1300px;
  justify-content: center;
}
.ads_list_card {
  width: 100%;
  padding: 2px;
  margin: 0px 5px;
  max-width: 450px;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 15px;
  background-color: #f9f9f9;
}
.ads_list_text_header {
  top: 0px;
  width: 100%;
  display: flex;
  position: absolute;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.80);
}
.ads_list_text_body {
  color: black;
  font-size: 17px;
  padding: 1px 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: Verdana;
}
.ads_list_text_body:first-letter {
  text-transform: uppercase;
}
.ads_list_price_wrapper {
  position: relative;
}
.ads_list_price_header {
  bottom: 0px;
  width: 100%;
  display: flex;
  position: absolute;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.80);
}
.ads_list_price_body {
  color: black;
  font-size: 17px;
  overflow: hidden;
  padding: 0px 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: monospace;
}
.ads_list_date_body {
  color: black;
  font-size: 17px;
  overflow: hidden;
  padding: 0px 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: monospace;
}
.ads_list_footer_body {
  display: flex;
  padding-top: 6px;
  padding-left: 4px;
}
.ads_list_footer_category {
  padding: 0px 4px;
  line-height: 18px;
} 
.ads_list_footer_share {
  margin-right: 5px;
  margin-left: auto;
} 
.ads_view_card {
  width: 100%;
  padding: 2px;
  margin: 0px 5px;
  max-width: 750px;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 15px;
  background-color: #f9f9f9;
}
.ads_view_card_text_body {
  color: gray;
  padding: 5px;
  font-size: 16px;
  padding-top: 16px;
  border-radius: 4px;
  background-color: white;
  border: solid 1px #ccc5;
  word-break: break-word;
}
.ads_view_card_text_body:first-letter {
  text-transform: uppercase;
}
.ads_view_card_price_body {
  color: gray;
  padding: 5px;
  display: flex;
  margin-top: 5px;
  border-radius: 5px;
  background-color: white;
  border: solid 1px #ccc5;
  justify-content: space-between;
}

.ads_status_card {
  margin-top: 5px;
  /*padding: 0px 5px;*/
}

.mask {
  opacity: 0.9;
  display: block;
  cursor: pointer;
  transition: 0.20s ease-in-out;
}
.mask:hover {
  opacity: 0.5;
}
.blurfix {
  margin: 0px;
  padding: 0px;
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
} 
.blurfix img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.card-image {
  background: #fff center center no-repeat;
  background-size: cover;
  filter: blur(20px);
}
.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-image.is-loaded {
  filter: none;
  transition: filter 1s;
}
.card-image-no-blur {
  background: #fff center center no-repeat;
  background-size: cover;
}
.card-image-no-blur img {
  opacity: 0;
}
.card-image-static img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ads-image-actions {
  position: absolute;
  bottom: 6px;
  left: 6px;
  right: 6px;
  display: flex;
  justify-content: space-between;
  z-index: 2;
}
.ads-image-action-btn {
  border: 0;
  border-radius: 8px;
  padding: 6px 8px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  line-height: 1;
  cursor: pointer;
}
.ads-image-action-btn:hover {
  background: rgba(0, 0, 0, 0.75);
}
.girdbox {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 5px;
  padding: 5px 0px;
  columns: 6;
  margin-bottom: 10px;
}
.girdbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 500px) {
  .girdbox {
    grid-template-columns: 1fr 1fr;
  }
}

.auth_list_height {
  width: 100vw;
  height: 100vh;
  display: table-cell;
  vertical-align: middle;
}
.auth_list_width {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  max-width: 1300px;
  justify-content: center;
}
.auth_list_card {
  margin: auto;
  width: 100%;
  padding: 15px;
  max-width: 350px;
  overflow: hidden;
  border-radius: 5px;
  background-color: #f9f9f9;
}
.auth_text_link {
  display: flex;
  margin: 0px 2px;
  padding-top: 18px;
  justify-content: space-between;
}
.auth_text {
  color: darkgray;
  padding-bottom: 10px;
}
.telegram_auth_on {
  display: flex;
  margin-top: 20px;
  justify-content: center;
}
.telegram_auth_off {
  display: flex;
  margin-top: 20px;
  justify-content: center;
}

.user_icon_header {
  width: 37px;
  height: 37px;
  overflow: hidden;
  border-radius:50%;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  border: solid 1px gray;
}
.user_icon_body {
  width: 31px;
  height: 31px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 50%;
  align-items: center;
  display: inline-flex;
  background-color: gray;
  justify-content: center;
  text-transform: capitalize;
}
.user_icon_body::after {
  width: 1ch;
  color: #ffffff;
  overflow: hidden;
  font-family: monospace;
  content: attr(data-label);
}
.user_icon_is_on {
  width: 12px;
  height: 12px;
  margin-top: -14px;
  margin-left: 23px;
  position: absolute;
  border-radius: 50%;
  border: solid 1px white;
  background-color: limegreen;
}
.user_icon_is_off {
  width: 12px;
  height: 12px;
  margin-top: -14px;
  margin-left: 23px;
  position: absolute;
  border-radius: 50%;
  border: solid 1px gray;
  background-color: silver;
}
.text-owner,
.text-date,
.text-city,
.text-provinse,
.text-trade,
.text-cultivation,
.text-maincategory,
.text-subcategory {
  font-size: 12px;
}
.text-owner {
  color: darkblue;
  text-transform: capitalize;
}
.text-date {
  color: darkblue;
}
.text-city {
  color: #337ab7;
}
.text-provinse {
  color: #337ab7;
}
.text-trade {
  color: darkred;
}
.text-cultivation {
  color: darkred;
}
.text-maincategory {
  color: darkgreen;
}
.text-subcategory {
  color: darkgreen;
}

#sidebar .sidebar-brand {
  padding: 14px;
  font-size: 15px;
  font-weight: 600;
  color: #2f6f3e;
  letter-spacing: 0.02em;
  line-height: 1.35;
  border-bottom: 1px solid #e9ecef;
}

.select_body {
  margin: 20px 15px;
}

.select_body:last-of-type {
  border-bottom: none;
  padding-bottom: 4px;
}
.select_body_text {
  color: #495057;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 8px 2px 6px;
}

.select_header .form-control {
  border-radius: 6px;
  border: 1px solid #dee2e6;
  font-size: 14px;
}

.select_header .form-control:focus {
  border-color: #7cb98f;
  box-shadow: 0 0 0 0.18rem rgba(40, 167, 69, 0.18);
  outline: 0;
}


.mess_modal_info {
  color: darkred;
}
.mess_modal_title {
  color: red;
  font-size: 14px;
  padding-top: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.modal-content {
  border: none;
  padding: 10px;
  box-shadow: none;
  background-color: rgba(255,255,255,0.90);
}
.modal-title {
  color: brown;
  font-size: 18px;
  padding-top: 1px;
  padding-bottom: 6px;
}
.modal-body {
  padding: 4px 0px;
  margin-bottom: 10px;
  border-top: solid 1px white;
  border-bottom: solid 1px white;
}



.progress_header {
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  border: solid 1px white;
  /*box-shadow: 0 0rem 2rem skyblue;*/
  background-color: rgba(0,0,0,0.50);
}
.progress_body {  
  width: 100%;
  color: white;
  font-size: 16px;
  font-family: monospace;
  background-color: skyblue;
}


.uploaded_header {
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  border: solid 1px white;
  /*box-shadow: 0 0rem 2rem limegreen;*/
  background-color: rgba(0,0,0,0.50);
}
.uploaded_body {  
  width: 100%;
  color: white;
  font-size: 16px;
  font-family: monospace;
  background-color: limegreen;
}


.errors_header {
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  border: solid 1px white;
  /*box-shadow: 0 0rem 2rem red;*/
  background-color: rgba(0,0,0,0.50);
}
.errors_body {  
  width: 100%;
  color: white;
  font-size: 16px;
  font-family: monospace;
  background-color: red;
}
.header_alert {
  font-size: 12px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}
.accept_status_alert, 
.data_status_alert {
  display: none;
  color: white;
  z-index: 1030;
  margin-top: -41px;
  position: fixed;
  padding: 8px 20px;
  border-radius: 5px;
  font-family: monospace;
  background-color: limegreen;
  box-shadow: 0 0rem 2rem limegreen;
}
.reject_status_alert,
.block_status_alert,
.error_status_alert,
.upload_allow_alert, 
.upload_size_alert,
.upload_dup_alert {
  display: none;
  color: white;
  z-index: 1030;
  margin-top: -41px;
  position: fixed;
  padding: 8px 20px;
  border-radius: 5px;
  font-family: monospace;
  background-color: red;
  box-shadow: 0 0rem 2rem red;
}

.msg_status_alert {
  display: none;
  color: white;
  z-index: 1030;
  margin-top: -41px;
  position: fixed;
  padding: 8px 20px;
  border-radius: 5px;
  font-family: monospace;
  background-color: rgb(65, 195, 104);
  box-shadow: 0 0rem 2rem rgb(1, 255, 52);
}
.msg_link {
  color: wheat;
  text-decoration: underline !important;
}
.msg_btn {
  background-color: transparent;
  font-weight: bold;
  margin-left: 5px;
  border: none;
  padding: 0;
}

.fi-sr-search {
  color: silver;
  display: block;
  font-size: 16px;
  margin-top: 8px;
}
.search_body {
  margin: auto;
  display: flex;
  width: 100%;
  max-width: 600px;
  border-radius: 5px;
  /*border: solid 1px silver;*/
  position: relative;
}
.search_input {
  width: 100%;
  height: 38px;
  background-color: rgba(220,220,220,0.20);
}
.search_input:focus {
  outline: none !important;
  background-color: transparent;
}
.search_button {
  width: 40px;
  border: none;
  margin-left: -40px;
  outline: none !important;
  border-radius: 0px 5px 5px 0px;
  background-color: transparent;
}
/* jQuery UI autocomplete menu (faqat navbar qidiruv uchun).
   Eslatma: .ui-front global qo'yilsa, boshqa autocomplete'lar joylashuvini buzadi. */
.search_body .ui-front {
  overflow: auto;
  max-height: 550px;
  border-radius: 5px;
  border: solid 1px transparent !important;
  background-color: rgb(255, 255, 255, 0.90);
}
.search_body .ui-front::-webkit-scrollbar {
  width: 5px;
}
.search_body .ui-front::-webkit-scrollbar-track {
  background-color: #F0F2F5;
}
.search_body .ui-front::-webkit-scrollbar-thumb {
  background-color: silver;
}
.ui-menu-item-wrapper {
  color: black;
  margin: 5px !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  border: solid 1px transparent !important;
}

/* Navbar search autocomplete item separators (nafis chiziq). */
.search_body .ui-front .ui-menu-item-wrapper {
  padding: 6px 10px;
  margin: 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
}
.search_body .ui-front .ui-menu-item:last-child .ui-menu-item-wrapper {
  border-bottom: 0 !important;
}

/* jQuery UI autocomplete menu — navbar qidiruv (widget bodyga chiqadi, shuning uchun alohida class). */
.search-autocomplete-menu {
  overflow: auto;
  /* Keep menu compact: don't cover cards too much */
  max-height: 260px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.10) !important;
  background-color: rgba(255, 255, 255, 0.90);
  /* Keep menu above cards/content. Navbar is z-index:1030. */
  z-index: 3000 !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
  margin-top: 4px;
}

/* Ads create/update — autocomplete menu (location + category) */
.ads-location-menu.search-autocomplete-menu,
.ads-category-menu.search-autocomplete-menu {
  max-height: 360px;
  margin-top: 0;
  background-color: #fff;
  border: 1px solid rgba(40, 167, 69, 0.35);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
}
.search-autocomplete-menu::-webkit-scrollbar {
  width: 5px;
}
.search-autocomplete-menu::-webkit-scrollbar-track {
  background-color: #F0F2F5;
}
.search-autocomplete-menu::-webkit-scrollbar-thumb {
  background-color: silver;
}
.search-autocomplete-menu .ui-menu-item-wrapper {
  padding: 6px 10px;
  margin: 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
}
.search-autocomplete-menu .ui-menu-item:last-child .ui-menu-item-wrapper {
  border-bottom: 0 !important;
}
.dropup {
  margin-top: 1px;
}
.dropdown_nav_body {
  right: 0;
  left: auto;
  border: none;
  box-shadow: none;
  margin: 8px 0px !important;
  background-color: rgba(255,255,255,0.90);
}
.dropdown_nav_link {
  margin: 2px 0px;
}
.dropdown_card_body {
  width: 195px;
  box-shadow: none;
  padding-top: 8px;
  margin-top: -41px;
  margin-left: -190px;
  text-align: center;
}
.dropdown_card_link {
  color: gray;
  padding: 5px;
}
.dropdown_card_link:hover {
  color: limegreen;
}
.disabled_link {
  opacity: 0.5;
}
.dropdown_card_icon {
  font-size: 14px;
  vertical-align: 2px;
}
.dropdown-toggle {
  border: none;
  cursor: pointer;
  background-color: transparent;
}
.menu-center {
  left: 50% !important;
  right: auto !important;
  text-align: center !important;
  transform: translate(-50%, 0) !important;
}
.fi-sr-share {
  color: silver;
  display: block;
  font-size: 24px;
  padding-top: 8px;
}
.fi-sr-share:hover {
  color: gold;
  transition: all 0.4s;
}
.fi-sr-share:active {
  color: limegreen;
  transition: all 0.4s;
}
.share_icons {
  width: 14px;
  vertical-align: -2px;
}
.fi-sr-menu-dots-vertical {
  color: gray;
  display: block;
  font-size: 18px;
  padding-top: 12px;
}

.simple-lightbox {
  background-color: rgb(0, 0, 0, 0.80);
}
.sl-counter {
  color: white !important;
  font-size: 20px !important;
}
.sl-prev, .sl-next, .sl-close {
  color: white !important;
  font-size: 40px !important;
}
.sl-spinner {
  border-color: white !important;
}
.sl-caption {
  font-family: verdana;
  font-size: 16px !important;
}

.p0 {
  padding: 0px;
}
.p3 {
  padding-top: 3px;
}
.m0 {
  margin: 0px;
}
.mt5 {
  margin-top: 5px;
}
.mb5 {
  margin-bottom: 5px;
}
.my5 {
  margin: 5px 0px;
}
.mr1 {
  margin-right: 5px;
}
.ml1 {
  margin-left: 5px;
}
.mrauto {
  margin-right: auto;
}
.mlauto {
  margin-left: auto;
}
.d-none {
  display: none !important;
}
.w-100 {
  width: 100% !important;
}
.w-50 {
  width: 50% !important;
}

.dflex {
  display: flex;
}
.small {
  color: gray;
  font-size: 80%;
  line-height: 18px;
}
.btn {
  border: none !important;
  outline: none !important;
}
.mybtn {
  padding: 2px;
  width: 100%;
  max-width: 100px;
}
.mybtn:hover {
  filter: contrast(1.2);
}
.btnred {
  background-color: #dc3545;
}
.btngreen {
  background-color: #28a745;
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
}
.btnnone {
  border: none;
  cursor: pointer;
  margin: 0 !important;
  padding: 0 !important;
  background-color: transparent;
}
.textblue {
  color: blue !important;
}
.textgreen {
  color: green;
}
.textred {
  color: red !important;
}
.textlimegreen {
  color: limegreen !important;
}
.lightblue {
  color: #5bc0de !important;
}
.text-gold {
  color: #8a6d3b;
}
a {
  text-decoration: none !important;
}

a, button {
  -webkit-tap-highlight-color: transparent;
}

a:focus, a:active,
button:focus, button:active {
  outline: none;
}

a:hover {
  color: gold;
}

.pagins {
  text-align: center;
  margin-bottom: 25px;
}
.footer_header.site-footer {
  padding: 6px 10px 8px;
  background-color: #fff;
}

.site-footer {
  border-top: 1px solid #eee;
  font-size: 11px;
  line-height: 1.35;
  color: #6c757d;
}

.site-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.site-footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2px 4px;
  text-align: center;
}

.site-footer-copy {
  margin: 0;
  white-space: nowrap;
}

.site-footer-brand {
  font-weight: 600;
  color: #3d8b54;
}

.site-footer-links a:not(.site-footer-brand) {
  color: #6c757d;
}

.site-footer-links a:not(.site-footer-brand):hover,
.site-footer-links a:not(.site-footer-brand):focus {
  color: #2f6f3e;
  text-decoration: underline;
}

.site-footer-sep {
  color: #ced4da;
  user-select: none;
  padding: 0 1px;
}

.legal_page {
  max-width: 720px;
  margin: 0 auto;
  padding: 20px 20px 28px;
  line-height: 1.65;
  color: #212529;
  background-color: #fff;
  border: 1px solid #e8ece9;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(47, 111, 62, 0.08);
}

.legal_page_title {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 10px;
  color: #2f6f3e;
  line-height: 1.35;
}

.legal_page_lead {
  font-size: 14px;
  color: #6c757d;
  margin: 0 0 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e8ece9;
}

.legal_page_section {
  margin-bottom: 20px;
  padding-bottom: 4px;
}

.legal_page_section:last-child {
  margin-bottom: 0;
}

.legal_page_section h2 {
  font-size: 1.05rem;
  font-weight: 600;
  margin: 0 0 10px;
  color: #2f6f3e;
  padding-bottom: 6px;
  border-bottom: 1px solid #e8f0ea;
}

.legal_page_section p {
  margin: 0 0 10px;
  font-size: 14px;
}

.legal_page_section p:last-child {
  margin-bottom: 0;
}

.legal_page_section ul {
  margin: 0;
  padding-left: 1.25rem;
  font-size: 14px;
}

.legal_page_section li {
  margin-bottom: 8px;
}

.legal_page_section li:last-child {
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .footer_header.site-footer {
    margin-bottom: 62px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .site-footer-links {
    justify-content: center;
    row-gap: 4px;
  }
}
.form-control {
  /*border: none;*/
  box-shadow: none;
}
.help-block,
.alert-block {
  display: none;
}
.alert {
  font-size: 12px;
  text-align: center;
  padding: 10px 0px;
  padding-top: 12px;
  position: relative;
  margin-bottom: 15px;
}
.myalert {
  padding: 10px;
  padding-top: 12px;
  margin-bottom: 6px;
  text-align: left;
}

.textarea.form-control {
  height: 150px; 
  min-height: 150px; 
  max-height: 250px; 
}
::-webkit-scrollbar {
  width: 0px;
}
textarea::-webkit-scrollbar {
  width: 5px;
}
textarea::-webkit-scrollbar-track {
  background-color: silver;  
}
textarea::-webkit-scrollbar-thumb {
  background-color: gray;
}
.profile_view_ads_header {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  background-color: #fff9;
}
.profile_view_ads_body {
  margin: 5px;
  padding: 5px;
  background-color: white;
}
.multiField {
  display: none;
}

.text_breaks {
  word-break: break-word;
}

/* Ads create/update — autocomplete overlay + active input */
.ads-ac-overlay {
  position: fixed;
  inset: 0;
  z-index: 2990;
  background: rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s ease, visibility 0.15s ease;
}
.ads-ac-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
#ads_create_form input.ads-ac-active,
#ads_update_form input.ads-ac-active {
  position: relative;
  z-index: 2995;
  border-color: #28a745;
  box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.22);
}

/* Global lowercase nomlar/sarlavha uchun noto'g'ri (Toshkent, Piskent va h.k.) */
input.ads-location-input,
input.ads-location-input::placeholder,
input.ads-category-input,
input.ads-category-input::placeholder,
#id_title,
#id_title::placeholder,
#id_text,
#id_text::placeholder {
  text-transform: none;
}

.adsview_link {
  width: 100%;
  color: green;
  padding: 5px;
  margin: auto;
  margin-top: 4px;
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
  border-radius: 5px;
  border: solid 1px white;
  background-color: rgb(230, 230, 230, 0.50);
}