.covid19 {
	text-align: center;
}

.shadow {
  	-webkit-filter: drop-shadow(0px 0px 7px #111);
            filter: drop-shadow(0px 0px 7px #111);
        box-shadow: none !important;
}
body, p {
  font-size: 16px;
}
h1 {
  color: #001489;
  padding-bottom: 15px;
}
h4 {
	color: #001489;
}
a {
  transition: all 0.3s ease 0s;
  color: #001489;
}
a:hover {
  text-decoration: none;
  color: #00b8d4;
}
a > img {
  transition: all 0.3s ease 0s;
}
a > img:hover {
  opacity: .75;
}
a > svg {
  min-width: 20px;
  min-height: 20px;
  color: #0C7E97;
}
a > svg:hover {
  cursor: pointer;
}
.table th, .table td {
  padding: .5rem;
}
.text-right {
  float: right;
}
html {
  overflow-x: hidden;
}
#content {
  padding-top: 30px;
  margin-bottom: 30px;
  min-height: 300px;
}
.float-right 
{
	float:right;
	margin:5px 0 10px 15px;
	border: medium #001489;	
}
.float-left 
{
	float:left;
	margin:5px 15px 5px 0;
	border: medium #001489;	
}
.float-nabca 
{
	float:left;
	margin:5px 15px 0 0;
}
ul 
{
	list-style: disc;
}

.left-column 
{
	float:left;
	width:50%;
}	
.righ-column
{
	float:right;
	width:50%;	
}
#center-align 
{
	width:100%;
	text-align:center;
}
div.divide-content {
	width:100%;
}
.effective 
{
	text-align:center;
	font-size:18px;
	color:red;
}
em {
	font-weight:bold;
	color:red;
}
/* ------------------ Flex styles ------------------ */
.d-flex {
  display: flex;
	display: -ms-flexbox;
}
.row {
  display: flex;
	display: -ms-flexbox;
}


/* ------------------ Accordion (Collapse) Styles ------------------ */
#accordion {
  margin-bottom: 15px;
}
#accordion > .card {
  background: #eee;
  opacity: 1;
  transition: all 0.3s ease 0s;
  border: none;
  margin-bottom: 15px;
}
#accordion > .card > .btn-link {
  color: #999;
}
#accordion .btn-link:hover {
  background: #CAEBF2;
  opacity: 1;
}
#accordion > .collapse.show{
    background: #f8f9fa;
    padding-top: 10px;
  }
#accordion > .card > .card-header {
  padding: 0;
  border-bottom: none;
}
#accordion .btn {
  display: block;
  width: 100%;
  height: 100%;
  text-align: left;
  padding: .75rem .75rem .25rem;
  text-decoration: none;
  white-space: normal;
}
.icon-rotates {
  -moz-transition: all .5s linear;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  margin-right: 5px;
  color: #095C6E;
}
.icon-rotates.rotate {
  -moz-transition: rotate(180deg);
  -webkit-transition: rotate(180deg);
  transition: rotate(180deg);
}
button.btn.btn-link.collapsed .icon-rotates {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #00b8d4;
}
#accordion > .card >.card-header > h5 > button.btn.btn-link {
  width: 100%;
  text-align: left;
  text-decoration: none;
  color: #495057;
}

/* ------------------ ASPX Styles ------------------ */

