@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,200;6..12,300;6..12,400;6..12,500;6..12,600;6..12,700;6..12,800;6..12,900;6..12,1000&family=Outfit:wght@100;200;300;400;500;600;700;800;900&family=Spectral:wght@500&display=swap');

body {
	font-family: 'Nunito Sans', sans-serif;
	position: relative;
	overflow-x: hidden;
	background: url(../images/final_teaser.jpg) repeat center center;
	background-attachment: fixed;
}
.body_bg {
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}
body:after{
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/allastro.png) center center no-repeat;
    left: 0;
    top: 0;
    background-size: 100%;
    z-index: -1;
    background-attachment: fixed;
    opacity: 0.6;
}
.navbar {
	background: #08a7bf;
	transition: all ease-in 0.1s;
	padding: 0;
}
.navbar.bg-white {
	background: #fff;
}
.navbar.top {
	background: #08a7bf;
}
.navbar-brand img {
	max-height: 70px;
}
.nav-link {
	padding: 8px 24px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	color: #838383;
}
.nav-link:hover{
	color: #f9f9f9;
}
.nav-link.active{
	color: #f9f9f9;
}
.section_banner {
	padding: 150px 0;
	position: relative;
	margin-bottom: 100px;
	/* background: url(../images/banner_new.png) center left no-repeat; */
}
/* .section_banner:after {
	position: absolute;
	width: 100%;
	height: 100%;
	aspect-ratio: 1/1;
	background: url(../images/banner_new.png) top left no-repeat;
	background-size: 100%;
	content: '';
	left: 0;
	top: 100%;
} */
ol, ul {
    padding-left: 1.2rem;
}
.banner_meta {
	display: flex;
	margin-top: 24px;
	justify-content: center;
}
.banner_meta + .banner_meta {
	margin-top: 0;
}
.banner_meta_item {
	padding: 10px 20px 10px 0;
	margin-right: 20px;
	border-right: 1px solid #eee;
	text-align: center;
}
.banner_meta_item:last-child {
	padding-right: 0;
	border: none;
	margin-right: 0;
}
.banner_meta_item span {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	display: flex;
	align-items: center;
	white-space: nowrap;
	margin-bottom: 10px;
	justify-content: center;
}
.banner_meta_item span svg {
	margin-right: 10px;
	width: 20px;
	height: 20px;
}
.banner_meta_value {
	font-weight: 800;
	color: #fff;
	font-size: 16px;
	line-height: 1;
}
.partner_logo {
	display: inline-block;
	vertical-align: top;
}
.partner_logo img {
	max-width: 100px;
}
.partner_logo h6 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	color: #f9f9f9;
}
.section_heading h5 {
	font-size: 20px;
	color: #000000;
}
.section_heading h2 {
	font-size: 30px;
	font-weight: 700;
}
.section_heading h4 {
	font-size: 16px;
	margin-bottom: 40px;
	color: #f9f9f9;
}
.current_event {
	display: block;
	padding: 100px 0;
}
.current_event figure {
	margin: 0;
	line-height: 0;
	position: relative;
	-webkit-box-shadow: 10px 34px 26px rgb(14 64 173 / 10%);
	box-shadow: 10px 34px 26px rgb(14 64 173 / 10%);
}
.current_event figure img {
	max-width: 100%;
	border-radius: 26px;
	position: relative;
}
.current_event figure img.effect_1 {
	position: absolute;
    top: -49px;
    left: -45px;
    z-index: 2;
}
.current_event figure img.effect_2 {
	position: absolute;
	bottom: -23px;
	left: -36px;
	z-index: -1;
}
.bib_info_section figure {
	margin: 0;
	line-height: 0;
	position: relative;
	-webkit-box-shadow: 10px 34px 26px rgb(14 64 173 / 10%);
	box-shadow: 10px 34px 26px rgb(14 64 173 / 10%);
}
.bib_info_section figure img.effect_1 {
	position: absolute;
    top: -38px;
    left: -40px;
    z-index: 1;
    pointer-events: none;
}
.bib_info_section figure img.effect_2 {
	position: absolute;
    top: 49%;
    left: -14%;
    width: 90px;
}
.bib_info_section figure img.effect_4 {
	position: absolute;
    bottom: -28px;
    right: 2px;
}
.bib_info_section figure img.effect_3 {
	position: absolute;
    top: -37px;
    left: -45px;
    z-index: 2;
    width: 160px;
}
.register_section {
	/* background-color: #f5f7f9; */
	padding: 150px 0;
	position: relative;
}
.register_section:before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 285px;
    /* background-color: #0d5aa5;
    background-image: url(../images/bg-form.svg); */
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-clip-path: polygon(100% 0, 100% 91%, 50% 100%, 0 91%, 0 0);
    clip-path: polygon(100% 0, 100% 91%, 50% 100%, 0 91%, 0 0);
}
.register_section .container {
	position: relative;
}
.contact_form {
	background-color: rgb(0 124 141 / 49%);
	position: relative;
	padding: 40px 70px 0px;
	max-width: 610px;
}
.contact_form .form-group {
	margin-bottom: 24px;
}
.contact_form .form-control {
	display: block;
    width: 100%;
    height: 50px;
    padding: 0 30px;
    font-size: 18px;
    color: #8b8b8b;
    border: 1px solid #d9d9d9;
    -webkit-transition: .35s ease;
    transition: .35s ease;
    border-radius: 0;
}
.contact_form textarea.form-control {
	height: 120px;
}
.current_event h4 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 24px;
	color: #f9f9f9 !important;
}
.current_event p {
	font-size: 18px;
	margin-bottom: 24px;
	color: #f9f9f9;
}
.btn {
	font-size: 16px;
	padding: 12px 24px;
	border-radius: 3px;
	transition: all ease-in 0.5s;
	background: #084d84;
	color: #fff;
}
.btn.btn-red {
	background: #0b4a7e;
	color: #fff;
}
.btn.btn-red:hover {
	background: #000;
}
.btn:hover {
	background: #000;
	color: #fff;
}
.btn.btn-green {
	background: #86b04a;
	color: #fff;
}
.btn.btn-green:hover {
	background: #0b4a7e;
}
.event_meta {
	display: flex;
	margin-bottom: 24px;
}
.meta_item {
	padding: 10px 20px 10px 0;
	margin-right: 20px;
	border-right: 1px solid #eee;
}
.meta_item:last-child {
	padding-right: 0;
	border: none;
	margin-right: 0;
}
.meta_item span {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 800;
	color: #000;
	display: flex;
	align-items: center;
	white-space: nowrap;
	margin-bottom: 10px;
}
.meta_item span svg {
	margin-right: 10px;
	width: 20px;
	height: 20px;
}
.meta_value {
	font-weight: 600;
	color: #084d84;
	font-size: 16px;
    line-height: 1;
}
.about_section {
	display: block;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	/* background-color: #fbfbfb;
	background-image: url(../images/bg-1.svg); */
	padding: 100px 0px;
	-webkit-clip-path: polygon(100% 0%, 100% 95%, 50% 100%, 0 95%, 0 0, 50% 7%);
	clip-path: polygon(100% 0%, 100% 95%, 50% 100%, 0 95%, 0 0, 50% 7%);
}
.about_section h3 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 24px;
	color: #0b4a7e;
}
.about_section p {
	font-size: 18px;
	margin-bottom: 24px;
}
.about_meta {
	display: flex;
	margin-bottom: 24px;
}
.about_meta_item {
	padding: 10px 20px 10px 0;
	margin-right: 20px;
	border-right: 1px solid #eee;
}
.about_meta_item:last-child {
	padding-right: 0;
	border: none;
	margin-right: 0;
}
.about_meta_item span {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 800;
	color: #f9f9f9;
	display: flex;
	align-items: center;
	white-space: nowrap;
	margin-bottom: 10px;
}
.about_meta_item span svg {
	margin-right: 10px;
	width: 20px;
	height: 20px;
}
.about_meta_value {
	font-weight: 800;
	color: #0b4a7e;
	font-size: 20px;
	line-height: 1;
}
.bib_info_section {
	padding: 100px 0;
}
.bib_info_section figure img {
	aspect-ratio: 4/3;
}
.event_section {
	padding: 100px 0;
}
.event_wrapper {
	display: flex;
}
.event_tab {
	flex: 1 0 0%;
	margin-left: 10px;
	background-color: rgb(0 124 141 / 49%);
	padding: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: flex-grow, all ease-in 0.5s;
}
.event_tab:first-child {
	margin-left: 0;
}
.event_tab img {
	width: 70px;
	height: 70px;
	object-fit: scale-down;
	margin-bottom: 24px;
}
.event_tab:hover img, .event_tab.active img {
	filter: grayscale(1);
}
.event_tab h4 {
	font-size: 14px;
	width: 100px;
	text-align: center;
	color: #fff;
}
.event_tab.active {
	background-color: rgb(0 124 141 / 49%);	
}
.event_tab.active h4 {
	color: #fff;
}
.event_tab:hover {
	background-color: rgb(0 124 141 / 49%);	
}
.event_tab:hover h4 {
	color: #fff;
}
.bib_info_section h3 {
	font-size: 18px;
	font-weight: 700;
}
.bib_info_section h6 {
	font-size: 12px;
	max-width: 360px;
}
.tab_content {
	width: 0;
	flex: 1 0;
	overflow: hidden;
	transition: flex-grow ease-in 0.5s;
	background-color: rgb(0 124 141 / 69%);
}
.tab_content.active {
	width: auto;
	flex: 100 1;
}
.tab_content table {
	width: 440px;
	border-spacing: 5px;
	border-collapse: separate;
	margin: 10px;
}
.tab_content table td {
	background: transparent;
	padding: 10px;
	color: #76dbe9;
}
.zumba_class {
	display: block;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #080808;
	/* background-color: #fbfbfb;
	background-image: linear-gradient(270deg, #32386c 0%, #86b04a 100%); */
	padding: 150px 0px;
	-webkit-clip-path: polygon(100% 0%, 100% 95%, 50% 100%, 0 95%, 0 0, 50% 7%);
	clip-path: polygon(100% 0%, 100% 95%, 50% 100%, 0 95%, 0 0, 50% 7%);
	position: relative;
	color: #fff;
}
.zumba_class:before {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: transparent;
	background-image: url(../images/bg-1.svg);
	padding: 150px 0px;
	-webkit-clip-path: polygon(100% 0%, 100% 95%, 50% 100%, 0 95%, 0 0, 50% 7%);
	clip-path: polygon(100% 0%, 100% 95%, 50% 100%, 0 95%, 0 0, 50% 7%);
	content: '';
}
.zumba_class .container {
	position: relative;
}

