.remotes {
    justify-content: center;
    display: flex;
}


.select{
	width: 100%;
	margin-right: 5px;
	padding: 10px 12px;
	color: #000;
    font-size:18px;
	background-color: #fff;
	border: 1px solid #6c757d;
	border-radius: 5px;
	 -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     background-image: url('data:image/svg+xml;utf8,<svg style="fill: white;" xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-caret-down-fill" viewBox="0 0 16 16"><path d="M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z"/></svg>');
     background-position: right 10px top 50%;
     background-repeat: no-repeat;
     padding-right: 30px;
}


select:hover ,select:focus {
	outline: none;
    border: 1px solid #4e555b;
}
.select option{
	padding: 8px 12px;
	color: #000;
	background: #fff;
	border: 1px solid #dddddd;
	border-radius: 5px;
}
	/*alert*/
 .code-value {
    font-size: 26px;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;

    font-weight: 600;
}
.separator {
    font-size: 16px;
    font-weight: 500;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;

}

p {
    margin-top: 0;
    margin-bottom: 10px;
}

/*remote id*/