.altRow {background:#EAF2D3;}
.notRNL, .unlocked {font-style:italic;}
.lowstock {color:#007D20;}
.outofstock, .changed {color:#FC2803;}
.overstock {color:#0000FF;}
.dangerstock {color:#BB00BB;}
.nodata {color:#AA3333;}
.vendorHdr {background: none repeat scroll 0 0 #333333;color:#FFFFFF;}
.nonStandard {font-style:italic;color:#03F;}
th {
	padding:1px 3px;
	}
td {
	padding:1px 3px;
	}
#lstReports {
	width:80%;
	}	
#tblCalcOutput {
	width: 80%;
	}
		
/* ------------------ Back & Home Styles ------------------ */	

.back-home {
	width:100%;
	text-align:center;
	}
.back-home a {
	font-size:16px;
	font-weight:bold;
	color:#CF0508;
	}	
		

/* ------------------ Alerts Styles ------------------ */
.alert-danger {
  background-color: #DF3210;
  border: 0px;
  border-color: transparent;
}
.alert-success {
  background-color: #38B44A;
  border: 0px;
  border-color: transparent;
}
.alert-warning {
  color: #333;
  background-color: #FCE778;
  border: 0px;
  border-color: transparent;
}
.alert-info {
  color: #333;
  background-color: #CAEBF2;
  border: 0px;
  border-color: transparent;
}
.alert-text {
	color: #DF3210;
	font-size: 20px;
	font-weight: bold;
}

/* ------------------ Button Styles ------------------ */
.btn {
  padding: .5rem 1rem;
  font-size: 1.2rem;
}
.btn-primary {
  background-color: #001489;
  border-color: #001489;
}
.btn-primary:hover {
  background-color: #00b8d4;
  border-color: #00b8d4;
}
.btn-secondary {
  background-color: #999;
  border-color: #999;
}
.btn-secondary:hover {
  background-color: #CAEBF2;
  border-color: #CAEBF2;
  color: #333;
}
.btn-dark {
  background-color: #0C7E97;
  border-color: #0C7E97;
}
.btn-dark:hover {
  background-color: #095C6E;
  border-color: #095C6E;
}
a.btn-primary, a.btn-secondary > svg {
  min-width: 20px;
  min-height: 20px;
  color: #fff;
}
a.btn-secondary > svg:hover{
  color: #333;
}
button.btn.dropdown-toggle.btn-light {
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: inherit;
}
.btn-well {
  color: #fff;
  font-weight: bold;
  border: 2px solid white;
  margin-left: 10px;
}
.btn-well:hover {
  background: #0C7E97;
}
.btn-well-dark {
  color: black;
  font-weight: bold;
  border: 2px solid black;
  margin-left: 10px;
}
.btn-well-dark:hover {
  background: #0C7E97;
}


/* ------------------ Card Styles ------------------ */
.card {
  background-color: #eee;
  border: none;
}


/* ------------------ Footer Styles ------------------ */
.site-footer {
  background: #001489;
  color: #fff;
	padding-top: 30px;
}
#usa-map {
	float: left;
	overflow: hidden;
}
#usa-map > img {
  width: 100%;
}
footer {
  margin-top: 30px;
}
.footer-navigation a {
	color: #fff;
}
.footer-navigation a:hover {
    color: #00b8d4;
}
.footer-menu > .menu-item {
	line-height: 2;
}
.footer-menu > .menu-item > a {
	color: #fff;
}
.footer-links {
	padding-top: 30px;
	padding-bottom: 0px;
  font-size: smaller;
}
.footer-links > a {
  color: #fff;
}
.footer-links > a:hover {
  color: #00b8d4;
}
.footer-agency {
  color: #00b8d4;
  font-weight: 700;
  transition: all 0.3s ease 0s;
}
.footer-agency:hover {
  color: #fff;
}
.footer-links-list {
  padding-inline-start: 0px;
}
.footer-links-list > ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.footer-links-list > li {
  display: inline;
  padding: 5px;
}
.footer-links-list > li > a {
  color: #fff;
}
.footer-links-list > li > a:hover {
  color: #00b8d4;
  text-decoration: none;
}
.footer-links-list > li:not(:first-of-type):before {
  content: " | ";
  padding-right: 10px;
  color: #fff;
}
.photo-credit {
  padding-top: 30px;
  padding-bottom: 10px;
  font-style: italic;
}
.photo-credit > p {
  float: right;
  text-align: right;
}
.photo-credit > p > a {
  color: #fff;
}
.photo-credit > p > a:hover {
  color: #00b8d4;
}
#colophon {
  background-image: url('./img/seal.png');
  background-repeat: no-repeat;
  background-blend-mode: luminosity;
  background-size: 300px 182px;
  background-position: 75% 100%;
}
.versioning {
  font-size: small;
  text-align: right;
  padding-right: 5px;
  color: #aaa;
  background: #000837;
}


/* ------------------ Header Styles ------------------ */
.top-navigation {
  background: #eee;
  color: #000;
  height: 31px;
  line-height: 30px;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  padding-left: 20px;
}
.fontsizer {
  cursor: pointer;
}
.idaho-logo {
  margin-top: -3px;
}
ul#menu-top.top-menu.nav > li > a.nav-link {
  padding: 0rem .5rem;
}
.top-menu > li > a {
  color: #000;
}
.top-menu > li > a:hover {
  background-color: #ddd;
  color: #000;
}
.site-branding {
	border: none;
	min-height: 275px;
  font-family: "Montserrat",sans-serif;
}
.header-background {
	position: relative;
	background-size: cover;
	background-position: center;
  background-image: url(../img/header.jpg); /* --- PLACE YOUR HEADER IMAGE HERE --- */
}
.header-background1 {
	background-size: cover;
	background-position: center;
  background-image: url(../img/header1.jpg); /* --- PLACE YOUR HEADER IMAGE HERE --- */
}
.header-background2 {
	background-size: cover;
	background-position: center;
  background-image: url(../img/header2.jpg); /* --- PLACE YOUR HEADER IMAGE HERE --- */
}
.header-background3 {
	background-size: cover;
	background-position: center;
  background-image: url(../img/header3.jpg); /* --- PLACE YOUR HEADER IMAGE HERE --- */
}
.header-background4 {
	background-size: cover;
	background-position: center;
  background-image: url(../img/header4.jpg); /* --- PLACE YOUR HEADER IMAGE HERE --- */
}
.header-background5 {
	background-image: url(../img/header5.jpg); /* --- PLACE YOUR HEADER IMAGE HERE --- */
	background-size: cover;
	background-position: center;
}
.header-background6 {
	background-size: cover;
	background-position: center;
  background-image: url(../img/header6.jpg); /* --- PLACE YOUR HEADER IMAGE HERE --- */
}
.header-background-lsts {
	position: relative;
	background-size: cover;
	background-position: center;
  background-image: url(../img/header-blue-skinny.jpg); /* --- PLACE YOUR HEADER IMAGE HERE --- */
}
.header-brand {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    min-height: 275px;
}
.header-text {
  margin-top: 0px;
}
.header-agency, .header-logo, .header-text {
  -webkit-box-align: center;
      -ms-flex-align: center;
         align-items: center;
   -webkit-box-pack: center;
      -ms-flex-pack: center;
    justify-content: center;
}
img.logo {
    margin-left: 0;
    margin-right: 20px;
    width: 100%;
    max-width: 250px;   /* Prevents it from getting too large */
    height: auto;       /* Maintains aspect ratio */
    display: block;
}

/* Tablet and below: shrink max-width */
@media (max-width: 768px) {
    img.logo {
        max-width: 180px;
    }
}

/* Mobile: shrink further */
@media (max-width: 480px) {
    img.logo {
        max-width: 120px;
    }
}

.agency {
	color: #fff;
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.5rem;
	text-transform: uppercase;
	display: block;
	margin-top: 10px;
}
.header-agency > img {
  width: auto;
  max-height: 150px;
  float: right;
}


/* ------------------ Navigation Styles ------------------ */
.navigation {
  background-color: #eee;
  font-family: "Montserrat",sans-serif;
  letter-spacing: .06rem;
  padding: 0px;
  position: relative;
  z-index: 2;
  font-weight: 500;
}
.navbar {
  padding: 2px;
}
.navbar-nav .nav-link {
  color: #000;
}

.portal-title {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  padding: 0.5rem 1rem;
  font-weight: 500;
  color: #000;
  font-family: "Montserrat", sans-serif;
  white-space: nowrap;
}

.navbar-nav > li.nav-item > a.nav-link:hover {
  background-color: #DDD;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: #000;
}
.dropdown-menu {
  padding: .3rem 0;
  background-color: #ddd;
  border-radius: 0;
}
.collapse.show {
  width: 100%;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,0.75)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-toggler:not(:disabled):not(.disabled) {
  color: #000;
  background: #ddd;
  border: solid 2px;
}
.navbar-search {
  padding: 7px 15px;
  border: solid 2px;
  background: #ddd;
  border-radius: 5px;
  position: absolute;
  right: 15%;
  top: 2px;
}

/* ------------------ Google Customer Search Engine (CSE) Styles ------------------ */
.gsc-control-cse {
  border-color: transparent !important;
  background-color: transparent !important;
}
td.gsc-input, .search-form {
  min-width: 250px !important;
  max-width: 250px !important;
}
.gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
  text-align: left !important;
  font-weight: bold !important;
}
.gsc-search-button .gsc-search-button-v2 {
	border-color: #fff !important;
	background-color: #00b8d4 !important;
}
.gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
    border-color: #fff;
    background-color: #00b8d4;
    background-image: none;
    filter: none;
}

