#send-feedback{
    background-color: rgba(201, 169, 94, 1);
    color: rgba(0, 0, 0, 1);
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 1) inset !important;
}
h1 {
    color: rgba(255, 255, 255, 0.75);
}
#select-language{
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 1);
    background-color: rgba(0, 0, 0, 1);
    color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 0.3);
}
#select-language-arrow{
    border-color:  rgba(255, 255, 255, 1);
}
#form{
    background-color: rgba(0, 0, 0, 1);
    border: 4px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 1);
}
#files-area{
    background-color: rgba(0, 0, 0, 1);
    border: 4px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0px 3px 20px 0 rgba(255, 255, 255, 0.15);
}
#form .row{
    border-color: rgba(255, 255, 255, 0.2);
}
#form .row.disabled:after{
    background-color: rgba(0, 0, 0, 0.75);
}
.success input[type="text"],
.success input[type="text"]:-webkit-autofill{
    color: rgba(94, 201, 116, 1) !important;
    -webkit-text-fill-color: rgba(94, 201, 116, 1) !important;
    border-bottom-color: rgba(94, 201, 116, 1) !important;
}
.error-message{
    color: rgba(255, 136, 136, 1);
}
.error .top-label{
    color: rgba(255, 136, 136, 1);
}


.error input[type="text"]:focus,
.error input[type="text"],
.error input[type="text"]:-webkit-autofill:focus,
.error input[type="text"]:-webkit-autofill{
    border-bottom-color: rgba(255, 136, 136, 1);
    color: rgba(255, 136, 136, 1);
    -webkit-text-fill-color: rgba(255, 136, 136, 1) !important;
}
.error textarea{
    border-color: rgba(255, 136, 136, 1);
}

input[type="text"],
input[type="password"],
#priority{
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 1);
}
input[type="button"]:focus{
    box-shadow: 0px 0px 6px 2px rgba(201, 169, 94, 0.5);
}
body input:-webkit-autofill:focus,
input[type="text"]:focus,
select:focus{
    border-bottom-color: rgba(201, 169, 94, 1);
    outline: none;
}
#priority:focus{
    border-bottom-color: rgba(201, 169, 94, 1) !important;
}
#feedback:focus{
    border-color: rgba(201, 169, 94, 1) !important;
}
input[type="checkbox"]:focus + .checkmark,
input[type="file"]:focus + label,
.switch input:focus + .slider{
    box-shadow: 0px 0px 6px 2px rgba(201, 169, 94, 0.5);
}
/*CHROME autofill color*/
body input:-webkit-autofill,
body input:-webkit-autofill:hover,
body input:-internal-autofill-previewed,
body input:-internal-autofill-selected,
body textarea:-internal-autofill-previewed,
body textarea:-internal-autofill-selected,
body select:-internal-autofill-previewed,
body select:-internal-autofill-selected{
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 1);
    -webkit-text-fill-color: rgba(255, 255, 255, 1) !important;
    background-color: rgba(0, 0, 0, 1);
}
input[type="text"]::placeholder,
input[type="password"]::placeholder,
.disabled input[type="text"],
.disabled input[type="password"]{
    color: rgba(255, 255, 255, 0.3);
}
input[type="button"]{
    background-color: rgba(201, 169, 94, 1);
    color: rgba(0, 0, 0, 1);
}
input[type="button"].disabled{
    background-color: rgba(255, 255, 255, 0.2);
}
.button.disabled{
    background-color: rgba(201, 169, 94, 0.15) !important;
}
.slider {
    background-color: rgba(0, 0, 0, 1);
    border-color: rgba(255, 255, 255, 0.7);
}
.switch .txt{
    color: rgba(0, 0, 0, 1);
}
.switch input + .slider + .txt:after{
    color: rgba(255, 255, 255, 0.7);
}
.switch input:checked + .slider + .txt:after{
    color: rgba(201, 169, 94, 1);
}

