@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/segoe/SegoeUI-Light.eot");
  src: local("Segoe UI Light"), local("SegoeUI-Light"), url("../fonts/segoe/SegoeUI-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/segoe/SegoeUI-Light.woff") format("woff"), url("../fonts/segoe/SegoeUI-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/segoe/SegoeUI-BoldItalic.eot");
  src: local("Segoe UI Bold Italic"), local("SegoeUI-BoldItalic"), url("../fonts/segoe/SegoeUI-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/segoe/SegoeUI-BoldItalic.woff") format("woff"), url("../fonts/segoe/SegoeUI-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/segoe/SegoeUI-SemiBold.eot");
  src: local("Segoe UI Semibold"), local("SegoeUI-SemiBold"), url("../fonts/segoe/SegoeUI-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/segoe/SegoeUI-SemiBold.woff") format("woff"), url("../fonts/segoe/SegoeUI-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/segoe/SegoeUI.eot");
  src: local("Segoe UI"), local("SegoeUI"), url("../fonts/segoe/SegoeUI.eot?#iefix") format("embedded-opentype"), url("../fonts/segoe/SegoeUI.woff") format("woff"), url("../fonts/segoe/SegoeUI.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/segoe/SegoeUI-Bold.eot");
  src: local("Segoe UI Bold"), local("SegoeUI-Bold"), url("../fonts/segoe/SegoeUI-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/segoe/SegoeUI-Bold.woff") format("woff"), url("../fonts/segoe/SegoeUI-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/segoe/SegoeUI-Italic.eot");
  src: local("Segoe UI Italic"), local("SegoeUI-Italic"), url("../fonts/segoe/SegoeUI-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/segoe/SegoeUI-Italic.woff") format("woff"), url("../fonts/segoe/SegoeUI-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

.tip-form .gereral-cover {
  display: none; }
  .tip-form .gereral-cover.active {
    display: block; }

.tip-form .title {
  border-radius: 16px 16px 0 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.54px;
  text-transform: uppercase;
  padding: 12px 20px;
  background-color: rgba(0, 0, 0, 0.8); }

.tip-form .tips-list {
  font-size: 0;
  padding: 8px 6px; }
  .tip-form .tips-list .item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 3px;
    border-right: 1px solid #949494; }
    .tip-form .tips-list .item:nth-child(even) {
      border-right: none; }

.tip-form .btn-cover {
  padding: 8px; }

.tip-form .inner-cover {
  position: absolute;
  background-color: #313131;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
  border-radius: 16px;
  overflow: hidden;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2; }

.tip-form .tip-inner {
  display: none; }
  .tip-form .tip-inner.active {
    display: block; }

.tip-form .check-coins .coins-radio {
  opacity: 0;
  visibility: hidden;
  position: absolute; }
  .tip-form .check-coins .coins-radio:checked ~ .label-coins {
    background-color: #1c1710;
    color: #ffd600; }

.tip-form .check-coins .label-coins {
  color: #fff;
  display: block;
  padding: 10px 5px;
  transition: background-color .3s;
  height: 40px; }
  .tip-form .check-coins .label-coins .image-icon {
    width: 20px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px; }
  .tip-form .check-coins .label-coins .coin-icon {
    max-width: 100%;
    display: inline-block; }
  .tip-form .check-coins .label-coins .text {
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    width: calc(100% - 26px);
    vertical-align: middle;
    letter-spacing: 0.42px;
    text-align: left; }
  .tip-form .check-coins .label-coins:hover {
    background-color: #2c2419; }

.tip-form .custom-form {
  display: none; }
  .tip-form .custom-form.active {
    display: block; }
  .tip-form .custom-form .scrolled {
    height: 150px;
    overflow: auto;
    padding: 0 12px; }
  .tip-form .custom-form .text-cover {
    padding: 20px 8px; }
  .tip-form .custom-form .subtitle {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.48px;
    margin: 0 0 20px; }
  .tip-form .custom-form .form-cover {
    padding: 20px 8px 8px;
    border-top: 2px solid #949494;
    font-size: 0;
    white-space: nowrap; }
    .tip-form .custom-form .form-cover .checkbox-cover {
      margin-bottom: 15px; }
      .tip-form .custom-form .form-cover .checkbox-cover .text {
        margin-right: 7px;
        font-size: 14px;
        line-height: 1;
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
        display: inline-block;
        color: #a2a2a2; }
    .tip-form .custom-form .form-cover .input {
      color: #fff;
      font-size: 14px;
      font-weight: 400;
      line-height: 18px;
      border-radius: 16px;
      border: 2px solid #949494;
      background-color: #313131;
      background-color: transparent; }
      .tip-form .custom-form .form-cover .input::-webkit-input-placeholder {
        color: #fff; }
      .tip-form .custom-form .form-cover .input:-moz-placeholder {
        color: #fff; }
      .tip-form .custom-form .form-cover .input::-moz-placeholder {
        color: #fff; }
      .tip-form .custom-form .form-cover .input:-ms-input-placeholder {
        color: #fff; }
      .tip-form .custom-form .form-cover .input:focus {
        border-color: #ffd600;
        box-shadow: none; }
    .tip-form .custom-form .form-cover .form-group {
      margin-right: 8px;
      margin-bottom: 0;
      width: calc(100% - 108px);
      display: inline-block;
      vertical-align: middle; }
      .tip-form .custom-form .form-cover .form-group.error .input {
        border-color: #ff4700; }
    .tip-form .custom-form .form-cover .btn-warning {
      width: 100px;
      display: inline-block;
      vertical-align: middle;
      padding: 6px 17px;
      font-size: 14px; }
    .tip-form .custom-form .form-cover .warning {
      margin: 15px 0 20px;
      text-align: center;
      font-size: 14px; }
