// 
// user.scss
// Use this to write your custom SCSS
//
// .table-responsive{
//     overflow-y: scroll;
//     height: 350px;
// }
#page-content{
  position: relative;
  padding-bottom: 70px;
}
.validate {
    border-radius: 20px;
    height: 40px;
    width: 140px
}
.otp-screen{
    margin-right: 0.5em;
    height: 40px;
    width: 40px;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #2f8f1f;
    text-align: center;
    outline: none;
    font-size: 16px;
}
.invest-amount.modal.show .modal-dialog{
    top: 20%;
}
/* 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;
}

span.badge.badge-light {
  width: 25px;
  height: 25px;
  background: #16DBCC;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  padding: 10px 10px 10px 13px;
  font-size: 10px;
}
.red-border{
  border-color: red;
  border-radius: 6px;
  border-width: 1px;
}
input#pickDate:focus {
  outline: none;
}
.react-datepicker__view-calendar-icon input {
  width: 100%;
  border-radius: 6px;
  border-color: #c4c4c42e;
}

.icon-hover {
  cursor: pointer;
  margin-right: 8px;
  color: #343C6A;
  transition: color 0.3s ease-in-out;
}

.icon-hover:hover {
  color: #624bff;
}