body {
	background: #121315;
	font-family: sans-serif
}

* {
	margin: 0;
	padding: 0;
    box-sizing: border-box;
}
@media screen and (min-width: 992px){
    .form-wrap {
        width: 100%;
        height: 100%;
        background: #121315;
        padding: 2% 5%;
        position: relative;
        top: 0%
    }
}

@media screen and (max-width: 992px){
    .form-wrap {
        width: 100%;
        height: 100%;
        background: #121315;
        padding: 10% 10%;
        position: relative;
        top: 10%
    }
}

hr {
	margin-bottom: 5%;
	margin-top: 5%;
}

h1,
h2,
h3,
h4,
p,
footer {
	text-align: center;
	color: #fff;
	font-weight: 400;
	margin-bottom: 5%;
	font-size: 60px
}

h2 {
	font-size: 30px;
	margin-top: 1%;
	margin-bottom: 1%;
}

h3 {
	font-size: 35px;
	margin-top: 5%;
	margin-bottom: 2%;
}

h4 {
	font-size: 50px;
	margin-top: 5%;
	margin-bottom: 3%;
}

footer {
	font-size: 15px;
	user-select: none;
}

p {
    margin-top: 5%;
    font-size: 15px;
}

input[type="file"] {
    display: none;
}
@media screen and (min-width: 992px){
    hr{
        width: 25%;
        margin: auto;
        margin-bottom: 2%;
        margin-top: 2%;
    }

    footer{
        clear: both;
        padding-top: 70px;
        bottom: 0%;
        width: 100%
    }

    #title{
        clear: left;
        float: none;
        top: 5%;
        width: 100%;
        text-align: center;
        position: center;
    }

    h1{
       font-size: 40px;
    }
    h2{
        font-size: 20px;
    }
    h3{
        font-size: 25px;
    }
    h4{
        font-size: 30px;
    }

    .pos_100_left{
        float: left;
        width: 100%;
    }

    .pos_33_right{
        float:right;
        width: 33.33%;
    }

    .pos_33_left{
        float:left;
        width: 33.33%;
    }

    .pos_50_left{
        float:left;
        width: 50%;
    }

    .smaller_buttons{
        width: 50%;
        margin: auto;
    }

    .small_hr{
        width: 60%;
        margin: auto;
        margin-top: 3%;
        margin-bottom: 2%;
    }

    .big_hr{
        width: 100%;
        margin: auto;
        margin-top: 3%;
        margin-bottom: 2%;
    }

}

.custom-file-upload {
    display: inline-block;
    align-items: center;
	vertical-align: middle;
	text-align: center;
	line-height: 250%;
}

.custom-file-upload, button, input {
	height: 100px;
    border-radius: 50px;
    background-color: #222327;
    border: 1px solid #424347;
    width: 100%;
    font-size: 40px;
    text-align: center;
    color: white;

}
@media screen and (min-width: 992px) {
    .custom-file-upload, button, input {
        height: 30px;
        width: 33.3%;
        font-size: 15px;
        margin-left: 33.3%;
    }

	.custom-file-upload{
		line-height: 200%;
	}
}
input[type=radio] {
	padding-left: 0px;
	vertical-align: middle;
    -webkit-appearance:none;
    width:40px;
    height:40px;
    border:1px solid darkgray;
    border-radius:50%;
    outline:none;
    box-shadow:0 0 5px 0px gray inset;
}
@media screen and (min-width: 992px){
    input[type=radio]{
        width:20px;
        height:20px;
    }
}

input[type=radio]:hover {
    box-shadow:0 0 5px 0px orange inset;
}
input[type=radio]:before {
    content:'';
    display:block;
    width:60%;
    height:60%;
    margin: 20% auto;
    border-radius:50%;
}
input[type=radio]:checked:before {
    background:#FF9A00;
}
input[type=checkbox] {
	border-radius: 50%;
	border: 1px solid #ddd;
	border: 0px;
    width: 10%;
    height: 1em;
}

.custom-pin-icon-charge-box {
    height: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.custom-pin-charge-box[type=button],
.custom-pin-charge-box[type=button].pinned:hover{
    margin-left: 0;
    position: relative;
    align-items: center;
    justify-content: center;
    transform: rotate(0deg);
}
.custom-pin-charge-box[type=button]:hover,
.custom-pin-charge-box[type=button].pinned {
    transform: rotate(-45deg);
}

.custom-file-upload,
button[type=submit],
button[type=button],
input[type=submit],
input[type=button]
{
	background: #FF9A00;
	cursor: pointer;
	color: #121315
}

input[name="useentapcb"] {
	margin-bottom: 5%;
}
input[name="usestaticipcb"] {
	margin-bottom: 5%;
}
input[type="submit"][value="APPLY"] {
	margin-top: 30px;
}

::placeholder {
	color: #888;
}

button, input:focus::placeholder {
	color: transparent;
}

label {
	color: #fff;
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 30px;
}
@media screen and (min-width: 992px){
    label {
        margin-bottom: 2%;
        margin-top: 2%;
        font-size: 20px;
    }
}
.ssid label {
	margin-left: 3%;
	vertical-align: middle;
}

#othernetwork {
	display: none;
	margin-top: 5%;
}

#entap {
	display: none;
	margin-bottom:5%;
}

#staticip {
	display: none;
}

.my-class {
    color: #FF9A00;
	margin-top: 25px;
	padding-top: 25px;
	margin-bottom: 25px;
	padding-bottom: 25px;
}

#instruction{
        margin-bottom: 5%;
}

#refresh_link {
    text-align: center;
}

#refresh_link a {
    font-size: 30px;
    color: gray;
    transition: color 0.1s;
}

#refresh_link a:active {
    color: #FF9A00;
    animation: click-feedback 0.1s;
}

@keyframes click-feedback {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

#message {
    color: #FF9A00;
	margin-top: 25px;
	padding-top: 25px;
}

@media screen and (min-width: 992px){
    #message {
        margin-top: 0px;
        padding-top: 0px;
    }

    #refresh_link a {
        font-size: 15px;
    }
}

select {
    background-color: #FF9A00; /* Background color */
    color: #FFFFFF; /* Text color */
    padding: 10px; /* Add padding for spacing */
    border: none; /* Remove the default border */
    outline: none; /* Remove the outline on focus (optional) */
    font-size: 150%;
  }

/*
	SPINNER
*/
.spinner {
	position: relative;
	margin: -80px auto;
	/* SPINNER SIZE */
	width: 150px;
	height: 150px;
	/* Prevent sidebar bump */
	margin-bottom: 50px;
	padding-bottom: 50px;
}

.spinner:before {
	content: "";
	display: block;
}

.circular-spinner {
	-webkit-animation: rotate 2s linear infinite;
	animation: rotate 2s linear infinite;
	height: 100%;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	width: 100%;
	top: 0;
	left: 0;
	margin: 100px 0 0 0;
}

.spinner-path {
	stroke: #FF9A00;
	stroke-dasharray: 150, 200;
	stroke-dashoffset: -10;
	-webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
	stroke-linecap: round;
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-webkit-keyframes dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35;
	}
	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124;
	}
}

@media screen and (max-width: 992px) {
    .center {
        margin: auto;
        width: 60%;
        padding-left: 20%;
        padding-bottom: 10%;
    }
    .custom-pin-charge-box[type=button]
    {
        width: 100px;
    }
}

@media screen and (min-width: 992px) {
    .center {
        width: 30%;
        padding-bottom: 3%;
    }
    .custom-pin-charge-box[type=button]
    {
        width: 30px;
    }


}