@import url('https://fonts.googleapis.com/css2?family=Lato&family=Montserrat&family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700;900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

  
:root {
    --background: #020736;
    --bubdble: #c1dae0;
    --bubble: linear-gradient(to bottom, #D3D3D3, #ADD8E6);
    --alpha: linear-gradient(to bottom, #4e2da9, #020736);
    --green: #95e795;
    --blue: #92bcf7; 
    --red: #ed5656;
    --opurple: #2b3048;
    --odarkpurple: #010102;
    --opurplecardhi: #244679;
    --opurplecardlo: #0e2340; 
    --purple-shadow: 0 4px 8px 0 rgba(206, 21, 243, 0.429), 0 6px 20px 0 rgba(255, 255, 255, 0.584);
    --shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
    --level3: #144a6c;
}
html { min-height: 100%;}
a { text-decoration: none; color: var(--level4);}
a:hover { text-decoration: none; color: var(--blue);}
body {
    background-color: var(--background);
    font-family: 'Roboto', sans-serif;
    margin: 0px;
    height: 100%;
    background-image: url("/img/cbg3.png"); 
    background-size: cover; 
    background-repeat: no-repeat; 
    background-attachment: fixed; 
}
h1 { text-align: center; color: #fff;}
.fencer-group {
    padding: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.fencer-card {
    font-size: 20px;
    width: 400px;
    height: 60px !important;
    color: var(--level4);
    background: var(--bubble);
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2), 0 5px 7px 0 rgba(0, 0, 0, 0.19);
    border: 1px solid #5b7d85;
    padding-top: 10px; 
    padding-bottom: 10px;
    padding-right: 15px;
    margin-bottom: 5px;
    display: block;
    text-align: left;
    border-radius: 12px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.greenbg {
    background: var(--green);
}
.card-detail {
    display: flex;
    flex-wrap: wrap;
}
.memberphoto {
    margin-top: -11px;
    margin-left: -12px;
    height: 82px;
    margin-right: 5px;
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
}
.letter-show{ display: block;}
.letter-hide{display:none;}
.letter-picker {
    font-size: 42px;
    width: 60px;
    height: 60px;
    color: #fff;
    background: var(--alpha);
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2), 0 5px 7px 0 rgba(0, 0, 0, 0.19);
    border: 2px solid #7c96cc;
    text-align: center;
    margin-bottom: 5px;
    display: block;
    border-radius: 50%;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}
.letter-picker-b {
    font-size: 42px;
    height: 60px;
    color: #fff;
    background: var(--alpha);
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2), 0 5px 7px 0 rgba(0, 0, 0, 0.19);
    border: 2px solid #7c96cc;
    text-align: center;
    margin-bottom: 5px;
    display: block;
    border-radius: 25px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}
.letter-group {
    display:flex;
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
}
.avatar{
    width:75px;
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
  }
.avatar img {
    width: 75px;
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
    padding-left: 10px;
  }

.initials {
    text-align: center;
    font-size: 42px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    padding-top: 5px;
    color: #8db5bf;
}
.fencer {
    width: 300px;
    padding-left: 5px;
}
.fencer-name {
    font-weight: bold;
}
.bg-due {   
    color: rgb(218, 25, 0);  
    font-weight: bold;
    padding-left: 0px; padding-right: 7px; padding-top: 0px;
    padding-bottom: 0px; 
    margin-right: 5px;display: block;
}
.bg-birthday {
    background-color: rgb(0, 131, 218); color: #fff; 
    padding-left: 7px; padding-right: 7px; padding-top: 3px;
    padding-bottom: 3px; border-radius: 5px;
    margin-right: 5px;display: block;
}
.bg-anniv {
    background-color: goldenrod; color: #fff; 
    padding-left: 7px; padding-right: 7px; padding-top: 3px;
    padding-bottom: 3px; border-radius: 5px;
    margin-right: 5px;display: block;
}
.bg-norm {display: block;}
.fencer-detail {
    color:  #000;;
    font-size: 14px;
}
/***************** SIDEBAR ********************/
.sidebar {
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    width: 0px;
    z-index: 100;
    border: 2px solid var(--purple);
    box-shadow: var(--purple-shadow);
    color: var(--level4);
    transition: 0.5s;
    background: linear-gradient(180deg, var(--opurplecardhi) 0%, var(--opurplecardlo) 100%);
    overflow-x: hidden;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    }
    .sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    }
    .sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: var(--background);
    display: block;
    transition: 0.3s;
    }
    .sidebar a:hover {
        color: var(--menubg);
    }
    
    #sidebarBody {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    }

    .season-block { display: flex;}
.season-list {
    display: flex;
    background-color: #f2f2f2;
    border: 1px solid var(--level3);
    width: 800px;
    padding:10px;
    border-radius: 15px;
    margin-bottom: 5px;
}
.season-rank { font-size: 32px; font-weight: bold; width: 50px;}
.season-name {
    font-size: 20px;
    width: 600px;
    padding-left: 15px;
}
.season-left, .season-right {width: 50%;}

.vetbox {
    background-color:#144a6c;
    color: #fff;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: bold;
    border-radius: 5px;
}
.youthbox {
    background-color:goldenrod;
    color: #fff;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: bold;
    border-radius: 5px;
}

.btn {
	display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    text-decoration: none;
    text-shadow:none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-sm {
	display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.175rem 0.45rem;
    font-size: .7rem;
    line-height: .9;
    border-radius: 0.25rem;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
  .btn-blue {
		background-color: var(--blue);
		text-decoration: none;color: #0b2774 !important;
  }
  .btn-blue:hover  {
	  background-color: #0b2774; color: #fff !important;text-decoration: none;
	}
  .btn-green {
		background-color: var(--green);
		text-decoration: none;
		color: #105c0a !important;
  }
  .btn-green:hover {
	  background-color: #105c0a; color: #fff !important;text-decoration: none;
	}

  .btn-gold {
    font-size: 42px;
		background-color: goldenrod;
		text-decoration: none;
		color: #fff !important;
  }
  .btn-gold:hover {
	  background-color: rgb(142, 107, 19); color: #fff !important;text-decoration: none;
	}
  .btn-rose {
    font-size: 42px;
		background-color: #800;
		text-decoration: none;
		color: #fff !important;
  }
  .btn-rose:hover {
	  background-color: rgb(75, 0, 0); color: #fff !important;text-decoration: none;
	}


.btn-darkgreen {
		background-color: #105c0a;
		text-decoration: none;
		color: #fff !important;
  }
.btn-darkgreen:hover {
  background-color: var(--green); color: #fff !important;text-decoration: none;
}
  .btn-red {
	background-color: var(--imperial-red);text-decoration: none;color: #5f0d0d !important;
  }
  .btn-red:hover {
	background-color: #5f0d0d; color: #fff !important;text-decoration: none;
  }
.pool-fencer {
  background-color: var(--level5);
  border: 1px solid var(--level4);
  border-radius: 8px;
  text-align:left;
  font-size: 36px;
  padding: 5px;
}
.pool-fencer-sm {
  background-color: var(--level5);
  border: 1px solid var(--level4);
  border-radius: 8px;
  text-align:left;
  font-size: 14px;
  padding: 3px;
}


.pool-table th {
  font-size: 36px;
  color: var(--blue1);
  margin: auto;
}
.tdleft { text-align:left;}
.vseed {
  font-size: 36px;
  color: var(--blue1);
  border-radius: 0px;
  border: 0px;
  width: 30px;
  text-align: center;
}
.vseed-sm {
  font-size: 14px;
  color: var(--blue1);
  border-radius: 0px;
  border: 0px;
  width: 30px;
  text-align: center;
  background-color: transparent;
}
.pool-break {
  margin-left: 10px;
}
.pool-green {
  background-color: var(--green);
  border: 1px solid var(--level4);
  border-radius: 8px;
  text-align:center;
  font-size: 36px;
  padding: 5px;
}
.pool-green-sm {
  background-color: var(--green);
  border: 1px solid var(--level4);
  border-radius: 8px;
  text-align:center;
  font-size: 36px;
  padding: 5px;
  height: 42px;
}
.pool-red {
  background-color: var(--imperial-red);
  border: 1px solid var(--level4);
  border-radius: 8px;
  text-align:center;
  font-size: 36px;
  padding: 5px;
}
.pool-red-sm {
  background-color: var(--imperial-red);
  border: 1px solid var(--level4);
  border-radius: 8px;
  text-align:center;
  font-size: 36px;
  padding: 5px;
}
.pool-white {
  background-color: var(--level5);
  border: 1px solid var(--level4);
  border-radius: 8px;
  text-align:center;
  font-size: 36px;
  padding: 5px;
  width: 60px;
}
.pool-white-sm {
  background-color: var(--level5);
  border: 1px solid var(--level4);
  border-radius: 8px;
  text-align:center;
  font-size: 36px;
  padding: 5px;
  width: 42px;
  height: 42px;
}
.pool-black {
  width: 60px;
  text-align:center;
  font-size: 36px;
  padding: 5px;
  color: var(--blue3);
  border: 1px solid var(--blue3);
  border-radius: 8px;
}
.pool-chorniy {
  width: 60px;
  text-align:center;
  font-size: 36px;
  padding: 5px;
  color: #000;
  border: 1px solid #000;
  background-color: #000;
  border-radius: 8px;
}

.scorebox {
  font-size: 36px;
  border-radius: 8px;
  width: 60px;
  text-align:center;
}
.boutfencer {
  font-size: 24px;
}

.scale-2,
.scale-3, 
.scale-4 {
  transform: scale(160%, 160%);
  padding-top: 150px;
}
.scale-5 {
  transform: scale(150%, 150%);
  padding-top: 150px;
}
.scale-6 {
  transform: scale(130%, 130%);
  padding-top: 150px;
}
.scale-7 {
  transform: scale(130%, 130%);
  padding-top: 150px;
}
.scale-8 {
  transform: scale(120%, 120%);
  padding-top: 150px;
}
.scale-9 {
  transform: scale(115%, 115%);
  padding-top: 150px;
}
.scale-10 {
  transform: scale(110%, 110%);
  padding-top: 150px;
}
.scale-11 {
  transform: scale(105%, 105%);
  padding-top: 150px;
}
.scale-12 {
  transform: scale(100%, 100%);
  padding-top: 150px;
}
.scale-14 {
  transform: scale(90%, 90%);
  padding-top: 60px;
}
.scale-15 {
  transform: scale(90%, 90%);
}
.scale-16 {
  transform: scale(100%, 85%);
  margin-top: -90px;
}
.initials {
  text-align: center;
  font-size: 42px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  padding-top: 15px;
  color: var(--level4);
}

.pool-table { margin-left: auto; margin-right: auto;}
.pool-block {
  padding-top:20px;
  padding-bottom: 20px;
  width: 100%;
}
.pool-1 {
  color: goldenrod;
}
.pool-2 {
 color: rgb(228, 69, 69);
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
}

.centered-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  font-size: 300px;
  color: var(--oblue);
}

.numbox {
	background-color: #92bcf7;
	color: var(--background);
	font-size: 32px;
	margin-bottom:5px;
	margin-right: 5px;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	user-select: none;
	border: 1px solid #7cb0fa;
	padding: 0.375rem 0.75rem;
	border-radius: 0.25rem;
}
.numbox-blue {
	background-color: #92bcf7;
	color: var(--background);
	font-size: 32px;
	margin-bottom:5px;
	margin-right: 5px;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	user-select: none;
	border: 1px solid #7cb0fa;
	padding: 0.375rem 0.75rem;
	border-radius: 0.25rem;
}
.numbox-gold {
	background-color: goldenrod;
	color: var(--background);
	font-size: 32px;
	margin-bottom:5px;
	margin-right: 5px;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	user-select: none;
	border: 1px solid rgb(142, 107, 20);
	padding: 0.375rem 0.75rem;
	border-radius: 0.25rem;
}
.numbox-gold-sm {
	background-color: goldenrod;
	color: var(--background);
	font-size: 24px;
	margin-bottom:5px;
	margin-right: 5px;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	user-select: none;
	border: 1px solid #7cb0fa;
	padding: 0.125rem 0.55rem;
	border-radius: 0.25rem;
}
.numbox-silver {
	background-color: rgb(156, 156, 156);
	color: var(--background);
	font-size: 32px;
	margin-bottom:5px;
	margin-right: 5px;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	user-select: none;
	border: 1px solid rgb(99, 99, 99);
	padding: 0.375rem 0.75rem;
	border-radius: 0.25rem;
}
.numbox-silver-sm {
	background-color: rgb(156, 156, 156);
	color: var(--background);
	font-size: 24px;
	margin-bottom:5px;
	margin-right: 5px;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	user-select: none;
	border: 1px solid #7cb0fa;
	padding: 0.125rem 0.55rem;
	border-radius: 0.25rem;
}
.numbox-bronze {
	background-color: rgb(131, 99, 17);
	color: var(--background);
	font-size: 32px;
	margin-bottom:5px;
	margin-right: 5px;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	user-select: none;
	border: 1px solid rgb(80, 61, 10);
	padding: 0.375rem 0.75rem;
	border-radius: 0.25rem;
}
.numbox-bronze-sm {
	background-color: rgb(131, 99, 17);
	color: var(--background);
	font-size: 24px;
	margin-bottom:5px;
	margin-right: 5px;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	user-select: none;
	border: 1px solid #7cb0fa;
	padding: 0.125rem 0.55rem;
	border-radius: 0.25rem;
}
.numbox-red {
	background-color: #f79a92;
	color: var(--background);
	font-size: 32px;
	margin-bottom:5px;
	margin-right: 5px;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	user-select: none;
	border: 1px solid #7cb0fa;
	padding: 0.375rem 0.75rem;
	border-radius: 0.25rem;
}
.numbox-green {
	background-color: #96f792;
	color: var(--background);
	font-size: 32px;
	margin-bottom:5px;
	margin-right: 5px;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	user-select: none;
	border: 1px solid #7cb0fa;
	padding: 0.375rem 0.75rem;
	border-radius: 0.25rem;
}
.numbox-green-sm {
	background-color: #96f792;
	color: var(--background);
	font-size: 24px;
	margin-bottom:5px;
	margin-right: 5px;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	user-select: none;
	border: 1px solid #046319;
	padding: 0.125rem 0.55rem;
	border-radius: 0.25rem;
}
.numbox-blue-sm {
	background-color: #92bcf7;
	color: var(--background);
	font-size: 24px;
	margin-bottom:5px;
	margin-right: 5px;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	user-select: none;
	border: 1px solid #7cb0fa;
	padding: 0.125rem 0.55rem;
	border-radius: 0.25rem;
}
.btn-text {
	display: block;
	font-size: 10px;
	margin-top: 0px;
	text-transform: uppercase;
}
.btn-text-sm {
	display: block;
	font-size: 6px;
	margin-top: -3px;
	text-transform: uppercase;
}
.rating-box {
  padding-top: 20px;
}

.w100 {width: 100%;}

.textbox {
	font-size: 22px;
	padding-top: 5px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 5px;
	border-radius: 8px;
	width:300px;
	margin-bottom: 10px;
   
	border: 1px solid var(--odarkpurple);
    background-color: var(--ogray);
    color:var(--oblue);
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.5);

}
.selectbox {
	font-size: 22px;
	padding-top: 5px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 5px;
	height: 45px;
	width:300px;
	margin-bottom: 10px;
   
	border: 1px solid var(--level2);
    background-color: var(--level2);
    color:rgb(220, 220, 220);
    

}
.boutbox {
  padding: 10px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  width: 288px;
}
.seedbox {
  font-size: 32px;
  width: 50px;
  padding-top: 20px;
  padding-left: 10px;
  
}
.table-container {
  overflow-x: auto;
  position: relative;
}
.rtable, .ptable, .ranking-tbl {
  border-collapse: collapse;
}
.rtable th, .rtable td {
  padding: 8px;
  white-space: nowrap;
  border-radius: 8px;
}
.ptable th, .ptable td {
  padding: 3px;
  white-space: nowrap;
  border-radius: 8px;
}
.ranking-tbl th, .ranking-tbl td {
    padding:10px;
    white-space: nowrap;
    border-radius: 8px;
}
.rtable th { border-bottom: 5px solid var(--background);}
.ptable th { border-bottom: 2px solid var(--background);}
.ranking-tbl { border-bottom: 2px solid var(--background);}
.rtable th:first-child,
.rtable td:first-child, .ranking-tbl td:first-child {
  position: sticky;
  left: 0;
  background-color: #f2f2f2; /* Background color for fixed column */
  z-index: 1;
}
.ptable th:first-child,
.ptable td:first-child {
  position: sticky;
  left: 0;
  background-color: #f2f2f2; /* Background color for fixed column */
  z-index: 1;
}

.rtable thead th {
  position: sticky;
  top: 0;
  background-color: #f2f2f2;
  z-index: 2;
}
.ptable thead th {
  position: sticky;
  top: 0;
  background-color: #f2f2f2;
  z-index: 2;
}

.rtable thead th:first-child {
  z-index: 3; /* Ensures the top-left cell stays on top */
}
.ptable thead th:first-child {
  z-index: 3; /* Ensures the top-left cell stays on top */
}

.border-right { border-right: 1px solid var(--background);}
.center {text-align: center;}
.rrow {
  background-color: var(--blue);
  border-bottom: 1px solid var(--background);
}
.prow {
  background-color: var(--blue);
  border-bottom: 1px solid var(--background);
}
.shadow-normal {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.19);
  border-top: 1px solid var(--level3);
  border-left: 1px solid var(--level3);
  border-right: 1px solid var(--level2);
  border-bottom: 1px solid var(--level2);
}
.shadow-inverse {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.19);
}

h3 { color: var(--text);
    text-shadow: 1px 1px var(--purple);
    font-size: 22px;
  }

  .numbox-stat {
	background-color: var(--background);
	color: var(--blue);
	font-size: 24px;
	margin-bottom:5px;
	margin-right: 5px;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	user-select: none;
	border: 1px solid #03152d;
	padding: 0.125rem 0.55rem;
	border-radius: 0.25rem;
}
.stat-group {
    padding-left: 25px;
    padding-bottom: 25px;
}

.shadow-normal {
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.19);
    border-top: 1px solid var(--level3);
    border-left: 1px solid var(--level3);
    border-right: 1px solid var(--level2);
    border-bottom: 1px solid var(--level2);
    }
.gmedal {
    font-size: 11px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 7px;
    background-color: goldenrod;
    color: #fff;
    font-weight: bold;
}
.smedal {
    font-size: 11px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 7px;
    background-color: rgb(156, 156, 156);
    color: #fff;
    font-weight: bold;
}
.bmedal {
    font-size: 11px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 7px;
    background-color:rgb(131, 99, 17);
    color: #fff;
    font-weight: bold;
}
.wmedal {
    font-size: 11px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 7px;
    background-color:transparent;
    color: transparent;
    font-weight: bold;
}