/* ------------------ Licensee and Supplier Portal Styles ------------------ */

input {
	margin: 5px 0px;
}

/* Button Styles */

#button1 {
	height:30px;
	margin:5px 0;
	}	
#Button1 {
	height:30px;
	margin:5px 0;
	}
#btnSubmit {
	height:30px;
	margin:0 0 10px 0;	
	}		
#btnReverseCalc {
	height:30px;
	margin:10px 0;
	}
#Button2 {
	height:30px;
	margin:0 0 10px 0;	
	}
#btnView {
	height:30px;
	margin:0 0 10px 0;	
	}	
#btnViewReport {
	height:30px;	
	}
#btnAddNew {
	height:30px;
	margin:10px 0;	
	}
#subVendorSelect {
	height:30px;	
	}
#btnViewReport {
	height:30px;
	}														
#btnFindPremise {
	height:30px;
	margin:10px 0;		
	} 
#btnPending {
	height:30px;
	margin:5px 0;		
	} 
#btnDenied {
	height:30px;
	margin:5px 0;		
	} 
#btnApproved {
	height:30px;
	margin:5px 0;		
	} 
#btnReRank {
	height:30px;	
	}	
/* Admin Report Viewer Styles */
	
#cboUserEmail {
	width: 80%;
	height:400px;
	}	
