h2 {
    margin: 30px 0;
}
#service-description{
    margin: 0;
    padding: 15px 90px 25px 50px;
}



/* Change the white to any color ;) */
/*input:-webkit-autofill,*/
/*input:-webkit-autofill:hover,*/
/*input:-webkit-autofill:focus,*/
/*input:-webkit-autofill:active  {*/
    /*-webkit-box-shadow: 0 0 0 30px #ff00e3 inset !important;*/
/*}*/




html, body, input{
    width: 100%;
    height: 100%;
    margin: 0;
    font-family: "Segoe UI", "Apple SD Gothic Neo", "Arial", "Helvetica", "sans-serif";
}
body{
    font-size: 1rem;
    padding-top: 1px;
    height: calc(100% - 1px);
}
h1 {
    text-align: left;
    font-weight: 600;
    margin: 0;
    padding: 30px 50px 10px;
    font-size: 2.5rem;
    line-height: 1.1;
}
textarea:focus, input:focus{
    outline: none;
}
#background{
    position: fixed;
    z-index: 500;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
#select-language{
    position: relative;
    border: 1px solid transparent;
    border-radius: 6px;
    padding: 10px 10px 8px;
    width: 140px;
    text-indent: 0.01px;
    text-overflow: ''; /*do not remove this property. Is used to stylize the select in certain browsers*/
    -moz-appearance: none;
    -webkit-appearance: none;
    text-transform: capitalize;
    background-size: 12px;
    background-position: 117px 14px;
    background-repeat: no-repeat;
    font-weight: 700;
}
#select-language::-ms-expand {
    display: none;
}
#select-language{
    float: right;
}
#language-row:after{
    content: "";
    display: table;
    clear: both;
}


#form-wrapper{
    position: relative;
    z-index: 1000;
    margin: 150px 0 50px 100px;
    max-width: 700px;
    min-height: 570px;
}
#form{
    position: relative;
    z-index: 50;
    margin-top: 10px;
    /*background-color: #ff00e3;*/
    /*border: 4px solid #ff00e3;*/
    /*color: #ff00e3;*/
    padding: 30px 0 0;
    max-width: 700px;
}
#company-logo{
    padding: 20px 50px 10px;
}
#company-logo img{
    max-width: 400px;
    max-height: 300px;
}
#text-area{
    box-sizing: border-box;
}
#files-area{
    position: absolute;
    right: -380px;
    top: 100px;
    z-index: 100;
    width: 450px;
    /*background-color: #ff00e3;*/
    /*border: 4px solid #ff00e3;*/
    box-shadow: 0px 3px 20px 0 #ff00e3;
    padding-bottom: 20px;
}

/**
 * ROWS
 */
#form .row{
    border-top: 1px solid #ff00e3;
    padding: 25px 80px 25px 50px;
    position: relative;
}
#form .row.disabled:after{
    content: '';
    display: block;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.75);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
.label{
    /*color: #ff00e3;*/ /*requested in subtask 14*/
    font-size: 13px;
    margin: 5px 0;
}
.row .right{
    position: relative;
}

.right.success input[type="text"]{
    /*color: #ff00e3; !important;*/
    /*border-bottom-color: #ff00e3 !important;*/
}
.error-message{
    display: block;
    margin-top: 5px;
    /*color: #ff00e3;*/
}
.error .top-label{
    /*color: #ff00e3;*/
}

/*.error input[type="text"]:focus,*/
/*.error input[type="text"]{*/
    /*border-bottom-color: #ff00e3;*/
/*}*/
/*.error textarea{*/
    /*border-color: #ff00e3;*/
/*}*/
.row:after{
    content: "";
    display: table;
    clear: both;
}






/**
 * INPUTS and BUTTONS
 */
input[type="text"],
input[type="password"]{
    border: none;
    border-bottom: 2px solid #ff00e3;
    border-radius: 0;
    /*color: #ff00e3;*/
    /*background-color: #ff00e3;*/
    font-weight: 600;
    font-size: 18px;
    vertical-align: top;
    width: 80%;
    padding: 4px 0;
    box-sizing: border-box;
}
/*select:focus,*/
/*input[type="button"]:focus{*/
    /*box-shadow: 0px 0px 6px 2px #ff00e3;*/
/*}*/
/*input[type="text"]:focus{*/
    /*border-bottom-color: #ff00e3;*/