.zumba_class h2 {
	font-size: 30px;
	font-weight: 700;
}
.zumba_class h3 {
	font-size: 24px;
	margin: 0;
}

.our_organizers {
	display: block;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgb(0 124 141 / 49%) !important;
	background-image: url(../images/bg-1.svg);
	padding: 100px 0px 100px;
	-webkit-clip-path: polygon(100% 0%, 100% 95%, 50% 100%, 0 95%, 0 0, 50% 7%);
	clip-path: polygon(100% 0%, 100% 95%, 50% 100%, 0 95%, 0 0, 50% 7%);
}
.our_organizers h2 {
	font-size: 30px;
	font-weight: 700;
}
.organizers_logo {
	filter: grayscale(0);
	transition: all ease-in-out 0.5s;
}
.organizers_logo:hover {
	filter: grayscale(0);
}
.organizers_logo img {
	max-width: 100px;
}
.faq_section {
	display: block;
	padding: 100px 0;
}
.faq_picture {
	max-width: 100%;
	aspect-ratio: 1/1.2;
	object-fit: cover;
    border-radius: 26px;
}
.faq_question {
	font-size: 16px;
	padding: 20px 0;
	padding-right: 50px;
	border-top: 1px solid #3030303d;
	margin: 0;
	background: url(../images/plus.svg) top 18px right 0 no-repeat;
	background-repeat: no-repeat;
	font-weight: 700;
	cursor: pointer;
	color: #f9f9f9;
}
.faq_answer {
	padding: 16px 0;
	display: none;
	color: #fff;
}
footer {
	/* background: url(../images/banner_new2.png) no-repeat bottom left; */
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background-size: 23%;
}
.footer_menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-bottom: 10px;
}
.footer_menu li {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
}
.footer_menu li a {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
.social_menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-bottom: 10px;
}
.social_menu li {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
}
.social_menu li a {
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
.banner_title {
	background: transparent;
	display: block;
	padding: 200px 0 50px;
	position: relative;
	margin-bottom: 150px;
	color: #fff;
	/*border-bottom:1px solid #000000ab;*/
}
/* .banner_title:after {
	position: absolute;
	width: 100%;
	height: 100%;
	aspect-ratio: 1/1;
	background: url(../images/slider-home1-shape.svg) top left no-repeat;
	background-size: 100%;
	content: '';
	left: 0;
	top: 100%;
	pointer-events: none;
	opacity: ;
} */
.banner_title a {
	color: #fff;
	text-decoration: none;
}
.banner_title .breadcrumb-item.active {
	color: #fff;
}
.breadcrumb-item+.breadcrumb-item::before {
	color: #fff;	
}
.count_down {
	display: block;
	width: 100%;
}
.count_number {
	position: relative;
}
.count_number img {
	max-width: 100px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 5px auto auto;
}
.counter-value {
	font-size: 80px;
	line-height: 1.4;
	text-align: center;
	font-weight: 700;
	display: block;
	width: 100%;
	z-index: 99;
	position: relative;
	color: #f6f6f6;
}
.count_down.odd img {
	transform: translateY(-10px) rotate(-34deg);
	transform-origin: center;
}
.count_down h4 {
	text-align: center;
	font-weight: 900;
	font-size: 20px;
	padding-top: 18px;
	margin-top: 4px;
	position: relative;
	color: #0b4a7e;;
}
.count_down h4:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: #86b04a;
    width: 46px;
    height: 4px;
}