#cboReportList {
	width: 80%;
	height:400px;
	}	

/* Warehouse Inventory Styles */

#tblProducts {
	width: 100%;
	}
#portal-container {	
	}
.paging-container {
	width:100%;
	padding:10px 0;
	float:left;
	}	
.portal-float-left {
	float:left;
	width:75%;
	}
.portal-float-right {
	float:right;
	width:25%;
	}
#ddVendorList {
	width: 375px;
	margin-right:10px;
	height: 30px;
	}
#ddPriceChanges {
	width:200px;
	margin-right: 10px;
	height: 30px;	
	}
#ddStockLevelFilter {
	width:270px;
	margin-right:10px;		
	}		
#ddDisplayCloseouts {
	width:200px;	
	margin-right:10px;	
	}
#ddUnitType {
	width:80px;
	margin-right:10px;	
	}	
	
/* Pricing Calculator Styles */

#ddCategory {
	width:305px;
	height: 30px;
	margin-bottom: 5px;
	}
#ddSize {
	width:292px;
	height: 30px;
	}
#txtProof {
	width:335px;
	height: 30px;
	}
#lblBottlesPerCase {
	width:266px;
	font-size:16px;	
	height: 30px;	
	}
#txtBottlesPerCase {
	width:261px;
	height: 30px;	
	}
#ddSinglePack {
	width:291px;
	height: 30px;
	margin-bottom: 5px;	
	}
#ddSpecialOrder {
	width:168px;
	height: 30px;
	}	
#txtCaseCost {
	width:308px;
	height: 30px;
	margin-right:10px;			
	}	
#txtGoalPrice {
	width:165px;
	height: 30px;	
	}
	
/* PQRS Approvals Styles */

