/*------------------------------------------------------------------------------------*/
body.body-login {
  background-image: linear-gradient(to right top, #000000, #1ac062);
}
body.body-login section#login {
  padding: 0;
}
body.body-login section#login .logo {
  display: block;
  height: 110px;
  width: 100%;
  background: url('../images/logo.svg') center center no-repeat;
  background-size: contain;
}
body.body-login section#login .legend {
  display: block;
}
body.body-login section#login .legend .text,
body.body-login section#login .legend .logo-tripi {
  display: inline-block;
  vertical-align: middle;
}
body.body-login section#login .legend .logo-tripi {
  width: 50px;
  height: 16px;
  background: url('../images/logo_tripi.svg') center center no-repeat;
  background-size: contain;
}
/*------------------------------------------------------------------------------------*/
footer.body-login .logo-tripi {
  display: block;
  width: 100px;
  height: 16px;
  margin: 0 auto;
  background: url('../images/logo_tripi.svg') center center no-repeat;
}
/*------------------------------------------------------------------------------------*/
.navbar-nav i.fa,
.action i.fa,
.navbar-nav i.fab,
.action i.fab,
.navbar-nav i.fas,
.action i.fas,
.navbar-nav i.fal,
.action i.fal,
.navbar-nav i.fa-solid,
.action i.fa-solid {
  font-size: 16px;
  text-align: center;
  padding-right: 8px;
}
.card-header .btn {
  margin-left: 10px;
}
.fe-style {
  font-size: 16px !important;
  width: 10px !important;
  margin-right: 20px !important;
  padding-top: 0px !important;
}
/*------------------------------------------------------------------------------------*/
.bootstrap-tagsinput {
  vertical-align: middle;
  width: 100% !important;
  /****/
  max-width: 100%;
  height: auto !important;
  cursor: text;
}
.bootstrap-tagsinput input.form-control {
  width: 100% !important;
  /*****/
  max-width: inherit;
  height: auto !important;
  margin-top: 15px/3;
}
.bootstrap-tagsinput .tag {
  display: inline-block;
  margin: 1px;
  padding: 5px;
  color: white;
  background-color: #b1b1b1;
  word-break: all;
  margin-bottom: 5px;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  color: white;
  padding: 0px 2px;
}
table thead th {
  font-size: 10px !important;
}
table tbody td {
  font-size: 13px !important;
}
/*------------------------------------------------------------------------------------*/
#save-floating {
  display: inline-block;
  position: fixed;
  z-index: 999;
  right: 1.5rem;
  bottom: 16px;
  text-decoration: none;
}
#save-floating .icon-wrapper {
  display: flex;
  justify-content: start;
  align-items: center;
  width: 66px;
  height: 66px;
  border-radius: 500px;
  background: #1ac062;
  border: 1px solid white;
  text-decoration: none;
  transition: 0.25s;
  color: white;
}
#save-floating .icon-wrapper .cart-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  flex-shrink: 0;
  font-size: 32px;
}
#save-floating .icon-wrapper i.fa,
#save-floating .icon-wrapper i.fab,
#save-floating .icon-wrapper i.far {
  position: relative;
}
#save-floating .icon-wrapper i.fa:after,
#save-floating .icon-wrapper i.fab:after,
#save-floating .icon-wrapper i.far:after {
  position: absolute;
  display: block;
  left: 50px;
  top: 50%;
  transform: translateX(-100%);
  font-size: 16px;
  opacity: 0;
  white-space: nowrap;
  transition: 0.25s;
}
#save-floating .icon-wrapper .cart-content {
  pointer-events: none;
  white-space: nowrap;
  color: white;
  transform: translateX(20%);
  opacity: 0;
  padding: 5px 30px 5px 0;
  transition: 0.25s;
}
#save-floating:hover .icon-wrapper {
  width: 175px;
  text-align: left;
}
#save-floating:hover .icon-wrapper .cart-content {
  pointer-events: auto;
  transform: translateX(0%);
  opacity: 1;
}
#save-floating:hover .icon-wrapper i.fa:after,
#save-floating:hover .icon-wrapper i.far:after,
#save-floating:hover .icon-wrapper i.fab:after {
  opacity: 1;
}
.icon-md {
  font-size: 20px;
}
