﻿.mt-25 {
  margin-top: 25px !important;
}

.mt-15 {
  margin-top: 15px !important;
}


.text-theme {
  color: #ffba00 !important
}



.btn-disabled {
  background-color: transparent;
  border-color: rgb(52, 58, 63)
}



@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }

  .new_row {
    text-align: center !important;
    display: flex !important;
    justify-content: center !important;
  }

  .sm_font {
    font-size: 12px !important;
  }

  .main-form {
    margin-top: 60px !important
  }

  .login-form {
    margin-top: 10px !important
  }

  .wallet_add {
    position: relative;
    top: 10px;
    right: 10px
  }
}

/* default styles */

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #fff;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #fff;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.main-form {
  margin-top: 50px !important
}

