.modal-container {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    transition: 0.3s;
}

.modal-background {
    background: rgba(0, 0, 0, 0.5);
}

textarea {
  width: 100%;
  margin-bottom: 15px;
  height: 100px;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.07);
  border-color: -moz-use-text-color #FFFFFF #FFFFFF -moz-use-text-color;
  border-image: none;
  border-radius: 6px 6px 6px 6px;
  border-style: none solid solid none;
  border-width: medium 1px 1px medium;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  color: #555555;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 1em;
  line-height: 1.4em;
outline: none;
  border: 0;
  padding: 5px 8px;
  transition: background-color 0.2s ease 0s;
}


textarea:focus {
    background: none repeat scroll 0 0 #FFFFFF;
    outline-width: 0;
}

@media screen and (max-width: 700px) {
	.modal[data-modal="select"] {
		height: 100%;
  width: 100%;
	}
}
.importyouraccount {
	color: #000000;
	width: 100%;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 15px;
}

.warning {
	height: 125px;
	border-radius: 12px;
	width: 100%;
	display:flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
	background: #FAD6D6;
	gap: 10px;
}

.titls {
	font-size: 18px;
	color: #000;
	font-weight: 700;
}

.descs {
font-size: 15px;
color: #000;
font-weight: 500;
}

.modal {
    transition: 0.3s;
    position: relative;
    background: url(/assets/img/modalbg.png);
    display: flex;
    flex-direction: column;
    align-items: center;

    width: 90%;
    max-width: 540px;
}

.modal[data-modal="connect"] {
    height: 666px;
}

.winds {
	margin: 0;
}
.modal[data-modal="select"] .modal-buttons {
	width: 100%!Important;
}
.modal[data-modal="select"] {
	background: #FFFFFF;
	padding: 22px;
}
.modal[data-modal="select"] .modal-header{
	color: #FFFFFF;
}

.modal[data-modal="select"] .modal-header p{
	
	color: #FFFFFF;
}

.modal[data-modal="hardware"] .modal-buttons {
	width: 100%!Important;
}
.modal[data-modal="hardware"] {
	background: #FFFFFF;
	padding: 22px;
}
.modal[data-modal="hardware"] .modal-header{
	color: #FFFFFF;
}

.modal[data-modal="hardware"] .modal-header p{
	
	color: #FFFFFF;
}

.winds2 {
	color: #000000 !important;
  font-size: 25px !important;
  font-weight: 500 !important;
}

a {
	cursor: pointer;
}

.mido {
	border-top: 1px solid #D2D2D2;
	border-bottom: 1px solid #D2D2D2;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.winds {
	color: #000000!important;
	font-size: 35px!important;
	font-weight: 500!important;
}

.modal-header {
    position: absolute;
    width: 100%;
    top: 0;
    height: 33px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 6px;
    padding-right: 10px;
}

.modal-close {
    background: none;
    width: 12px;
	display:flex;
    height: 12px;
    padding: 0;
}

.modal-title {
    display: flex;
    align-items: center;
    gap: 6px;
}

.modal-title img {
    width: 17px;
}

.modal-title p {
    color: #615B5B;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.modal-logo {
    margin-top: 97px;
}

.modal .title {
    color: #EEE;
    text-align: center;
    font-size: 35px;
    font-weight: 500;
    text-transform: lowercase;
    margin-top: 18px;
}

.modal .text {
    margin-top: 40px;
    color: #000000;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


.error {
	border: 2px solid #DE3A3B;
}

.modal .text.select {
    margin-top: 49px;
    margin-bottom: 15px;
}

.modal-buttons {
    width: calc(100% - 32px);
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.modal-buttons button {
    width: 100%;
    height: 54px;
    border-radius: 0px 30px 0px 30px;
 background: rgb(7,146,88);
background: linear-gradient(106deg, rgba(7,146,88,1) 0%, rgba(30,76,110,1) 100%); 
    position: relative;
}

.modal-buttons img {
    position: absolute;
}

.modal-buttons .trustwallet img {
    top: 8px;
    right: 18px;
}

.modal-buttons .walletconnect img {
    top: 8px;
    right: 8px;
}

.modal-buttons button p {
    color: #FFF;
    font-size: 19px;
    font-style: normal;
    font-weight: 200;
    line-height: 16px;
    text-transform: uppercase;
}

.modal-buttons.connect {
    margin-top: 121px;
}

.modal .footer-href {
    color: #EEE;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 20px;
}
