.placeimg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}

.templateimage {
  opacity: 0.3;
  width: 100%;
  padding: 15px;
}

.themes {
  width: 100%;
  margin-bottom: 25px;
}
.themes .theme small {
  font-size: xx-small;
  line-height: 1;
}

.model-image {
  border-radius: 50%;
  overflow: hidden;
}

.w100 {
  width: 100%;
  height: auto;
}

.hidden {
  display: none;
  visibility: hidden;
}

fieldset {
  margin-top: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 10px;
}

.text-right {
  text-align: right;
}

.pull-right,
.right {
  float: right;
  text-align: right;
}

#icons img {
  width: 32px;
  height: 32px;
  margin: 2px;
}

.links {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-items: center;
  flex-flow: wrap;
  justify-content: space-around;
}
.links .link {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80%;
  flex-flow: row;
  width: 64px;
  height: 64px;
  margin: 5px;
  margin-top: 15px;
  margin-bottom: 40px;
  border-radius: 50%;
  padding: 10px;
}
.links .title {
  display: block;
  bottom: -30px;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
}

body,
html {
  background: linear-gradient(90deg, var(--fimobile-page-bg-2) 0%, var(--fimobile-page-bg-1) 100%);
}

.btn-fixed-bottom {
  bottom: 100px;
  position: fixed;
  left: 10%;
  width: 80%;
}

.placeImage {
  width: 100%;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.placeImage img {
  width: 100%;
}

.small {
  font-size: xx-small;
  opacity: 0.6;
}

.selectIcon {
  background: #c1cef6;
}

.updatescontainer {
  display: inline-block;
  width: 100%;
  height: 100vh;
}

.headertitle {
  color: rgba(0, 0, 0, 0.3);
  font-size: medium;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}

.framed {
  border-radius: 5px;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.links .btn-xs {
  margin-top: 9px;
  padding: 1px 3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

input.input-text {
  border: 0;
  background: rgba(0, 0, 0, 0);
  background: white;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.smalllinkicon {
  width: 24px;
  height: 24px;
  display: inline-block;
}

.btn-manager-top *,
.btn-manager * {
  transition: all 1.2s ease-in-out;
}
.btn-manager-top .btn i,
.btn-manager .btn i {
  font-size: 22px;
}
.btn-manager-top .btn span,
.btn-manager .btn span {
  display: block;
  font-size: 7px;
  /* color: rgb(255, 255, 255);
  mix-blend-mode: difference; */
}
.btn-manager-top .btn-top:hover,
.btn-manager .btn-top:hover {
  transition: all 2s ease-in-out;
  background-color: rgba(0, 0, 0, 0.1);
}

media print .hidden-print {
  display: none !important;
}

.status.status-0 {
  opacity: 0.5;
}
.status.status--1 {
  opacity: 0.3;
}
.status.status--2 {
  display: none;
}

.o5 {
  opacity: 0.5;
}

select {
  width: 100%;
  border: 1px solid var(--fimobile-theme-bordercolor);
  border-radius: 0.25em;
  padding: 0.25em 0.5em;
  font-size: 1.25rem;
  cursor: pointer;
  line-height: 1.1;
  background-color: #fff;
  background-image: linear-gradient(to top, #f9f9f9, #fff 33%);
}

.colorcircle {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: white;
  vertical-align: baseline;
}