@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

.subMenu {
  position: relative;
  background: transparent !important;
  min-height: 60px;
  max-height: 85px;
  overflow-x: hidden;
  overflow-y: hidden;
  text-align: center;
  display: block;
  color: #214D87;
  vertical-align: middle;
}
 
.menu4 {
  box-sizing: border-box !important;
  white-space: nowrap !important;
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch !important;
  	display: flex;
    text-align: center;
    justify-content: center;
    align-items: flex-start;
  }
  .menu4 .item {
font-family: 'Inter', sans-serif;
display: inline-flex;
flex-direction: column;
height: 65px;
width: 100px;
word-wrap: break-word;
padding: 0em 1em;
box-sizing: border-box;
vertical-align: middle;
font-size: 0.8em;
line-height: 1.2em;
text-transform: uppercase;
text-align: center;
justify-content: center;
align-items: center;
background-color: #3372c5;
border-bottom: 4px solid #265189;
    /* border-left: 2px solid rgba(35, 11, 35, 0.8); */
color: #fff;
}

.menu4 .active {
    color: #fff;
    height: 75px;
    background: rgba(246, 106, 48, 1) !important;
    border-bottom: 0px !important;
}

.menu5{
 height: 100px !important;
    box-sizing: border-box !important;
    white-space: nowrap !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    background: url(../images/web_f_bar.png);
    position: relative;
    z-index: 100;
    vertical-align: baseline;
    display: flex;
    align-items: end;
    justify-content: center;
    background-position: bottom;
    background-repeat: repeat-x;
    margin-top: -25px;
}

.menu5 .active {
    color: #fff !important;
    background: url(../images/web_f_active.png) !important;
    height: 95px !important;
    position: relative;
    z-index: 999;
    overflow: visible;
}

.fas {
  line-height: 1.4 !important;
}

.menu5 .item {
  font-family: 'Inter', sans-serif;
    display: inline-flex;
    flex-direction: column;
    height: 80px;
    width: 90px;
    word-wrap: break-word;
    padding: 0em 1em;
    line-height: 13px;
    box-sizing: border-box;
    vertical-align: baseline;
    font-size: 0.7em;
    text-transform: uppercase;
    text-align: center;
    justify-content: center;
    align-items: center;
    background: url(../images/web_f_bar.png);
    color: #fff;
    transform: translate(0px, 2px);
    border-left: 2px solid rgba(35, 11, 35, 0.8);
}
.menu5 .last {
  border-right: 2px solid rgba(35, 11, 35, 0.8);
}

.paddle {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1.5em;
}
.left-paddle {
  left: 0;
}
.right-paddle {
  right: 0;
}
.hidden {
  display: none;
}

.print {
  margin: auto;
  max-width: 500px;
  }
  .print span {
    display: inline-block;
    width: 100px;
}
