*, *::before, *::after {
    box-sizing: border-box;
}
@font-face {
    font-family: "LG Smart Light";
    src: url("../fonts/LG_Smart_Light.woff") format("woff")
}


@font-face {
    font-family: "LG Smart Regular";
    src: url("../fonts/LG_Smart_Regular.woff") format("woff")
}

@font-face {
    font-family: "LG Smart Italic";
    src: url("../fonts/LG_Smart_Regular_Italic.wof") format("woff")
}

@font-face {
    font-family: "LG Smart SemiBold";
    src: url("../fonts/LG_Smart_SemiBold.woff") format("woff")
}

@font-face {
    font-family: "LG Smart Bold";
    src: url("../fonts/LG_Smart_Bold.woff") format("woff");
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    font-size: 16px;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}
input{
    border:none;
}

.conditions-container form {
    display: flex;
    align-items: center;
    flex-direction: column;
}

label {
    display: block;
    margin-bottom: 5px;
}

input[type="text"],
input[type="file"],
input[type="email"],
input[type="checkbox"] {
    margin-bottom: 10px;
}

input[type="button"] {
    background: rgba(165,0,52,.9);
    padding: 8px 20px;
    width: auto;
    color: #fff;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5px;
    line-height: 24px;
    outline: none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

input[type="button"]:disabled {
    background-color: #aaa;
    cursor: not-allowed;
}
input[type="text"],input[type="email"]{
    height: 42px;
    background: #FFF;
    border: 1px solid #B6B7B8;
    border-radius: 4px;
    font-family: 'LG Smart Regular';
    font-size: 17px;
    color: #212122;
    letter-spacing: 0;
    line-height: normal;
    font-weight: 400;
    width: 90%;
    padding: 5px 12px;
    touch-action: manipulation;
}
a{
    font-family: 'LG Smart Regular';
    font-size: 15px;
    color: #A50034;
    letter-spacing: 0;
}
b{
    font-family: 'LG Smart Bold';
    font-size: 15px;
    color: #A50034;
    letter-spacing: 0;
}

.red-semibold{
    font-family: "LG Smart SemiBold";
    color: #A50034;
    letter-spacing: 0;
    font-weight: 400;
}
.terms-box{
    display: flex;
    align-self: baseline;
    margin-bottom: 5px;
}
body {
    font-family: "LG Smart Regular",sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    height: 100%;
    line-height: 24px;
    background: #fafafa;
}
.page_title {
    display: flex;
    margin: auto;
}

.container {
    margin-left: auto;
    margin-right: auto;
}
.black-regular {
    font-family: "LG Smart Regular";
    color: #000;
    letter-spacing: 0;
    font-weight: 400;
}
#_desktop_logo {
    align-self: center;
}
.conditions{
    align-self: start;
    width: 100%;
}
.instruction-text{
    margin: auto;
}
.conditions-text:not(.hidden) {
    max-height: 1000px;
}

.conditions-text {
    max-height: 650px;
    opacity: 1;
    
    visibility: visible;
    
    transition: max-height 0.6s linear 0s, opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

.conditions-text.hidden {
    max-height: 0px;
    opacity: 0;
    visibility: hidden;
    
}
.serialNumber-text {
    max-height: 1200px;
    opacity: 1;
    
    visibility: visible;
    
    transition: max-height 0.6s linear 0s, opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

.serialNumber-text.hidden {
    max-height: 0px;
    opacity: 0;
    visibility: hidden;
    
}
.conditions-container {
    padding: 30px;
    border: 2px solid #f0f0f0;
    border-radius: 5px;
    max-width: 900px;
    margin: auto;
    background-color: white;
    margin-bottom: 16px;

}
h4{
    margin: 5px 0px 5px 0px;
    display: flex;
    font-size: 19px;
    border-bottom: 1px solid #0000003b;
    padding-bottom: 8px;
}
h1{
    text-align: center;
    font-size: 1.3rem;
}
h3{
    font-size: 17px;
    display: flex;
    padding-bottom: 6px;
    margin:none;
}


input[type="file"]{
    display: none;
}

.rotate{
    transform: rotate(180deg);
}
#_desktop_logo a {
    height: 30px;
    display: flex;
}

.row{
    display: flex;
    margin: 0 30px;
    height: 52px;
}

.arrow{
    height: min-content;
    font-size: 15px;
    margin-left: 5px;
    margin-top: 1px;
}
.fileinput-btn{
    background: rgba(165,0,52,.9);
    padding: 8px 20px;
    width: auto;
    color: #fff;
    border: none;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5px;
    line-height: 24px;
    outline: none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.overflow-scroll{
    overflow-y: scroll;
}

 label{
    padding: 0;
    margin-bottom: 7px;
    font-family: 'LG Smart Bold';
    font-size: 16px;
    color: #4C4D4E;
    letter-spacing: 0;
    line-height: normal;
    font-weight: 400;
    width: 100%;
} 
input:focus{
    border: none;
    border-bottom: 2px solid #A50034;
    color: #A50034;
}
input:valid{
    border: none;
    border-bottom: 2px solid #4C4D4E;
    color: #4C4D4E;
    
}
  
@media (max-width: 767px){
    .container {
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

}