#tblPQRSApprovals {
	width:100%;
	}	
	
/* PQRS Assistant Styles */	

#txtCaseLength {
	width:302px;
	height: 30px;	
	}
#txtCaseWidth {
	width:307px;
	height: 30px;	
	}
#txtCaseHeight {
	width:302px;
	height: 30px;
	}	
#txtPalletLength {
	width:302px;
	height: 30px;
	margin-right:10px;		
	}
#txtPalletWidth {
	width:307px;
	height: 30px;
	margin-right:10px;		
	}
#txtPalletHeight {
	width:302px;
	height: 30px;
	margin-right:10px;		
	}
#txtCasesPerPallet {
	width:247px;
	height: 30px;		
	}	
#txtCasesPerLayer {
	width:247px;
	height: 30px;		
	}
#txtCasesPerPalletLayer {
	width:230px;
	height: 30px;	
	}
#txtCasePalletDimensions {
	width:230px;
	height: 30px;	
	}

/* Admin Change Password Styles */

#sBrokerEmail {
	width:248px;
	height: 30px;	
	}
#brokerPassword {
	width:240px;
	height: 30px;	
	}
#sAuthUserEmail {
	width:193px;
	height: 30px;	
	}	
#AUPassword {
	width:240px;
	height: 30px;	
	}
#Label1 {
	color:Red;
	}
#lblAUNotification {
	color:Red;
	}	

/* Admin Access Log Styles */

#tblAccessList {
	width: 75%;
	}
#ddUserFilter {
	margin:0 10px 10px 5px;		
	}	
#txtEmailFilter {
	height:30px;	
	margin:0 10px 10px 5px;	
	}

/* Admin Broker List Styles */

#btnByRep {
	height:30px;
	margin:0 10px;	
	}	
#btnByVendor {
	height:30px;
	margin:0 10px 10px 0;	
	}
#tblOrdByRep {
	width:80%;
	}
#tblOrdByVend {
	width:80%;
	}			

/* Vendor List Styles */

#lstVendor {
	width:80%;
	}

/* Change Email Styles */	

#txtCurrentEmail {
	width:240px;
	height: 30px;	
	}	
#txtNewEmail {
	width:260px;
	height: 30px;	
	}	
#txtConfirmEmail {
	width:237px;
	height: 30px;	
	}
	
/* Change Password Styles */

#txtCurrPassword {
	width:240px;
	height: 30px;	
	}
#txtNewPassword {
	width:260px;
	height: 30px;	
	}
#txtConfirmPassword {
	width:237px;
	height: 30px;	
	}	

/* Auth User Add Styles */

#txtEmail {
	width:245px;
	height: 30px;	
	}
#txtPassword {
	width:283px;
	height: 30px;	
	}
#txtPassConfirm {
	width:233px;
	height: 30px;	
	}		
#btnUpdate {
	height:30px;
	margin:10px 5px 10px 0;	
	}
#btnCancel {
	height:30px;
	margin:10px 0;	
	}

/* Licensee Login Styles */

#txtPremise	{
	height:30px;
	width:241px;
	}			
	
/* On Sale Update Styles */
		
#tblSaleItems {
	width:100%;
	}	

/* On Sale Update Styles */

.coInput {
	height:30px;
	}
/* Admin Auth Request List Styles */
	
#tblPending	{
	width:100%;
	}
#tblDenied {
	width:100%;
	}
#tblApproved {
	width:100%;
	}
.deleteButton {
	margin-right:5px;
	}
.denyButton {
	margin-right:5px;
	}			

/* Admin Auth Request List Styles */
	
#txtCurrentPassword	{
	height:30px;
	width:240px;	
	}

/* Edit Custom Order Sheet Styles */
	
#txtNABCA {
	height:30px;
	margin-left:5px;	
	}	
#tblOrder {
	width:75%;
	}

/* Edit Custom Ranking Styles */

#lstOrderSheet {
	width: 375px;
	height:400px;	
	}
#listItems {
	width: 375px;
	height:400px;	
	}		
