.md-field {
  width: 200px;
}

.v-select {
  padding-top: 16px;
}

.v-select .vs__selected {
  font-size: unset !important;
  font-weight: unset !important;
  white-space: nowrap;
  margin-right: unset !important;
}

.v-select #vs1__combobox {
  width: 200px;
}

@media only screen and (max-width: 475px) {
  .v-select #vs1__combobox {
    width: 136px;
  }
}

@media only screen and (max-width: 375px) {
  .v-select #vs1__combobox {
    width: 126px;
  }
}

@media only screen and (max-width: 320px) {
  .v-select #vs1__combobox {
    width: 112px;
  }
}

.v-select .vs__clear {
  display: none;
}

.v-select .vs__dropdown-toggle {
  border: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.42) !important;
  border-radius: unset;
}

.v-select.location-select .vs__dropdown-toggle {
  background-color: transparent!important;
}

.v-select .vs__search {
  position: absolute;
  width: 100%;
  height: 22px;
}

.v-select .vs__selected-options {
  min-height: 25px;
  max-width: 200px;
  overflow: hidden;
}

.vs__dropdown-menu {
  width: 320px;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  border: none;
  max-height: 200px;
  left: unset;
  top: unset;
  right: -65px;
  border-radius: 2px;
  z-index: 20000;
  /* ===== Scrollbar CSS ===== */
  /* Firefox */
  /* Chrome, Edge, and Safari */
}

@media only screen and (max-width: 475px) {
  .vs__dropdown-menu {
    right: unset;
    left: -170px;
  }
}

@media only screen and (max-width: 320px) {
  .vs__dropdown-menu {
    width: 290px;
    left: -155px;
  }
}

.vs__dropdown-menu::-webkit-scrollbar {
  width: 9px;
}

.vs__dropdown-menu::-webkit-scrollbar-track {
  background: #e1e1e1;
}

.vs__dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #5f5d5d;
  border-radius: 8px;
}

.vs__dropdown-menu .vs__dropdown-option--highlight {
  background-color: rgba(0, 0, 0, 0.12);
  color: #09988C;
}

.vs__dropdown-menu .vs__dropdown-option {
  height: 48px;
  display: flex;
  align-items: center;
  font-size: 16px;
  transition: all 0.5s;
}

.vs__dropdown-menu .vs__dropdown-option:hover {
  background-color: rgba(0, 0, 0, 0.12);
}

#inputText {
  position: absolute;
  left: -100000%;
}

.md-field .size {
  position: absolute;
  right: 0;
  top: 22px !important;
}

@media only screen and (max-width: 475px) {
  .fa-file-pdf {
    display: none !important;
  }
}

.fa-file-pdf {
  height: 40px !important;
  position: absolute;
  bottom: 120px !important;
  left: 30px !important;
  cursor: pointer;
}

.fa-share-square {
  font-size: 20px !important;
  position: absolute;
  bottom: 120px !important;
  left: 80px !important;
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  .fa-share-square {
    position: fixed;
    bottom: 10%;
    left: 4%;
  }
}

@media only screen and (max-width: 475px) {
  .fa-share-square {
    bottom: 120px !important;
    left: 20px !important;
  }
}

.title {
  font-size: 20px;
  text-align: end;
  box-sizing: border-box;
  font-weight: bold;
  margin-right: 20px;
}

@media only screen and (max-width: 475px) {
  .title {
    font-size: 16px;
    width: 80%;
  }
}

.twoBlocks {
  width: 1200px !important;
}

.scale {
  transform: scale(0.9);
}

.pdf {
  font-family: sans-serif;
}

.pdf .field {
  padding: 15px 0px !important;
  display: block !important;
}

.pdf .field .price {
  color: #2da15d;
  font-weight: bold;
}

.pdf .end {
  border-radius: 0px 0px 15px 15px;
}

.fade-enter-active, .fade-leave-active {
  transition: opacity .25s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

video {
  position: absolute;
  overflow: hidden;
  height: 100% !important;
  width: 100%;
  object-fit: cover;
}

#root {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 60px;
}

