.navbar .title-large-text {
  text-align: center;
  margin-top: 20px;
}

.signin-image{
  margin-top: 20%;
  margin-bottom: 20%;
  
}
#login_content .signin-image img , .platformlogo center img{  background: rgba(255,255,255,0.5); }
.navbar .title-large-text {
  font-size: x-large;
}
.platformlogo center img { border-radius: 10px;padding: 0px 5px 5px 5px;}
.detailed-list .badge {
  height: 46px;
  padding: 0px 10px;
  font-size: 12px;
}

.detailed-list .item-content {
  box-shadow: var(--block-shadow);
}

.detailed-list .item-content {
  padding: 10px;
}

.card-author-footer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 5px 0px;
}


.card.card-album .card-image img {
  aspect-ratio: 1/1;
  object-fit: contain;
}

.card-author-footer .card-date {
  color: var(--text-color);
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
  text-overflow: unset;
  width: 100%;
}

.hidden-paragraph{
  display: none;
}

/* Rating CSS */
.rating {
  --dir: right;
  --fill: gold;
  --fillbg: rgb(236 241 245);
  --heart: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 21.328l-1.453-1.313q-2.484-2.25-3.609-3.328t-2.508-2.672-1.898-2.883-0.516-2.648q0-2.297 1.57-3.891t3.914-1.594q2.719 0 4.5 2.109 1.781-2.109 4.5-2.109 2.344 0 3.914 1.594t1.57 3.891q0 1.828-1.219 3.797t-2.648 3.422-4.664 4.359z"/></svg>');
  --star: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 17.25l-6.188 3.75 1.641-7.031-5.438-4.734 7.172-0.609 2.813-6.609 2.813 6.609 7.172 0.609-5.438 4.734 1.641 7.031z"/></svg>');
  --stars: 5;
  --starsize: 3rem;
  --symbol: var(--star);
  --value: 1;
  --w: calc(var(--stars) * var(--starsize));
  --x: calc(100% * (var(--value) / var(--stars)));
  block-size: var(--starsize);
  inline-size: var(--w);
  position: relative;
  touch-action: manipulation;
  -webkit-appearance: none;
}
[dir="rtl"] .rating {
  --dir: left;
}
.rating::-moz-range-track {
  background: linear-gradient(to var(--dir), var(--fill) 0 var(--x), var(--fillbg) 0 var(--x));
  block-size: 100%;
  mask: repeat left center/var(--starsize) var(--symbol);
}
.rating::-webkit-slider-runnable-track {
  background: linear-gradient(to var(--dir), var(--fill) 0 var(--x), var(--fillbg) 0 var(--x));
  block-size: 100%;
  mask: repeat left center/var(--starsize) var(--symbol);
  -webkit-mask: repeat left center/var(--starsize) var(--symbol);
}
.rating::-moz-range-thumb {
  height: var(--starsize);
  opacity: 0;
  width: var(--starsize);
}
.rating::-webkit-slider-thumb {
  height: var(--starsize);
  opacity: 0;
  width: var(--starsize);
  -webkit-appearance: none;
}
.rating, .rating-label {
  display: block;
  font-family: ui-sans-serif, system-ui, sans-serif;
}
.rating-label {
  margin-block-end: 1rem;
}

/* NO JS */
.rating--nojs::-moz-range-track {
  background: var(--fillbg);
}
.rating--nojs::-moz-range-progress {
  background: var(--fill);
  block-size: 100%;
  mask: repeat left center/var(--starsize) var(--star);
}
.rating--nojs::-webkit-slider-runnable-track {
  background: var(--fillbg);
}
.rating--nojs::-webkit-slider-thumb {
  background-color: var(--fill);
  box-shadow: calc(0rem - var(--w)) 0 0 var(--w) var(--fill);
  opacity: 1;
  width: 1px;
}
[dir="rtl"] .rating--nojs::-webkit-slider-thumb {
  box-shadow: var(--w) 0 0 var(--w) var(--fill);
}
.rating {
  background-color: transparent;
}

/* Rating CSS End*/


.card-image:has(.card-image-footer) img {
  object-fit: scale-down;
  aspect-ratio: 16/10;
}

.booth-pdf {
  position: absolute;
  top: 2px;
  left: 0px;
}

.booth-video {
  position: absolute;
  top: 2px;
  right: 0px;
}

.card {
  background: none;
  border-radius: 18px;
  box-shadow: var(--block-shadow);
  overflow: hidden;
  margin: 20px 0;
  display: block;
  border: 1px solid #e3e3e4;
}

