html {
    margin:0;
    padding:0;
    width: 100% !important;
    height: 100% !important;
    display: flex;
    justify-content: center;
    /*background: linear-gradient(to left, #FFC0C2, #FFFFFF) fixed;*/
}
body{
    /*height: 100% !important;*/
    color: #707070 !important;
}
#appDivId, #regDivId , .reserveDiv{
    position:relative;
    width:460px;
    background: #ffffff;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 0px 60px 10px 60px;
}
h1, h2, h3{
    color: #525252;
}

#featureMain{
    display: flex;
    box-shadow: 0px 3px 10px 0px #00000047;
}

#registerBanner{
    width:500px;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    border-radius: 8px;
}

.registerSlogan{
    min-width:302px;
    max-width:400px;
    margin-bottom: 20px;
    color: #333333;
}
.registerSloganHeader{
    font-size:18px;
    line-height:25px;
    margin:8px 0;
    font-weight:900;
}
.registerSloganText {
    font-size: 13px;
    line-height: 22px;
    margin: 0 8px 0 0;
    font-weight:550;
    text-align: right;
}
.register_input_Block{
    display: flex;
    flex-direction: column;
    margin: 10px 0 20px 0;
    position: relative;
}
#accBlock {
    flex-direction: row;
}
.openid-btn {
    border:2px solid #ddd;
    border-radius:6px;
    line-height:15px;
    cursor:pointer;
    height: 35px;
    box-sizing: border-box;
    padding: 8px 10px;
    font-size: 15px;
    font-weight: 700;

}
.openid-btn:hover {
    opacity:0.7;
}

input.register_input{
    width:100%;
    box-sizing: border-box;
    border: none;
    font-size:13px;
    padding:10px 8px;
    border-bottom: 1.5px solid #cbcbcb;
    border-radius: 0;
    outline: none;
    margin-bottom: 3px;
}

input.register_input:focus, textarea.register_input:focus, .companyTypeSelectorContainer[data-status="activate"]{
    background-color:  lightgoldenrodyellow;
    border-color: dodgerblue;
}

#accCheck i, #eCheck i{
    font-size: 12px;
}
.registerSuccess > div.regPrompt{
    top:5px;
    right: 0px !important;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 3px;
    background-color: #71bb50;
}
.showCheck.registerSuccess > input{
    border-color: #71bb50 !important;
}
.registerError > div.regPrompt{
    top: 0;
    left: 360px;
    position: absolute;
    color: #efefef;
    background-color: #ee5858;
    padding: 3px 12px;
    font-size: 14px;
    border-radius: 3px;
    /*box-shadow: 0px 7px 15px -5px #7b3434;*/
}
.showCheck.registerError > input,
.showCheck.registerError > #inputFiles,
.showCheck.registerError > .notFilled,
.showCheck.registerError > div > .notFilled{
    border-color: #ee5858;
}
.register_footer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.register_footer div{
    width: 100%;
}
.registerDivideLine{
    background-color: #AAAAAA;
    width: 100%;
    height: 1px;
}
.showCheck > div.regPrompt{
    opacity: 1 !important;
}
div.regPrompt{
    z-index: 999;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    display: table;
    white-space: nowrap;
    opacity: 0;
}
#registerButton{
    display: flex;
    align-items: center;
    font-weight: 700;
}
a.custom-link{
    color:#6060fc;
    font-weight:700;
    font-size:16px;
    text-decoration:underline;
}

.registered_text{
    font-size: 16px;
    color: #707070;
    line-height: 2em;
}

.companyTypeSelectorContainer {
    position: relative;
    width: 100%;
    max-width: 338px;
    border: 1px solid #AAA;
    border-radius: 4px;
}

.companyTypeSelectorContainer[data-status="activate"] {
    border-radius: 4px 4px 0 0;
}

.companyTypeSelectorButton {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.companyTypeSelectorCurrentText {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 4px 8px;
}

.companyTypeSelectorCurrentOptions[data-status="close"] {
    display: none;
}

.companyTypeSelectorCurrentOptions {
    position: absolute;
    top: 3.2rem;
    left: -1px;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-height: 13rem;
    overflow-y: auto;
    background: #FFFFFF;
    border: 1px solid dodgerblue;
    border-radius: 0 0 4px 4px;
    z-index: 10;
}

.companyTypeSelectorCurrentOptions::-webkit-scrollbar{
    width: 5px;
}

.companyTypeSelectorCurrentOptions::-webkit-scrollbar-thumb{
    background-color: #AAAAAA;
    border-radius: 5px;
}

.companyTypeSelectorCurrentOption {
    padding: 5px 8px;
}

.companyTypeSelectorCurrentOption:hover {
    cursor: pointer;
    background: lightgoldenrodyellow;
}

.textareaContainer {
    width: 100%;
}

.reserveDescriptionOfRequirement {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #AAA;
    border-radius: 4px;
    outline: none;
    resize: none;
    padding: 10px 8px;
    margin-bottom: 3px;
}

.reserveDescriptionOfRequirement::-webkit-scrollbar{
    width: 5px;
}

.reserveDescriptionOfRequirement::-webkit-scrollbar-thumb{
    background-color: #AAAAAA;
    border-radius: 5px;
}

#inputFiles {
    display: flex;
    align-items: center;
    width: 332px;
    max-width: 322px;
    min-height: 34px;
    border: 1px solid #AAA;
    border-radius: 4px;
    padding: 3px 8px;
    margin-top: -1rem;

}

.inputFilesDisplaySection {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 90%;
    padding: 0.5rem 0;
    cursor: default;
}

.newFileDiv {
    position: relative;
    width: fit-content;
    max-width: 90%;
}

.newFileNameText {
    display: flex;
    width: fit-content;
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 1rem;
}

.newFileDeleteButton {
    position: absolute;
    color: #AAAAAA;
    right: -1rem;
    top: 0.5rem;
    cursor: pointer;
}

.newFileDeleteButton:hover {
    opacity: 0.6;
    color: dodgerblue;
}

#inputFileDecorator {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    right: 1rem;
    top: -0.3rem;
    width: 3rem;
    height: 3rem;
    font-size: 2rem;
    cursor: pointer;
}

.reserveNotifyText {
    font-size: 13px;
    color: #AAAAAA;
    margin: 0 0 20px 6px;
}

.autoFilledContainer {
    display: grid;
    grid-template-rows: max-content auto;
    gap: 0;
    width: 100%;
}