
.btn[data-v-b77320e6] {
  margin: 0.375rem;
  color: inherit;
  text-transform: uppercase;
  word-wrap: break-word;
  white-space: normal;
  cursor: pointer;
  border: 0;
  border-radius: 0.125rem;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  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;
  padding: 0.84rem 2.14rem;
  font-size: .81rem;
}
.radio-toolbar input[type="radio"][data-v-b77320e6], input[type="checkbox"][data-v-b77320e6] {
  opacity: 0;
  position: fixed;
  width: 0;
}
.radio-toolbar label[data-v-b77320e6] {
  display: inline-block;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  border-radius: 15px;
}
.btn-options__models__icon[data-v-b77320e6] {
  display: table-cell;
  padding: 10px;
  width: 5vw;
  height: 6vh;
  border-radius: 15px;
  vertical-align: middle;
}
.radio-toolbar input[type="radio"]:focus + label[data-v-b77320e6], input[type="checkbox"]:checked  + label[data-v-b77320e6] {
  border-radius: 15px;
}
.radio-toolbar input[type="radio"]:checked + label>div[data-v-b77320e6], input[type="checkbox"]:checked + label>div[data-v-b77320e6] {
  background-color: #fffbcd;
  box-shadow: inset 1px 2px 4px 0 rgba(0, 0, 0, .4);
}
.btn-custom[data-v-b77320e6] {
  margin: 0;
  width: 259px;
  height: 56px;
  font-family: "Istok Web Regular";
  font-size: 20px;
  color: #4a4a4a;
  border: 1px solid #ced4da;
  border-radius: 11px;
  background-color: #e8ffcf;
  text-transform: none;
}

.theme--light.v-divider {
  border-color: rgba(0, 0, 0, 0.12);
}

.theme--dark.v-divider {
  border-color: rgba(255, 255, 255, 0.12);
}

.v-divider {
  display: block;
  flex: 1 1 0px;
  max-width: 100%;
  height: 0px;
  max-height: 0px;
  border: solid;
  border-width: thin 0 0 0;
  transition: inherit;
}
.v-divider--inset:not(.v-divider--vertical) {
  max-width: calc(100% - 72px);
}
.v-application--is-ltr .v-divider--inset:not(.v-divider--vertical) {
  margin-left: 72px;
}
.v-application--is-rtl .v-divider--inset:not(.v-divider--vertical) {
  margin-right: 72px;
}
.v-divider--vertical {
  align-self: stretch;
  border: solid;
  border-width: 0 thin 0 0;
  display: inline-flex;
  height: inherit;
  min-height: 100%;
  max-height: 100%;
  max-width: 0px;
  width: 0px;
  vertical-align: text-bottom;
  margin: 0 -1px;
}
.v-divider--vertical.v-divider--inset {
  margin-top: 8px;
  min-height: 0;
  max-height: calc(100% - 16px);
}