.booth_count {
  font-size: 18px;
  margin-top: 3px;
  margin-left: 5px;
}

.card .card-category {
  display: flex;
}

.card-image-footer {
  padding: 30px 18px 15px 18px;
}

.brouchre-name{
text-overflow: ellipsis;
white-space: normal;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}

.collection-btn{
font-size: 12px;
}

.button.disabled  {
cursor: not-allowed;
opacity: 0.5;
}

.booth_self_mail.disabled  {
cursor: not-allowed;
opacity: 0.5;
}

input[type="text"], input[type="date"],input[type="time"], input[type="datetime-local"], input[type="email"], input[type="password"], textareainput, input[type="number"] {
background-color: var(--light-gray);
width: 100%;
height: 44px;
padding: 0 0 0 15px;
border-radius: 10px;
color: var(--title-color);
font-weight: 500;
margin-bottom: 20px;
font-size: 15px;
}

#actImg{
  width: 150px;
  border-radius: 50%;
  height: 150px;
}

.edit-profile-image {
position: absolute;
bottom: 15px;
right: 8px;
background-color: #0091de;
border-radius: 50%;
border: 1px solid #fff;
width: 30px;
height: 30px;
display: flex;
align-items: center;
justify-content: center;
}

.category-slide {
color: var(--title-color) !important;
}

.session_days{
text-align: center !important;
}

.notes-btn{
color: var(--f7-theme-color) !important;
}

.session_days.active{
background-color: var(--f7-theme-color) !important;
color: white !important;
}

.detailed-list .item-content {
border-radius: 10px;
justify-content: flex-start;
}

.notification-list.detailed-list .item-media img {
width: 50px;
height: 50px;
}

.preloader-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 1); /* Adjust the background color and opacity as needed */
display: flex;
align-items: center;
justify-content: center;
z-index: 999; /* Adjust the z-index to make sure it overlays other content */
}

.author-slide img {
width: 60px;
border-radius: 50%;
height: 60px;
object-fit: cover;
}

.avatar-reply {
position: relative;
left: 0;
padding: 0px;
overflow: hidden;
width: 25px;
text-align: center;
background: #fff;
height: 25px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}

.avatar-reply {
left: 0;
background: var(--f7-message-sent-bg-color, var(--f7-theme-color));
}

.message:not(.message-last) .message-avatar {
opacity: 1;
}

.profile-image img {
width: 120px;
border-radius: 50%;
height: 120px;
object-fit: cover;
}

.panel .profile-header .profile-image img {
width: 90px;
height: 90px;
object-fit: cover;

}

.preloader-backdrop {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255);
z-index: 9999;
opacity: 1;
}

.initials{
align-items: center;
justify-content: center;
font-size: 20px;
width: 60px;
height: 60px;
border-radius: 50%;
object-fit: cover;
margin: 0px;
text-transform: uppercase;
padding: 15px 15px 15px 15px;
}

.navbar .title, .navbar .left, .navbar .right {
position: relative;
z-index: 99999;
}

.sch_meeting.disabled  {
cursor: not-allowed;
opacity: 0.5;
}

/* .about_ctn:after,
.session-container:after,
.sponsor-container:after,
.feedback-container:after,
.speaker-container:after {
content: '';
position: unset;
background-color: var(--f7-list-item-border-color);
display: block;
height: 1px;
width: 100%;
transform-origin: 50% 100%;
transform: scaleY(calc(1 / var(--f7-device-pixel-ratio)));
} */

.section-hr{
background-color: var(--f7-list-item-border-color);
display: block;
height: 1px;
width: 100%;
transform-origin: 50% 100%;
transform: scaleY(calc(0.8 / var(--f7-device-pixel-ratio)));
}

#add-new-grp-btn{
height: 35px;
text-transform: none;
font-weight: 500;
font-size: 12px;
border-radius: 22px;
margin: 0px 0px;
width: fit-content;
}

.list .item-after {
flex-shrink: unset;
}

.list .session_title{
text-overflow: ellipsis;
white-space: normal;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
text-align: left;
margin-left: 5px;
}


.single-post-date {
color: var(--text-color);
font-size: 16px;
margin-top: 10px;
margin-bottom: 10px;
}

.navbar-profile img {
width: auto;
max-height: 20px;
margin-left: 20px;
}

.signin-image img {
max-width: 250px;
max-height: 150px;
border-radius: 10px;
padding: 0px 10px;
}

.platformlogo{
position: fixed;
bottom: 0;
left: 0;
width: 100%;
text-align: center;
}