.slider:before {
    background-color: rgba(255, 255, 255, 0.7);
}
input:checked + .slider:before {
    background-color: rgba(201, 169, 94, 1);
}
.popup{
    background-color: rgba(34, 34, 34, 0.95);
}
.popup-container{
    color: rgba(255, 255, 255, 1);
}
.popup-container input[type="button"]{
    background-color: rgba(255, 255, 255, 1);
    color: rgba(34, 34, 34, 1);
}
.popup-container input[type="button"].reversed-colors{
    border: 1px solid rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, 1);
}
.popup-container input[type="text"]{
    color: rgba(255, 255, 255, 1) !important;
    background: repeating-linear-gradient(90deg, rgb(255, 255, 255) 0, rgb(255, 255, 255) 1ch, transparent 0, transparent 1.52ch) 0 100%/ 10ch 2px no-repeat;
}
.popup-container a {
    color: rgba(255, 255, 255, 1);
}
.popup-overlayer{
    background: rgba(0, 0, 0, 0.85);
}
#upload-statistics-row,
#download-link-row{
    color: rgba(255, 255, 255, 1);
}
.files-list{
    color: rgba(255, 255, 255, 1);
    scrollbar-color: rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.2);
}
.files-list::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.2);
}
.files-list::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
}
.files-list li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.file-status .label{
    color: rgba(201, 169, 94, 1);
}
.file-status .bar{
    background: rgba(0, 0, 0, 0.65);
}
.file-status .bar .progress{ background-color: rgba(201, 169, 94, 1); }
.file-status.completed .bar .progress{ background-color: rgba(94, 201, 116, 1); }
.file-status.error .bar .progress{ background-color: rgba(255, 136, 136, 1); }
.wb-tooltip-wrapper2{
    background-color: rgba(201, 169, 94, 1);
    color: rgba(0, 0, 0, 1);
}
.wb-tooltip-arrow-up{
    border-top-color: rgba(201, 169, 94, 1);
}
.wb-tooltip-arrow-right{
    border-right-color: rgba(201, 169, 94, 1);
}
.wb-tooltip-arrow-down{
    border-bottom-color: rgba(201, 169, 94, 1);
}
.wb-tooltip-arrow-left{
    border-left-color: rgba(201, 169, 94, 1);
}
.checkmark {
    border-color: rgba(255, 255, 255, 0.7);
}
.checkbox-container .checkmark:after{
    border-color: rgba(201, 169, 94, 1);
}
.checkbox-container a{
    color: rgba(201, 169, 94, 1);
}
.popup{
    background-color: rgba(34, 34, 34, 0.95);
}
.popup-container input[type="text"]:focus{
    color: rgba(0, 0, 0, 1);
}
#decrypt-and-download{
    background-color: rgba(201, 169, 94, 1);
    color: rgba(0, 0, 0, 1);
}
#cancel-download{
    background-color: rgba(255, 136, 136, 1);
    color: rgba(0, 0, 0, 1);
}
.file-status .download-file{
    background-color: rgba(201, 169, 94, 1);
    color: rgba(0, 0, 0, 1);
}
#browse-text{
    color: rgba(201, 169, 94, 1);
    border-bottom-color: rgba(255, 255, 255, 0.2);
}
#dropzone{
    background-color: rgba(0, 0, 0, 1);
}
#encrypt-and-save{
    background-color: rgba(201, 169, 94, 1);
    color: rgba(0, 0, 0, 1);
}
#pauseButton{
    background-color: rgba(201, 169, 94, 1);
    color: rgba(0, 0, 0, 1);
}
#cancel{
    background-color: rgba(255, 136, 136, 1);
    color: rgba(0, 0, 0, 1);
}
#corporate-error{
    font-size: 13px;
    text-align: center;
    color: rgba(255, 136, 136, 1);
}
#feedback{
    color: rgba(255, 255, 255, 1); 
    border-color: rgba(255, 255, 255, 0.2);
    background-color: rgba(0, 0, 0, 1);
}
#add-files-button svg .cls-1{
    fill: rgba(201, 169, 94, 1);
}
.label-icon.completed .cls-1{
    fill: rgba(94, 201, 116, 1);
}
.label-icon.had-error .cls-1{
    fill: rgba(255, 136, 136, 1);
}
.file-status.error .label{
    color: rgba(255, 136, 136, 1); 
}
.file-icon .cls-1{
    fill: rgba(255, 255, 255, 1);
}
#dropzone .drag-and-drop-helper{
    color: rgba(255, 255, 255, 1);
}
#dropzone-icon .cls-99{
    fill: rgba(255, 255, 255, 0.2);
}
#copy-to-clipboard{
    border-color: rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0.1);
}
#copy-to-clipboard {
    border-color: rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0.9);
    color: rgba(34, 34, 34, 0.95);
}
.popup-container a{
    color: rgba(255, 255, 255, 0.95);
}
#copy-to-clipboard a{
    color: rgba(34, 34, 34, 0.95);
}
.feedback-row, .feedback-row a{
    color: rgba(255, 255, 255, 1);
}
#new-upload-button{
  color: rgba(255, 255, 255, 1);  
}