.form-control {
	display: block;
    width: 100%;
    height: 50px;
    padding: 0 15px;
    font-size: 16px;
    color: #000;
    border: 1px solid #262626;
    -webkit-transition: .35s ease;
    transition: .35s ease;
    border-radius: 0;
    background-color: #d1d1d1;
}

.current_event h4, 
.meta_value, 
.meta_item span, 
.section_heading h2, 
.about_section p, 
.about_meta_item,
.bib_info_section ul li,
.bib_info_section p,
.bib_info_section h6,
.bib_info_section h3,
.page_title h1, .addre_text
{
	color: #f9f9f9;
}

.ct-form{
    background-color: rgb(0 124 141 / 49%);
}
.ct-form h5{
	color: #f9f9f9;
}
.container form{
	background: #ffffff;
    padding: 25px;
    border-radius: 15px;
}
/*#navbarSupportedContent{
    display:none !important;
}*/

::-webkit-scrollbar {
    width: 0px;
    height:3px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
    background-color: #bb3e65;
    outline: none;
}


/*Simple radio btn input CSS*/
.custom-control-label {
	cursor: pointer;
  }
  
  .cap-opt-1 {
	display: inline-block;
	min-width: 50px;
  }
  
  .custom-control-input:checked ~ .custom-control-label::before {
	color: #fff;
	border-color: #59a9f7;
	background-color: #59a9f7;
  }
  /*Card Button CSS*/
  
  .card-radio-btn .content_head {
	color: #fff;
	font-size: 14px;
	line-height: 26px;
	font-weight: 500;
  }
  
  .card-radio-btn .content_sub {
	color: #9e9e9e;
	font-size: 14px;
  }
  
  .card-input-element + .card {
	width: 145px;
    height: 48px;
    margin: 2px;
	justify-content: center;
	color: var(--primary);
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 2px solid #07477a;
	border-radius: 0;
	text-align: center;
	-webkit-box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
	padding: 0;
	background: #07477a;
	
  }
  
  .card-input-element + .card:hover {
	cursor: pointer;
	background: #07477a;
	color:#fff !important;
  }
  
  .card-input-element:checked + .card {
	border: 2px solid #084d84;
	-webkit-transition: border 0.3s;
	-o-transition: border 0.3s;
	transition: border 0.3s;
  }
  
  .card-input-element:checked + .card::after {
	content: "\f058";
	color: rgb(248 190 39);;
	position: absolute;
	right: 5px;
	top: 5px;
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-animation-name: fadeInCheckbox;
	animation-name: fadeInCheckbox;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  @-webkit-keyframes fadeInCheckbox {
	from {
	  opacity: 0;
	  -webkit-transform: rotateZ(-20deg);
	}
  
	to {
	  opacity: 1;
	  -webkit-transform: rotateZ(0deg);
	}
  }
  
  @keyframes fadeInCheckbox {
	from {
	  opacity: 0;
	  transform: rotateZ(-20deg);
	}
  
	to {
	  opacity: 1;
	  transform: rotateZ(0deg);
	}
  }
  
   .no-spinners::-webkit-outer-spin-button,
.no-spinners::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Hide arrows in number input for Firefox */
.no-spinners {
  -moz-appearance: textfield;
}

  /* .rotate {
	animation: rotateAnimation 5s linear infinite;
  }
  
  @keyframes rotateAnimation {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(360deg);
	}
  } */
  
  
.thanktext p{
	margin: 0 0 10px 0;
	text-align: left;
	font-size: 16px;
  }
  .thanktext table tr td, .thanktext table tr th{
	font-size: 12px;
	color: #c5c5c5;
	padding: 5px 8px;
	text-align: left;
	vertical-align: middle;
	background-color: transparent;
	border-color: #555555 !important;
	white-space: nowrap;
  }
  .thanktext table tr th{
	background-color: #303030;
  }
  
  .current_event .card{
      overflow:hidden;
      overflow-x:auto;
  }
  
   .current_event .card table tr td, .current_event .card table tr td th{
       white-space: nowrap;
    vertical-align: middle;
   }
@media (max-width: 1480px) {
   .card-input-element + .card {
    width: 123px !important;
   }
}

@media (max-width: 768px) {
   .add_morebtn{
       width:100%;
   }
}

/*-------------*/

/* fixed social*/
#fixed-social {
   position: fixed;
   top: 160px;
   z-index:2;
}