@media only screen and (max-width: 475px) {
  #root {
    height: 100%;
  }
}

.shareBl-enter-active, .shareBl-leave-active {
  transition: opacity .5s;
}

.shareBl-enter, .shareBl-leave-to {
  opacity: 0;
}

.md-dialog {
  border-radius: 5px !important;
}

.md-dialog-container {
  background-color: white;
}

@media only screen and (max-width: 475px) {
  .md-dialog-container {
    background-color: rgba(0, 0, 0, 0);
  }
}

.md-dialog-container .content-sh {
  display: inline-block;
  background-color: white;
  border-radius: 5px;
}

@media only screen and (max-width: 475px) {
  .md-dialog-container .content-sh {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0);
  }
}

.md-dialog-container .content-sh .bottom {
  display: flex;
  align-items: center;
  font-size: 18px;
}

@media only screen and (max-width: 768px) {
  .md-dialog-container .content-sh .bottom {
    display: block;
    text-align: center;
    font-size: 16px;
  }
}

@media only screen and (max-width: 475px) {
  .md-dialog-container .content-sh .bottom {
    background-color: white;
    padding: 10px;
    border-radius: 5px;
  }
}

.md-dialog-container .content-sh .bottom .input {
  text-overflow: ellipsis;
  color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  max-width: 250px;
  font-size: 16px;
  white-space: nowrap;
}

.md-dialog-container .content-sh .bottom .copy {
  width: 100%;
  text-align: center;
  color: #fe2c55;
  cursor: pointer;
}

.md-dialog-container .content-sh .bottom .copy i {
  font-size: 14px;
  margin-right: 5px;
}

@media only screen and (max-width: 1024px) {
  .mobHeight {
    height: 100vh;
  }
}

@media only screen and (max-width: 1024px) {
  .custH {
    height: 100vh;
  }
}

@media only screen and (max-width: 768px) {
  .custH {
    height: 100%;
  }
}