#btnTop {
	height:30px;
	margin-right:5px;
	} 
#btnUp {
	height:30px;
	margin-right:5px;
	}
#btnDown {
	height:30px;
	margin-right:5px;
	}
#btnBottom {
	height:30px;
	margin-right:5px;
	}
#btnUpdateItem {
	height:30px;
	margin-right:5px;
	}
#btnSaveChanges {
	height:30px;
	margin-right:5px;
	}		
#btnOrderNow {
	height:30px;
	margin-right:5px;
	}
	
/* Choose Store Styles */

#ddStore {
	width:50%;
	height:30px;
	margin-bottom: 10px;
	}
#btnOrderSheet {
	height:30px;
	margin:0 5px 10px 5px;	
	}
#btnSaleList {
	height:30px;
	margin:0 0 10px 0;	
	}
#btnViewBasket {
	height:30px;
	margin:0 0 10px 0;	
	}	
	
/* Basket Styles */

#tblBasket {
	width:100%;
	}
#btnUpdateBasket {
	height:30px;
	margin:0 5px 10px 5px;	
	}	
#btnReviewOrder {
	height:30px;
	margin:0 0 10px 0;	
	}
#ddCatSearch {
	margin:0 0 10px 5px;
	height: 30px;
	}			
#btnSearch {
	height:30px;
	margin:0 5px 10px 5px;	
	}	
#txtDescSearch {
	height:30px;
	margin-right:5px;		
	}
#ddSaleOnly	{
	height:30px;
	margin:0 5px 10px 5px;	
	}
#txtNABCASearch {
	height:30px;
	margin-right:5px;		
	}	
#ddfreqQtyVal {
	margin:0 5px 10px 5px;
	}	
#btnFreqQtyVal {
	height:30px;
	margin:0 0 10px 0;	
	}	
#tblFrequentPurchase {
	width:100%;
	}	
#btnFreqPurchaseAdd {
	height:30px;
	margin-top:10px;
	}		
#lblDescSearch {
	height: 30px;
	font-size: 16px;
}
#lblCatSearch {
	height: 30px;
}
#chk750 {
	margin:0 5px;	
}
#chk1750 {
	margin:0 5px;	
}
#chkOtherSize {
	margin:0 5px;	
}

/* Custom Order Sheet Styles */
	
#tblOrder {
	margin-top:10px;
	width:100%;
	}	
#btnOrderReady {
	height:30px;
	margin:10px 5px 10px 0;	
	}	
#btnMoreItems {
	height:30px;
	margin:10px 0;		
	}
#btnReRank {
	height:30px;
	margin:10px 0;	
	}	

/* Order History Styles */
	
#tblOrderHistory {
	width:100%;
	}
	
/* Order History Record Styles */
	
#tblOrderItem {
	width:100%;
	}	

/* Order Product Pricing Styles */			

#tblProductPrices {
	width:100%;
	}
	
/* Review Order Styles*/			

#txtComment {
	width:680px;
	height:110px;
	}
#lblStoreInfo {
	font-weight: bold;
	color:#000000;
	}		
#btnChangeStore {
	font-weight:bold;
	}		

/* Copy Order Styles*/

	#btnCopy {
		height:30px;
		margin:10px 0;
		}
		
/* Contact Us Styles */

#inputFullName {
	height:30px;
	}	
#inputEmail {
	height:30px;
	}	
#inputPhone {
	height:30px;
	}	

.header-portal-title {
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    text-shadow: 1px 1px 4px #001489;
    position: absolute;
    right: 30px;
    bottom: 20px;
    margin: 0;
    text-align: right;
    z-index: 2;
}

/* Responsive adjustments for tablets and below */
@media (max-width: 768px) {
    .header-portal-title {
        font-size: 1.3rem;
        right: 15px;
        bottom: 10px;
    }
}

/* For very small screens, center the title at the bottom */
@media (max-width: 480px) {
    .header-portal-title {
        font-size: 1rem;
        right: 0;
        left: 0;
        bottom: 5px;
        text-align: center;
    }
}