#fixed-social a {
   color: #fff;
   display: block;
   height: 40px;
   position: relative;
   text-align: center;
    line-height: 40px;
   width: 40px;
   margin-bottom: 1px;
   z-index: 2;
}
#fixed-social a:hover>span{
	visibility: visible;
  left: 41px;
  opacity: 1;
} 
#fixed-social a span {
	line-height: 40px;
    left: 60px;
    position: absolute;
    text-align: center;
    width: 120px;
    visibility: hidden;
    transition-duration: 0.5s;
    z-index: 1;
    opacity: 0;
}
 .fixed-facebook{
 	background-color: #00AAE5;
 }
 .fixed-facebook span{
	background-color: #00AAE5;
 }
 .fixed-twitter{
	background-color: #7D3895;

 }
 .fixed-twitter span{
 	background-color: #7D3895;
 }
 .fixed-gplus{
	background-color: #00AF54;

 }
 .fixed-gplus span{
 	background-color: #00AF54;
 }
 .fixed-linkedin{
	background-color: #FFC41E;

 }
 .fixed-linkedin span{
 	background-color: #FFC41E;
 }
 .fixed-instagrem{
	background-color: #ED2B29;

 }
 .fixed-instagrem span{
 	background-color: #ED2B29;
 }
 .fixed-tumblr{
	background-color: #EB1471;

 }
 .fixed-tumblr span{
 	background-color: #EB1471;
 }

