* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

:root {
    --bor-col-one: #D1D1D1;

    --hue: 210;
    --size: 100px;
    --border: 10px;
    --speed: 1s;
    --blur: var(--border);
}
body {
    width: 100vw;
    font-family: 'Bai Jamjuree', sans-serif;
    background-color: #dadada;
    color: #101010;
    overflow-x: hidden;
    
}


::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}
::-webkit-scrollbar-track {
    background: #cfcfcf;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #838383;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background: #929292;
}
::-webkit-scrollbar-corner {
    background: #929292;
}

br::selection,
label::selection,
select::selection,
table::selection,
th::selection,
td::selection,
time::selection,
button::selection,
input::selection,
textarea::selection,
main::selection,
section::selection,
a::selection,
li::selection,
img::selection,
p::selection,
div::selection,
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
span::selection,
body::selection {
    background-color: #0000002f;
    color: white;
}

/* Start ************************************************************** General */
/* flex */
.flx{
    display: flex;
    justify-content: center;
    align-items: center;
}


.row-btn{
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    gap: 12px;
}
.row-btn.end{
    justify-content: flex-end;
}

/* form starting stylings */
.form-group-two{
    width: 100%;
    display: flex;
    position: relative;
    flex-flow: column nowrap;
    padding-bottom: 32px;
    gap: 6px;
}
.lab-two{
    width: fit-content;
    color: #525256;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 4px;
}
.sublab{
    color: #fc440d;
    font-size: 14px;
}

.inp-two.st-err{
    --bor-col-one: #fc440d;
}
.inp-two{
    background-color: transparent;
    border: 0px;
    outline: 0px;
    color: #525256;
    padding: 14px 16px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 6px;
	border: 1px solid var(--bor-col-one);
}
.inp-two::placeholder{
    color: #878787;
    font-size: 14px;
}
.select-two{
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../img/icon/arrow-black-down.png) no-repeat;
    background-size: 17px;
    background-position: right 8px center;
    border: 0px;
    outline: 0px;
    color: #525256;
    padding: 14px 16px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 6px;
	border: 1px solid var(--bor-col-one);
}
.select-two::placeholder{
    color: #878787;
    font-size: 14px;
}


.error {
    max-width: 100%;
    color: #fc440d;
    font-size: 14px;
    width: fit-content;
    position: absolute;
    bottom: -20px;
    left: 0px;
    display: none;
    opacity: 0;
    transition: all 300ms ease;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}
.error.act {
    display: block;
    bottom: 15px;
    opacity: 1;
}
.asterisk {
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: 58px;
    right: 10px;
    background: url(../img/icon/asterisk.png) no-repeat center;
    background-size: 100%;
}

.form-group {
    width: 100%;
	position: relative;
	padding-bottom: 32px;
}

textarea{
    min-height: 120px;
    max-height: 120px;
    resize: none;
}
textarea.input-st-one::-webkit-scrollbar {
    width: 0px;
    background-color: transparent;
}
textarea:focus,
input:focus {
	outline: none;
}
form .bx-two{
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

/* Btn */
.btn-st-one{
    outline: 0px;
    border: 0px;
    padding: 10px 32px;
    background-color: #101010;
    border-radius: 6px;
    color: #FFFFFF;
    cursor: pointer;
    border: 1px solid #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
}
.btn-st-one:hover{
    background-color: #FFFFFF;
    color: #101010;
    border: 1px solid #101010;
}

@media screen and (min-width: 951px) and (max-width: 1300px) {

}
@media (max-width: 950px) {
}
/* End ************************************************************** General */
#chargingLocations{
    padding: 12px 0px 24px;
}
.checkbox-group {
    width: calc(50% - 12px);
    padding-bottom: 6px;
}
.checkbox-group input[type="checkbox"] {
    display: none;
}

