/*
	===============================
			@Import	Function
	===============================
*/
/*
	===============================
			@Import	Mixins
	===============================
*/
textarea {
  resize: none;
}

.cp-btn {
  border-radius: 6px;
  display: flex;
  width: 100px;
}
.cp-btn svg {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 5px;
}
.clipboard.copy-txt {
  background-color: #060818;
}
.clipboard.copy-txt .otp-pass span {
  font-size: 24px;
  font-weight: 600;
  color: #009688;
}
