﻿.topMenuBtn {
  padding-top: 0;
  padding-bottom: 0;
}

.mainMenuBtn {
  border-bottom: 0.2rem solid #0099cc;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  margin: 0.5rem 0.7rem 0.5rem 0.7rem;
  cursor: pointer;
  font-size: 1.3rem;
}

.mainMenuBtn:hover {
  border-bottom: 0.2rem solid #cc0000;
  font-size: 1.3rem;
}

.indexSlideRound {
  border-radius: 1rem;
}

.indexMiddleBtn {
  margin-left: 0.3rem;
  margin-right: 0.3rem;
}

.cardShadow {
  box-shadow: 1px 1px 1px #cccccc;
}

.cardImg {
  box-shadow: 0px 1px 1px #cccccc;
}

.menuBg {
  background-color: rgba(255, 255, 255, 0.95);
}

.indexSlideTextShadow {
  text-shadow: 0.04rem 0.04rem rgb(0, 0, 0);
}

.productImg {
  padding: 0.5rem;
  margin: 1rem;
  box-shadow: 1px 1px 2px #666;
  width: 95%;
}

.productTableImg {
  box-shadow: 1px 1px 1px #666;
  width: 100%;
}

.contactImg {
  float: left;
  padding: 0.3rem;
  margin: 0.6rem;
  box-shadow: 1px 1px 2px #666;
  width: 25em;
}

.capitalizeFirstLetter:first-letter {
  text-transform: uppercase;
}

.fit {
  width: fit-content;
}

/* databaseTable button start */
.btn1 {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  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;
  cursor: pointer;

  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;

  width: 100%;
  margin-bottom: 0.25rem;
  padding: 0.25rem;
}

.btn2 {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  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;
  cursor: pointer;

  color: #fff;
  background-color: #28a745;
  border-color: #28a745;

  width: 100%;
  padding: 0.25rem;
}

.btn3 {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  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;
  cursor: pointer;

  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;

  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
/* databaseTable button end */