.loadBar {
  width: 100%;
  height: 100vh;
  background-color: white;
  position: absolute;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content {
  width: 700px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 15px;
  padding: 40px;
  box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  transition: all 0.25s;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .content {
    width: 100% !important;
    overflow: auto;
    border-radius: 0px;
  }
}

.content .refresh {
  position: absolute;
  right: 40px;
  top: 40px;
  cursor: pointer;
  font-size: 20px;
}

.content .blocks {
  display: flex;
  justify-content: space-around;
}

@media only screen and (max-width: 1024px) {
  .content .blocks {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 475px) {
  .content .blocks {
    align-items: center;
    /* height: calc(85% - 100px); */
  }
}

.content .blocks .left-block .md-field {
  margin: 4px 0px 10px !important;
}

@media only screen and (max-width: 475px) {
  .content .blocks .left-block {
    width: 100%;
  }
}

.content .blocks .right-block .checkbox {
  padding: 5px 0px;
}

.content .blocks .right-block .md-checkbox {
  margin: 0px 16px 0px 0 !important;
}

.content .blocks .right-block .md-field {
  margin: 4px 0px 10px !important;
}

@media only screen and (max-width: 475px) {
  .content .blocks .right-block {
    width: 100%;
  }
}

.content:hover {
  box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.23);
}

.content .seal {
  font-size: 24px;
  position: absolute;
  bottom: 17%;
  cursor: pointer;
}

.content .type-engine {
  display: flex;
  align-items: center;
  transition: all 0.25s;
  justify-content: flex-end;
}

.content .type-engine .title {
  white-space: nowrap;
}

.content .type-engine .last {
  margin: 16px 0px 16px 0;
}

@media only screen and (max-width: 475px) {
  .content .type-engine .radio {
    width: 200px;
  }
}

.content .logo {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
}

.content .logo img {
  max-height: 150px !important;
}

.content .field {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: end;
  transition: all 0.25s;
}

.content .field span {
  font-weight: bold;
  font-size: 24px;
  margin-right: 20px;
}

@media only screen and (max-width: 475px) {
  .content .field span {
    font-size: 16px;
    width: 80%;
  }
}

.content .field .pdf-title {
  display: inline-block;
  font-size: 22px;
  width: 50%;
}

.content .field .info {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  .content .field .info {
    font-size: 16px;
  }
}

.content .field .size {
  font-size: 14px;
  font-weight: bold;
}

.content .select {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: bold;
  transition: all 0.25s;
}

.content .select .title {
  font-size: 24px;
  text-align: end;
  box-sizing: border-box;
  margin-right: 20px;
}

@media only screen and (max-width: 475px) {
  .content .select .title {
    font-size: 16px;
    width: 80%;
  }
}

.content .checkbox {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.25s;
}

.content .checkbox .check {
  width: 200px;
  display: flex;
  align-items: center;
}

.content .checkbox .check span {
  font-weight: bold;
  font-size: 18px;
  white-space: nowrap;
}

@media only screen and (max-width: 768px) {
  .content .checkbox .check span {
    font-size: 14px;
  }
}

.content .mob-end {
  width: 100%;
  height: 100px;
  display: none;
}

@media only screen and (max-width: 1024px) {
  .content .mob-end {
    display: block;
  }
}

.content .end {
  font-size: 28px;
  font-weight: bold;
  padding-top: 20px;
  margin: -40px;
  padding: 40px;
  color: white;
  margin-top: 20px;
  background: #022B36;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 1024px) {
  .content .end {
    position: fixed;
    bottom: calc(0vh + 40px);
    width: 100%;
    z-index: 1000;
  }
}

.content .end .green {
  color: #09988C;
}




.md-field.md-theme-default .md-helper-text, .md-field.md-theme-default .md-count, .md-field.md-theme-default label {
    color: rgba(0,0,0,0.54);
}
.md-field.md-focused label, .md-field.md-has-value label {
    pointer-events: auto;
    top: 0;
    opacity: 1;
    font-size: 12px;
}
.md-field label {
    position: absolute;
    top: 23px;
    left: 0;
    pointer-events: none;
    transition: .4s cubic-bezier(.25,.8,.25,1);
    transition-duration: .3s;
    font-size: 16px;
    line-height: 20px;
}

.md-field.md-theme-default.md-focused .md-input, .md-field.md-theme-default.md-focused .md-textarea, .md-field.md-theme-default.md-has-value .md-input, .md-field.md-theme-default.md-has-value .md-textarea {
    -webkit-text-fill-color: rgba(0,0,0,0.87);
}
.md-field.md-focused .md-input, .md-field.md-focused .md-textarea, .md-field.md-has-value .md-input, .md-field.md-has-value .md-textarea {
    font-size: 16px;
}
.md-field .md-input, .md-field .md-textarea {
    width: 100%;
    height: 32px;
    padding: 0;
    display: block;
    -webkit-box-flex: 1;
    flex: 1;
    border: none;
    background: none;
    transition: .4s cubic-bezier(.25,.8,.25,1);
    transition-property: font-size,padding-top,color;
    font-family: inherit;
    font-size: 1px;
    line-height: 32px;
}

.md-field.md-theme-default:before {
    background-color: #09988C;
    background-color: var(--md-theme-default-primary, #09988C);
}
.md-field:before {
    height: 2px;
    z-index: 2;
    opacity: 0;
    -webkit-transform: scaleX(.12);
    transform: scaleX(.12);
}
.md-field:after, .md-field:before {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    transition: border .3s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1),-webkit-transform 0s cubic-bezier(.4,0,.2,1) .3s;
    transition: border .3s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1),transform 0s cubic-bezier(.4,0,.2,1) .3s;
    transition: border .3s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1),transform 0s cubic-bezier(.4,0,.2,1) .3s,-webkit-transform 0s cubic-bezier(.4,0,.2,1) .3s;
    will-change: border,opacity,transform;
    content: " ";
}
.md-field.md-theme-default:after {
    background-color: rgba(0,0,0,0.42);
}
.md-field:after {
    height: 1px;
}
.md-field:after, .md-field:before {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    transition: border .3s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1),-webkit-transform 0s cubic-bezier(.4,0,.2,1) .3s;
    transition: border .3s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1),transform 0s cubic-bezier(.4,0,.2,1) .3s;
    transition: border .3s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1),transform 0s cubic-bezier(.4,0,.2,1) .3s,-webkit-transform 0s cubic-bezier(.4,0,.2,1) .3s;
    will-change: border,opacity,transform;
    content: " ";
}
.md-field {
    min-height: 48px;
    margin: 4px 0 24px;
    padding-top: 16px;
    display: -webkit-box;
    display: flex;
    position: relative;
    font-family: inherit;
}
.md-menu.md-select {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
    flex: 1;
}
.md-menu.md-select:not(.md-disabled) .md-icon, .md-menu.md-select:not(.md-disabled) .md-input {
    cursor: pointer;
    outline: none;
}
.md-menu.md-select .md-input {
    -webkit-box-flex: 1;
    flex: 1;
}
.md-menu.md-select:not(.md-disabled) .md-icon, .md-menu.md-select:not(.md-disabled) .md-input {
    cursor: pointer;
    outline: none;
}
.md-icon.md-theme-default.md-icon-font {
    color: rgba(0,0,0,0.54);
    color: var(--md-theme-default-icon-on-background, rgba(0,0,0,0.54));
}
.md-icon {
    transition: color .4s cubic-bezier(.4,0,.2,1);
    direction: ltr;
    font-family: Material Icons;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    font-style: normal;
    letter-spacing: normal;
    line-height: 1;
    text-rendering: optimizeLegibility;
    text-transform: none;
    word-wrap: normal;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.md-icon {
    width: 24px;
    min-width: 24px;
    height: 24px;
    font-size: 24px!important;
    margin: auto;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    vertical-align: middle;
}
.md-icon.md-theme-default.md-icon-image svg {
    fill: rgba(0,0,0,0.54);
    fill: var(--md-theme-default-icon-on-background, rgba(0,0,0,0.54));
}
.md-icon-image svg {
    height: 100%;
    -webkit-box-flex: 1;
    flex: 1;
    transition: fill .4s cubic-bezier(.4,0,.2,1);
}
.md-menu.md-select .md-input-fake, .md-menu.md-select select {
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    position: absolute;
    clip: rect(0 0 0 0);
    border: 0;
}
.md-ripple-wave {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    background: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-transform: scale(2) translateZ(0);
    transform: scale(2) translateZ(0);
}
.md-list-item-text {
    -webkit-box-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: flex-start;
    overflow: hidden;
    line-height: 1.25em;
    white-space: nowrap;
}
.md-list-item-content {
    min-height: 48px;
    padding: 4px 16px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    transition: padding .4s cubic-bezier(.25,.8,.25,1);
    will-change: padding;
}
.md-ripple {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 4;
    overflow: hidden;
    -webkit-mask-image: radial-gradient(circle,#fff 100%,#000 0);
}
.md-list.md-theme-default .md-list-item-container {
    color: rgba(0,0,0,0.87);
    color: var(--md-theme-default-text-primary-on-background, rgba(0,0,0,0.87));
}
.md-list-item-container:not(.md-list-item-default):not([disabled]) {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
.md-list-item-container {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    text-transform: none;
}
.md-button, .md-button-clean {
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
    overflow: hidden;
    outline: none;
    background: transparent;
    border: 0;
    border-radius: 0;
    transition: .4s cubic-bezier(.4,0,.2,1);
    font-family: inherit;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
}
.md-list-item {
    height: auto;
    position: relative;
    z-index: 2;
}
.md-menu-content.md-select-menu .md-list {
    transition: opacity .3s cubic-bezier(.55,0,.55,.2);
}
.md-list.md-theme-default {
    background-color: #fff;
    background-color: var(--md-theme-default-background, #fff);
    color: rgba(0,0,0,0.87);
    color: var(--md-theme-default-text-primary-on-background, rgba(0,0,0,0.87));
}
.md-menu-content-container .md-list {
    transition: opacity .3s cubic-bezier(.25,.8,.25,1);
    will-change: opacity;
    font-family: Roboto,sans-serif;
    text-transform: none;
    white-space: nowrap;
}
.md-list {
    margin: 0;
    padding: 8px 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column nowrap;
    position: relative;
    list-style: none;
    transition: .3s cubic-bezier(.4,0,.2,1);
}
.md-menu-content-container {
    -webkit-box-flex: 1;
    flex: 1;
    overflow: auto;
}
.md-menu-content {
    box-shadow: 0 5px 5px -3px rgb(0 0 0 / 20%), 0 8px 10px 1px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%);
    min-width: 112px;
    max-width: 280px;
    max-height: 35vh;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    position: absolute;
    z-index: 8;
    border-radius: 2px;
    transition: opacity .3s cubic-bezier(.25,.8,.25,1),-webkit-transform .2s cubic-bezier(.25,.8,.25,1);
    transition: transform .2s cubic-bezier(.25,.8,.25,1),opacity .3s cubic-bezier(.25,.8,.25,1);
    transition: transform .2s cubic-bezier(.25,.8,.25,1),opacity .3s cubic-bezier(.25,.8,.25,1),-webkit-transform .2s cubic-bezier(.25,.8,.25,1);
    will-change: opacity,transform,top,left!important;
}
.md-menu-content.md-select-menu {
    width: 100%;
}
.md-checkbox:not(.md-disabled), .md-checkbox:not(.md-disabled) .md-checkbox-label {
    cursor: pointer;
}
.md-checkbox {
    width: auto;
    margin: 16px 16px 16px 0;
    display: -webkit-inline-box;
    display: inline-flex;
    position: relative;
}
.md-checkbox.md-theme-default.md-checked.md-primary .md-checkbox-container {
    background-color: #09988C;
    background-color: var(--md-theme-default-primary, #09988C);
    border-color: #09988C;
    border-color: var(--md-theme-default-primary, #09988C);
}
.md-checkbox.md-theme-default.md-checked .md-checkbox-container {
    background-color: #ff5252;
    background-color: var(--md-theme-default-accent, #ff5252);
    border-color: #ff5252;
    border-color: var(--md-theme-default-accent, #ff5252);
}
.md-checkbox.md-theme-default .md-checkbox-container {
    border-color: rgba(0,0,0,0.54);
}
.md-checkbox .md-checkbox-container {
    width: 20px;
    min-width: 20px;
    height: 20px;
    position: relative;
    border-radius: 2px;
    border: 2px solid transparent;
    transition: .4s cubic-bezier(.25,.8,.25,1);
}
.md-checkbox .md-checkbox-container:before {
    width: 48px;
    height: 48px;
    top: 50%;
    left: 50%;
    z-index: 5;
    border-radius: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.md-checkbox .md-checkbox-container:after, .md-checkbox .md-checkbox-container:before {
    position: absolute;
    transition: .4s cubic-bezier(.55,0,.55,.2);
    content: " ";
}
.md-checkbox.md-theme-default.md-checked .md-checkbox-container:after {
    border-color: #fff;
    border-color: var(--md-theme-default-background, #fff);
}
.md-checkbox.md-checked .md-checkbox-container:after {
    opacity: 1;
    -webkit-transform: rotate(45deg) scale3D(1,1,1);
    transform: rotate(45deg) scale3D(1,1,1);
    transition: .4s cubic-bezier(.25,.8,.25,1);
}
.md-checkbox .md-checkbox-container:after {
    width: 6px;
    height: 13px;
    top: 0;
    left: 5px;
    z-index: 6;
    border: 2px solid transparent;
    border-top: 0;
    border-left: 0;
    opacity: 0;
    -webkit-transform: rotate(45deg) scale3D(.15,.15,1);
    transform: rotate(45deg) scale3D(.15,.15,1);
}
.md-checkbox .md-checkbox-container:after, .md-checkbox .md-checkbox-container:before {
    position: absolute;
    transition: .4s cubic-bezier(.55,0,.55,.2);
    content: " ";
}
.md-checkbox.md-theme-default.md-checked.md-primary .md-ripple {
    color: #09988C;
    color: var(--md-theme-default-primary, #09988C);
}
.md-checkbox.md-theme-default.md-checked .md-ripple {
    color: #ff5252;
    color: var(--md-theme-default-accent, #ff5252);
}
.md-checkbox .md-checkbox-container .md-ripple {
    width: 48px!important;
    height: 48px!important;
    top: 50%!important;
    left: 50%!important;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 50%;
}
.md-ripple {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 4;
    overflow: hidden;
    -webkit-mask-image: radial-gradient(circle,#fff 100%,#000 0);
}
.md-checkbox .md-checkbox-container input {
    position: absolute;
    left: -999em;
}
.md-ripple-wave.md-centered {
    top: 50%;
    left: 50%;
}
.md-ripple-wave {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    background: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-transform: scale(2) translateZ(0);
    transform: scale(2) translateZ(0);
}
.md-radio:not(.md-disabled), .md-radio:not(.md-disabled) .md-radio-label {
    cursor: pointer;
}
.md-radio .md-radio-label {
    height: 20px;
    padding-left: 16px;
    position: relative;
    line-height: 20px;
}
.md-radio.md-theme-default.md-checked.md-primary .md-radio-container {
    border-color: #09988C;
    border-color: var(--md-theme-default-primary, #09988C);
}
.md-radio.md-theme-default.md-checked .md-radio-container {
    border-color: #ff5252;
    border-color: var(--md-theme-default-accent, #ff5252);
}
.md-radio.md-theme-default .md-radio-container {
    border-color: rgba(0,0,0,0.54);
}
.md-radio .md-radio-container {
    width: 20px;
    min-width: 20px;
    height: 20px;
    position: relative;
    border: 2px solid transparent;
    border-radius: 50%;
    transition: .4s cubic-bezier(.25,.8,.25,1);
}
.md-radio .md-radio-container:before {
    width: 48px;
    height: 48px;
    top: 50%;
    left: 50%;
    z-index: 5;
    border-radius: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.md-radio.md-theme-default.md-checked.md-primary .md-radio-container:after {
    background-color: #09988C;
    background-color: var(--md-theme-default-primary, #09988C);
}
.md-radio.md-theme-default.md-checked .md-radio-container:after {
    background-color: #ff5252;
    background-color: var(--md-theme-default-accent, #ff5252);
}
.md-radio.md-checked .md-radio-container:after {
    opacity: 1;
    -webkit-transform: scale3D(1,1,1);
    transform: scale3D(1,1,1);
    transition: .4s cubic-bezier(.25,.8,.25,1);
}
.md-radio .md-radio-container:after {
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    border-radius: 50%;
    opacity: 0;
    -webkit-transform: scale3D(.38,.38,1);
    transform: scale3D(.38,.38,1);
    content: " ";
}
.md-radio .md-radio-container:after, .md-radio .md-radio-container:before {
    position: absolute;
    transition: .4s cubic-bezier(.55,0,.55,.2);
    content: " ";
}
.md-radio.md-theme-default.md-checked.md-primary .md-ripple {
    color: #09988C;
    color: var(--md-theme-default-primary, #09988C);
}
.md-radio.md-theme-default.md-checked .md-ripple {
    color: #ff5252;
    color: var(--md-theme-default-accent, #ff5252);
}
.md-radio .md-radio-container .md-ripple {
    width: 48px!important;
    height: 48px!important;
    top: 50%!important;
    left: 50%!important;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 50%;
}
.md-radio {
    width: auto;
    margin: 16px 16px 16px 0;
    display: -webkit-inline-box;
    display: inline-flex;
    position: relative;
}