.checkbox-group label {
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #525256;
    padding: 8px 10px;
    border-radius: 6px;
    border: 1px solid #D1D1D1;
    cursor: pointer;
    background-color: #FFFFFF;
    transition: all 0.3s ease;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.checkbox-group input[type="checkbox"]:checked + label {
    background-color: #101010;
    border: 1px solid #101010;
    color: white;
}


.main{
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    background: url(../img/escheresque.png);
}
.main .container{
    width: 100%;
    max-width: 600px;
    min-height: 100vh;
    height: fit-content;
    padding: 150px 16px;
    background: url(../img/back.png) no-repeat top center;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 4px 0px #00000034;
}
.main .head .tit{
    font-size: 32px;
    font-weight: 800;
    text-align: center;
    padding: 10px 0px;
}
.main .head .desc{
    text-align: center;
    padding-top: 16px;
    color: #7a7a7a;
    line-height: 22px;
}
.main .form-container{
    padding: 60px 0px;
}
.main .form-container.desact{
    display: none !important;
}

#inputsGroupYes{
    display: none;
}

.main .success{
    width: 100%;
    padding-top: 100px;
    position: relative;
    display: none;
    top: 200px;
    opacity: 0;
    transition: all 300ms ease-in-out;
}
.main .success.act{
    top: 0px;
    opacity: 1;
}
.main .success .cont{
    padding: 50px 10px 50px;
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1px solid #D1D1D1;
    border-radius: 10px;
}
.success .img{
    display: flex;
    justify-content: center;
    align-items: center;
}
.success .img .bx{
    width: 110px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #4BB543;
    border-radius: 50%;
    position: relative;
}
.success .img .bx:before{
    content: "";
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px solid #FFFFFF;
}
.success .img .bx img{
    width: 40px;
}
.success .hed{
    padding-top: 24px;
    max-width: 450px;
    display: flex;
    flex-flow: column nowrap;
    gap: 18px;
}
.success .hed .tit{
    font-size: 24px;
    font-weight: 700;
}
.success .hed .desc{
    color: #7a7a7a;
}
.success .info{
    width: 100%;
    padding: 16px 0px;
    display: flex;
    flex-flow: column nowrap;
    gap: 24px;
}
.success .info .hed-sm{
    padding: 16px 0px;
}
.success .info .tit{
    font-weight: 700;
    font-size: 18px;
}
.success .info .sub-tit{
    padding-top: 6px;
    color: #7a7a7a;
}
.success .info .links-box{
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    gap: 12px;
}
.success .info .links-box a{
    display: flex;
    justify-content: center;
    align-items: center;
}
.success .info .links-box a img{
    width: 32px;
    height: fit-content;
}

@media (max-width: 950px) {
    .success .img .bx{
        width: 90px;
        height: 90px;
    }
    .success .img .bx:before{
        width: 80px;
        height: 80px;
    }
}



#load_sub {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.425);
    z-index: 1000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000;
    display: none;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.loader {
    width: var(--border);
    aspect-ratio: 1;
    border-radius: 50%;
    background: white;
    position: absolute;
    --y: calc((var(--size) * -0.5) + (var(--border) * 0.5));
    transform:
        rotate(0deg) translateY(var(--y));
    animation: spin var(--speed) infinite linear;
}

.loader::before {
    content: "";
    position: absolute;
    inset: calc(var(--border) * -0.5);
    border-radius: 50%;
    background: white;
    filter: blur(var(--blur));
    z-index: -1;
}

.loader::after {
    content: "";
    width: var(--size);
    aspect-ratio: 1;
    position: absolute;
    top: 0%;
    left: 50%;
    translate: -50% 0;
    background: conic-gradient(white, hsl(var(--hue), 100%, 80%), hsl(var(--hue), 100%, 10%), transparent 65%);
    border-radius: 50%;
    mask: radial-gradient(transparent calc(((var(--size) * 0.5) - var(--border)) - 1px),
            white calc((var(--size) * 0.5) - var(--border)));
}
@keyframes spin {
    to {
        transform: rotate(-360deg) translateY(var(--y));
    }
}
