.ui.selection.dropdown {
    background: #fff;
    padding: 0.78571429em 2.1em 0.78571429em 1em;
    color: #747474 !important;

}
.ui.dropdown:not(.button)>.default.text {
    color: #747474 !important;
    }
.ui.input>input{
    color: #747474 !important;
}
.error-span{
    color: #c52020;
}
.file-error {
    position: relative;
    background-color: #c520201a;
    padding: 0.4rem 0.6rem;
    margin-left: -1rem;
    min-width: 100%;
}
.file-error-contract {
    position: relative;
    background-color: #c520201a;
    padding: 0.4rem 0.6rem;
    margin-top: 6px;
    width: 300px;
}
.file-text{
    color: #24406666 !important;
    font-size: 12px !important;
}

.file-error:before,.file-error-contract:before{
    position: absolute;
    content: '';
    top: -6px;
    left: 7px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #c520201a;
}
.file_upload:before{
    content: "\f603";
    position: absolute;
    font-family: 'bootstrap-icons';
    color: #20c5a1;
    background-color: #20c5a11a;
    font-size: 1.1rem;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bolder;
    left:0; top:2px;
}
.file_submit:before{
    content: "\F272";
    position: absolute;
    font-family: 'bootstrap-icons';
    color: #00a814;
    background-color: #00a8141a;
    font-size: 1.2rem;
    width: 25px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bolder;
    left:0; top:5px;
}
.file_reject:before{
    content: "\F567";
    position: absolute;
    font-family: 'bootstrap-icons';
    color: #c52020;
    background-color: #c520201a;
    font-size: 1.1rem;
    width: 25px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bolder;
    left:0; top:5px;
}

.file_reject .ui.selection.dropdown>.dropdown.icon:before {
    color: #c52020;
    font-size: 18px;
}
.file_submit .ui.selection.dropdown>.dropdown.icon:before {
    color: #00a814;
    font-size: 18px;
}
.file_upload .ui.selection.dropdown>.dropdown.icon:before {
    color: #20c5a1;
    font-size: 18px;
}
/* .file_upload:after{
    content: "\F5DE";
    position: absolute;
    font-family: 'bootstrap-icons';
    color: #20c5a1;
    font-size: 1rem;
    right:0; top:5px;
}
.file_submit:after{
    content: "\F5DE";
    position: absolute;
    font-family: 'bootstrap-icons';
    color: #00a814;
    font-size: 1rem;
    right:0; top:5px;
}
.file_reject:after{
    content: "\F5DE";
    position: absolute;
    font-family: 'bootstrap-icons';
    color: #c52020;
    font-size: 1rem;
    right:0; top:5px;
} */
.main_div{
    border:1px dashed #ccc;
    cursor:pointer;
}
.main_div:hover{
background-color: #f2f2f2;
}
.parent_fileType {
    padding: 0.1em 0.3rem 0.1rem 0.3rem;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    transition: 0.2s all linear;
    font-size: 12px;
    color: #11293C;
    margin-left: 25px;
    position: relative;
}
.parent_fileType:before{
    content: "\f603";
    position: absolute;
    font-family: 'bootstrap-icons';
    color: #20c5a1;
    font-size: 1.1rem;
    width: 25px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bolder;
    left:-21px; top:-4px;
}
.subCatList{
    position: relative;
    display: inline-block;
}

.subListItems{
    display: none;
    padding: 5px;
    border: 1px solid #f2f2f2;
  position: absolute;
  border-radius: 5px;
  background-color: #fff;
  min-width: 150px;
  z-index: 100;
  max-height: 265px;
  left: -22px;
  overflow-y: auto;
  
}
.subListItems p{
padding: 0 0 5px 5px;
margin: 0;
font-size:12px;
}
.subListItems p:hover{
  text-decoration: underline;
    }
.subCatList:hover .subListItems{
    display: block;
}

.radioWrapper {
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 2px solid #d8dfeb;
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    flex-shrink: 0;
    height: 16px;
    justify-content: space-evenly;
    margin-right: 1rem;
    width: 16px;
    margin-top: 0;
}

.signatureWrapper {
    align-items: center;
    background-color: #f6f6f733;
    border: 1px solid #d8dfeb;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 50%;
    flex-direction: row;
    font-size: 24px;
    justify-content: flex-start;
    letter-spacing: .02em;
    line-height: 20px;
    height: 5rem;
    padding-left: 3%;
}
.signatureWrapper:hover{
    background-color: #ccd6e6a4;
}