.tab_content{
    width:100% !important;
    display:none;
    overflow: inherit;
}
	.tab_content.active{
    display:block;
}

.selected_Brands{
    padding:0;
    margin:0;
    display:flex;
    flex-wrap:wrap;
    justify-content: center;
}
.selected_Brands li{
    margin:8px;
    display:block;
    width:130px;
}
.selected_Brands li a img{
    width:100% !important;
    height:100% !important;
    max-width:100% !important;
}
 /*-----------------Responsive CSS---------------*/
 
 @media (max-width: 1560px){
     .event_section .container{
         overflow-x:auto;
         width:100%;
     }
 }

@media (max-width: 768px) {
	.event_wrapper {
		display: block;
	}
	.navbar-brand img {
		max-height: 70px;
		width: 200px;
	}
	.btn {
		font-size: 16px;
		padding: 8px 13px;
		border-radius: 3px;
		transition: all ease-in 0.5s;
		background: #084d84;
		color: #fff;
	}
	.event_meta {
		flex-wrap: wrap;
	}
	.meta_item{
		margin-bottom: 15px;
	}
	.section_banner{
		padding-bottom: 0;
	}
	.contact_form {
		padding: 20px;
		max-width: 100%;
	}
	.register_section, .our_organizers {
		padding: 150px 0 0 0;
	}
	.our_organizers .col-sm-auto{
		width: 33%;
	}
	#contactForm{
	    padding:0;
	}
	
    .tab_content table {
        width: 100%;
        margin:0;
        padding:10px;
    }
    .event_tab{
        margin:8px 0;
    }
    .register_section{
        padding-top:0;
    }
    .about_meta_value {
        font-weight: 600;
        color: #ffffff;
        font-size: 12px;
        line-height: 1;
    }
    .banner_title {
        padding: 101px 0 50px;
        margin-bottom: 0;
    }
    .counter-value {
        font-size: 45px;
    }
    .current_event figure img.effect_1, .current_event figure img.effect_2{
        display:none;
    }
    .selected_Brands li {
        margin: 3px;
        width: 80px;
    }
}