.platformlogo img{
width: 100px;
}

.live_session_a img{
margin-right: 10px;
max-height: 50px;
width: auto;
border-radius: 5px;
}

.live_session_a i {
margin-right: 10px;
font-size: 35px;
font-weight: 400;
color: #ffffff;
position: absolute;
margin-left: 24px;
}

@keyframes blinker {
0% { opacity: 1; }
50% { opacity: 0; }
100% { opacity: 1; }
}

.blink_me {
animation: blinker 1.2s linear infinite;
height: 12px;
width: 12px;
border-radius: 50%;
background: green;
margin-right: 5px;
-webkit-animation: blinker 1.2s linear infinite; /* Safari and Chrome */
-moz-animation: blinker 1.2s linear infinite; /* Firefox */
-o-animation: blinker 1.2s linear infinite; /* Opera */
}

.live_session_a.active {
background: rgba(47, 44, 44, 0.2);
cursor: not-allowed;
pointer-events: none;
}

.accordion-item .item-inner{
overflow: hidden;
}

.accordion-item .item-title{
white-space: pre-wrap;
}

.timelist {
font-size: 12px;
float: right;
text-align: right;
font-weight: 400;
font-style: italic;
white-space: nowrap;
color: var(--f7-tabbar-link-active-color, var(--f7-theme-color));
}

.poll_percentage{
color: var(--f7-tabbar-link-active-color, var(--f7-theme-color));
}

.progressbar-container .poll_progress_bar{
margin-top: 0px;
margin-left: 5px;
}

.poll_progress_div .item-inner {
padding: 0px 10px;
}

.poll_progress_div ul li{
display: block;
min-height: 75px;
}

.poll_progress_div .badge-with-icon {
height: 24px;
padding: 0 10px 0 10px;
}

.rating {
--fill: var(--f7-theme-color);
}

.navbar-profile img {
  margin-left: 5px;
  border-radius: 3px;
  width: 120px;
  max-height: inherit;
}

.ios .navbar a.icon-only.navbar-profile {  width: 120px; }

#app{
max-width: 487px;
  margin: 0 auto;
}

.card-author-footer .card-author {
min-height: 45px;
}

.category-slide {
  line-height: 15px;
  font-size: 12px;
  padding: 6px 12px;
}

#polls_list_data .item-title{
  margin-right: 5px;
}

#notes_textarea{
  height: 100%;
}

#save_msg{
  float: right;
}

.booth_header .album-cover{
  width: 30%;
  box-shadow: var(--block-shadow);
  padding: 10px;
}

.stock-item .icons_cal {
  width: 40px;
  margin-right: 15px;
  font-size: 35px;
}

.segmented-strong .button.tab-link-active{
  --f7-button-bg-color: var(--f7-theme-color);
}

.text-color-theme{
  color: var(--f7-theme-color) !important;
}

#bookmarked_session_data{
  margin-top: 15px;
}

.segmented.segmented-strong .button {
  margin: 0;
  border-radius: 12px;
  font-size: 12px;
}

.stock-item img {
  width: 50px;
  margin-right: 15px;
  border-radius: 17px;
  height: 50px;

}

.colored-icon {
  background-color: #ebebf2;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2px;
  color: var(--title-color);
}

.colored-icon.pink {
  color: var(--f7-theme-color);
  background-color: rgb(236 241 245);
}

.notes_download_btn{
  display: flex;
}

.list li.accordion-item ul {
  padding-left: 20px;
  padding-right: 20px;
}

.att_initials {
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: initial;
  margin: 0px;
  text-transform: uppercase;
  margin-right: 5px;
  padding: 15px 15px 15px 15px;
  font-size: 13px;
}

.all_att_list .album-title {
  font-size: 12px;
}

.all_att_list .album-author {
  font-size: 12px;
}

.stock-item-title, .stock-item-value {
  font-size: 13px;
}

.stock-item-change{
  font-size: 13px;
}
.stock-item-value{
  text-align: right;
}

#sessionData .stock-item-title, #sessionData .stock-item-value {
  font-weight: 500;
  color: var(--title-color);
  font-size: 13px;
}

.stock-item-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
}

#sessionData .stock-item-value {
  text-align: right;
}

.sponsor_div{
  margin: 0px 5px 0px 5px;
}

#announcementData .item-inner {
  display: block;
}

.login_background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: bottom;
  filter: blur(6px); /* Adjust the blur value as needed */
  z-index: -1; /* Ensure it's behind other content */
}