/*}*/
input[type="checkbox"]:focus + .checkmark,
input[type="file"]:focus + label,
.switch input:focus + .slider{
    box-shadow: 0px 0px 6px 2px #ff00e3;
}
input[type="button"]{
    width: auto;
    border: 1px solid transparent;
    border-radius: 13px;
    /*background-color: #ff00e3;*/
    /*color: #ff00e3;*/
    font-weight: 700;
    vertical-align: top;
    padding: 5px 15px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    height: auto;
    right: 10px;
    cursor: pointer;
    min-width: 95px;
}
input[type="button"].remove{
    /*background-color: #ff00e3;*/
}
input[type="button"].disabled{
    /*background-color: #ff00e3;*/
    cursor: not-allowed;
}
.button{
    display: block;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 0;
    min-height: 55px;
    box-sizing: border-box;
    font-weight: 700;
    /*min-height: 71px;*/
}
.button span{
    display: block;
}
.button.disabled{
    /*background-color: #ff00e3 !important;*/
    cursor: default !important;
}



/**
 * SWITCHES
 */
.switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 24px;
    cursor: pointer;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    z-index: 5;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background-color: #ff00e3;*/
    border: 2px solid #ff00e3;
    -webkit-transition: .4s;
    transition: .4s;
}
.switch .txt{
    /*color: #ff00e3;*/
    position: absolute;
    z-index: 10;
    display: block;
    top: 1px;
    left: 1px;
    bottom: 0;
    right: 0;
    text-align: right;
    font-size: 11px;
    box-sizing: border-box;
    padding: 1px 10px;
}
.switch input + .slider + .txt:after{
    content: 'OFF';
    /*color: #ff00e3;*/
    font-weight: 700;
    vertical-align: middle;
}
.switch input:checked + .slider + .txt{
    text-align: left;
}
.switch input:checked + .slider + .txt:after{
    content: 'ON';
    /*color: #ff00e3;*/
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 2px;
    /*background-color: #ff00e3;*/
    -webkit-transition: .4s;
    transition: .4s;
}
.switch input:disabled + .slider,
.switch input:disabled + .slider + .txt:after{
    opacity: 0.15;
}

input:checked + .slider:before {
    /*background-color: #ff00e3;*/
}


input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}







/**
 * POPUPS
 */
.popup{
    display: none;
    position: absolute;
    z-index: 200;
    overflow: hidden;
    top: 140px;
    left: 40px;
    width: 1000px;
    box-sizing: border-box;
}
.popup-container{
    position: relative;
    max-width: 660px;
    margin: 10% auto;
    text-align: center;
    font-size: 1.35rem;
}
.popup-container input[type="button"]{
    position: relative;
    padding: 15px 50px;
    border-radius: 3px;
    cursor: pointer;
}
.popup-container input[type="button"].reversed-colors{
    background-color: transparent;
}
.popup-container p {
    margin-bottom: 0;
}
.popup-container input[type="text"]{
    display: block;
    margin: 40px auto 10px;
    border: none;
    padding: 0;
    width: 9.1ch;
    background: repeating-linear-gradient(90deg, #ff00e3 0, #ff00e3 1ch, transparent 0, transparent 1.51ch) 0 100%/ 10ch 2px no-repeat;
    font: 3ch droid sans mono, consolas, monospace;
    letter-spacing: 0.5ch;
}
.popup-container input[type="text"]:focus {
    outline: none;
}
.popup-container a {
    text-decoration: underline;
    font-weight: 700;
}
.popup-container .buttons-container{
    margin-top: 20px;
}
.popup-overlayer{
    display: none;
    position: absolute;
    z-index: 110;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}






/*UPLOADING or DOWNLOADIG files*/
.files-list{
    margin: 0 0 20px 0;
    padding: 0px;
    list-style: none;
    max-height: 176px;
    overflow-y: auto;
    scrollbar-width: thin;
    /*scrollbar-color: hsla(0, 0%, 100%, 0.2) #ff00e3;*/
}
.files-list::-webkit-scrollbar {
    width: 6px;
}
.files-list::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px #ff00e3;*/
    /*background: #ff00e3;*/
    border-radius: 0;
}
.files-list::-webkit-scrollbar-thumb {
    border-radius: 0;
    /*background: #ff00e3;*/
}

.files-list li {
    position: relative;
    /*padding: 10px 35px 10px 45px;*/
    padding: 10px 20px 10px 45px;
    /*border-bottom: 1px solid #ff00e3;*/
    /*background: #ff00e3 url(/public/file.png) no-repeat 16px 12px;*/
    overflow: hidden;
}
.files-list .file-name{
    display: block;
    float: left;
    width: calc(100% - 120px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.files-list.uploading-modifier{
    margin-top: 62px;
}
.file-status .label{
    float: right;
    width: 110px;
    /*color: #ff00e3;*/
    line-height: 1;
    margin-top: 5px;
    margin-right: 5px;
    text-align: right;
}
.file-status .bar{
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    /*background: #ff00e3;*/
    height: 2px;
}
.file-status .bar .progress{
    transition: 300ms all linear;
    width: 0%;
    height: 2px;
    display: block;
}
.label-icon{
    width: 16px;
    height: 16px;
    display: none;
    float: right;
}
.success .label-icon.completed,
.completed .label-icon.completed{
    display: inline-block;
}
.error .label-icon.had-error{
    display: inline-block;
}
/*.file-status .bar .progress{ background-color: #ff00e3; }*/
/*.file-status.completed .bar .progress{ background-color: #ff00e3; }*/
/*.file-status.error .bar .progress{ background-color: #ff00e3; }*/




/*
 * Tooltip
 * (layout))
 */
.wb-tooltip-content2{
    display: block;
    position: relative;
    z-index: 10;
    padding: 4px 9px 8px !important;
}
.wb-tooltip-wrapper2{
    box-sizing: border-box;
    z-index: 99999999;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    border-radius: 2px;
}
.wb-tooltip-arrow-up{
    position: absolute;
    z-index: 5;
    left: calc(50% - 10px);
    bottom: -6px;
    border-left-width: 10px;
    border-left-style: solid;
    border-right-width: 10px;
    border-right-style: solid;
    border-top-width: 10px;
    border-top-style: solid;
}
.wb-tooltip-arrow-right{
    position: absolute;
    z-index: 5;
    top: 0;
    left: -8px;
    border-top-width: 10px;
    border-top-style: solid;
    border-bottom-width: 10px;
    border-bottom-style: solid;
    border-right-width: 10px;
    border-right-style: solid;
}
.wb-tooltip-arrow-down{
    position: absolute;
    z-index: 5;
    top: -7px;
    left: 0;
    border-left-width: 10px;
    border-left-style: solid;
    border-right-width: 10px;
    border-right-style: solid;
    border-bottom-width: 10px;
    border-bottom-style: solid;
}
.wb-tooltip-arrow-left{
    position: absolute;
    z-index: 5;
    top: 0;
    border-top-width: 10px;
    border-top-style: solid;
    border-bottom-width: 10px;
    border-bottom-style: solid;
    border-left-width: 10px;
    border-left-style: solid;
}
/*
 * Tooltips (theme)
 */
.wb-tooltip-wrapper2{
    /*background-color: #ff00e3;*/
    /*color: #ff00e3;*/
}
.wb-tooltip-arrow-up{
    border-left-color: transparent;
    border-right-color: transparent;
    /*border-top-color: #ff00e3;*/
}
.wb-tooltip-arrow-right{
    border-top-color: transparent;
    border-bottom-color: transparent;
    /*border-right-color: #ff00e3;*/
}
.wb-tooltip-arrow-down{
    border-left-color: transparent;
    border-right-color: transparent;
    /*border-bottom-color: #ff00e3;*/
}
.wb-tooltip-arrow-left{
    border-top-color: transparent;
    border-bottom-color: transparent;
    /*border-left-color: #ff00e3;*/
}







/* Settings for customized checkbox*/
.checkbox-container {
    display: inline-block;
    position: relative;
    padding-left: 36px;
    margin-bottom: 12px;
    padding-top: 0px;
    cursor: pointer;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid #ff00e3;
    border-radius: 3px;
}
/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
    background-color: transparent;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */
.checkbox-container .checkmark:after{
    left: 7px;
    top: 3px;
    width: 4px;
    height: 9px;
    border: solid #ff00e3;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}
.checkbox-container a{
    font-weight: 600;
    /*color: #ff00e3;*/
}






.feedback-row{
    margin-top: 20px;
    font-size: 13px;
    text-align: center;
    /*color: #ff00e3;*/
}
.feedback-row a{
    /*color: #ff00e3;*/
}







.file-icon{
    position: absolute;
    left: 16px;
    top: 10px;
    width: 16px;
    height: 16px;
    display: block;
}
#select-language-arrow{
    border-left: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(-45deg);
    width: 6px;
    height: 6px;
    position: absolute;
    top: 13px;
    right: 12px;
    z-index: 99;
}