.ongoing_event {
  background-color: #ffffff;
}
.upcoming_event{
pointer-events: none;
background-color: #c7c7c7;
}


#quiz_data .list .item-title{
  white-space: normal;
}

input:disabled {
  opacity: 0.5; 
}

.event_name{
  white-space: normal !important;
}

#att_search_btn{
  width: 20%;
  height: 40px;
}

#meeting_disclosure{
  margin: 0px;
  font-size: 12px;
}

.album-grid img {
  border-radius: 50%;
}

.all_att_search .searchbar-input-wrap{
  display: flex;
}

.all_att_search .all_att_filter_icon{
  margin-top: 6px;
  margin-right: 5px;
}


.top_menu {
  position: relative; /* Initially position relative */
}
.top_menu.fixed {
  position: fixed;
  top: 35px;
  z-index: 111111111;
  background: #fff;
  padding: 10px 0;
}

.trouble_logging{
  font-weight: 500;
  padding: 8px;
  border-radius: 10px;
  background: rgb(236 241 245);

}

.login-separator{
  color: var(--f7-theme-color);
}

.otp_res_msg{
  font-weight: 500;
  padding: 8px;
  font-style: italic;
  border-radius: 10px;
  background: rgba(255,255,255,0.5);
}

#feedback_iframe{
  height: 100%;
}


.navbar-large-collapsed .event_name{
  white-space: nowrap !important;

}
@media (min-width: 630px) and (min-height: 630px){
.popup:not(.popup-tablet-fullscreen) {
    --f7-safe-area-top: 0px;
    --f7-safe-area-bottom: 0px;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0;
    margin-left: 0px;
    margin-top: 0px;
    transform: translate3d(0, 100vh, 0);
    border-radius: var(--f7-popup-tablet-border-radius, var(--f7-popup-border-radius));
}
}

#sponsor_list .category-item {
  height: 150px;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  border: 1px solid #e3e3e4;
  padding: 5px;
  box-shadow: var(--block-shadow);
}

#sponsor_list .category-item img {
  object-fit: contain;
  height: 100%;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  filter: brightness(100%);
}

.album-grid img {
  width: 40px;
  border-radius: 50%;
  margin-right: 10px;
  height: 40px;
}

#all_speaker_list.album-grid a {
  background: #ECF1F5;
    margin: 5px;
    padding: 5px;
    border-radius: 10px;
  }
  
  
  
#all_speaker_list .album-title ,#all_speaker_list .album-author { white-space: inherit;  } 

.privacy_box { line-height: 10px;
  font-size: 10px;
  color: #000;
  background: rgba(255,255,255,0.5);
  padding: 10px;
  margin-top: 50px;
  border-radius: 5px;}


.info-block {
    background-color: var(--light-gray);
    padding: 8px 8px;
    border-radius: 10px;
    margin-top: 15px;
    margin-bottom: 5px;
    position: relative;
}

.info-block p {
  font-size: 12px;
  color: #708197;
  margin: 0;
}

.chat_blink{
  position: absolute;
  top: 0px;
  left: 56px;
  z-index: 9999999;
}

.booth_list img {
  object-fit: scale-down;
  aspect-ratio: 16/10;
}

.margin0{
  margin: 0 !important;
}

#all_speaker_list .card-author-footer .card-date{
  height: auto;
}

.mobile_num_container{
  grid-template-columns: 1fr 2fr;
}

#business_card_data .item-media img{
  height: 50px;
  border-radius: 50%;
}


.search-container {
  position: relative;
  width: 300px;
}
.search-input {
  width: 100%;
  padding: 10px;
  font-size: 16px;
}
.suggestions-container {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  display: none;
}
.suggestion {
  padding: 10px;
  cursor: pointer;
}
.suggestion:hover {
  background-color: #f0f0f0;
}
.selected-attendee {
  display: inline-block;
  margin: 5px;
  padding: 5px 10px;
  background-color: #f0f0f0;
  border-radius: 20px;
}
.selected-attendee span {
  margin-left: 5px;
  cursor: pointer;
}

#all_att_list .item-content {
  padding: 0px;
}

#all_att_list .item-content{
  padding-left: 15px;
}

#all_att_list .grid{
  margin: 0px 0;
  display: flex;
}

#all_att_list .button {
  width: 100%;
  height: 38px;
  text-transform: none;
  font-weight: 700;
  font-size: 14px;
  border-radius: 10px;
  margin: 10px 1px;
}

#all_att_list .item-footer {
  white-space: normal;
}


.atcb-button {
  align-items: center;
  background-color: #ffffff;
  border: none;
  border-radius: var(--btn-border-radius);
  box-shadow: var(--btn-shadow);
  box-sizing: content-box;
  color: #bc3630;
  cursor: pointer;
  display: contents;
  font-family: var(--font);
  font-size: 1em;
  font-weight: var(--btn-font-weight);
  justify-content: center;
  line-height: 1.5em;
  margin: .13em;
  max-width: 50px;
  padding: var(--btn-padding-y) var(--btn-padding-x);
  position: relative;
  text-align: center;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  width: 77px;
  z-index: 1;
}


.atcb-button:not(.atcb-no-text,.atcb-modal-style,.atcb-dropoverlay,.atcb-single) {
  min-width: fit-content !important;
}

.atcb-text {
  overflow-wrap: anywhere;
  display: none !important;
}

.atcb-saved .atcb-checkmark {
  display: none !important;
}


.timeline-item-content{
  width: 100%;

}


#focus_top swiper-slide .card {
  margin: 0;
  min-height: 100px;
}
#focus_bottom.grid-demo > * {
  padding: 10px 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border: 1px solid #c597db;

}

.focus_top_title{
  font-size: 13px;
  text-align: center;
}

#focus_bottom .card {
  background: none;
  border-radius: 0px;
  box-shadow: none;
  overflow: hidden;
  margin: 0px 0;
  display: block;
  border: 0px;

}

#focus_bottom .card-footer{
  color: var(--f7-theme-color);
  font-weight: 600;
} 

#speakerList .card-image img {
  aspect-ratio: auto;
  object-fit: contain;
}

#all_speaker_list .card-image img {
  aspect-ratio: auto;
  object-fit: contain;
}

#speaker_addi_data_modal{
  text-align: center;
}

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}

.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}

.table-bordered>:not(caption)>* {
  border-width: 1px 0;
}

.grid-demo > * {
border-radius: 15px;
}

#all_att_list .grid {
  margin: 0px 0;
  display: flex;
}

#all_att_list .item-footer {
  white-space: normal;
}

#all_att_list  .detailed-list .item-media img.event-thumbnail {
  border-radius: 50%;
}

.detailed-list .item-media img {
  width: 50px;
  height: 50px;
  border-radius: 50% !important;
}

.card .card-category.bg-color-white {
  color: var(--f7-theme-color);
}

#hall_filter_list .list .item-title {
  font-size: 15px;
  font-weight: 500;
  color: var(--title-color);
  white-space: normal;
}

.dark #booth_content p span{
  color: rgb(250 244 244 / 90%) !important;
}

#focus_top swiper-slide .card {
  background: #2f0162;
}

#focus_top .card-footer {
  color: white;
}

.limited-content {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6; /* Limit to 4 lines */
  -webkit-box-orient: vertical;
}

.expanded-content {
  -webkit-line-clamp: unset; /* Remove line clamp for full view */
}

.read-more-btn {
  display: none; /* Hidden by default */
  margin-top: 10px;
}

.show-btn {
  display: block; /* Show the button */
}

#feedback_additional_fileds .list .item-title {
  color: #99a0a7;
}

#feedback_additional_fileds .light-gray-title {
  color: #1e2b47;
  font-weight: 600;
}

#feedback_additional_fileds_data .list .item-title {
  color: #99a0a7;
}

#feedback_additional_fileds_data .light-gray-title {
  color: #1e2b47;
  font-weight: 600;
}

#socialMediaLinks .actions-button {
  width: 20%;
  display: block;
  color: var(--f7-actions-grid-button-text-color);
  height: auto;
  line-height: 1;
  padding: 6px;
}
.fc-direction-ltr {
  direction: ltr;
  text-align: left;
  max-height: 100%;
  height: 100%;
}

.fc .fc-toolbar-title {
  font-size: 1.10em;
  margin-left: 10px;
}

#quiz_data .light-gray-title{
  color: #1e2b47;
}

#quiz_data .list .item-title {
  color: #99a0a7;
}
.ios label.item-radio-icon-start > .icon-radio {
  border: 1px solid #9a3bc0;
}

#focus_bottom.grid-demo > * {
  border: 1px solid #000000;
}

#focus_bottom .card-footer {
  color: #000;
  font-weight: 600;
}

.dark #focus_bottom .card-footer {
  color: #fff;
  font-weight: 600;
}

.tabbar a, .tabbar-icons a {
  color: #3c3d40;
}

.booth_count {
  font-size: 18px;
  margin-top: 15px;
  margin-left: 5px;
}