.frame {
    margin-top: 40px;
    border-width: 1px;
    border-style: solid;
    border-color: #7b4397;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
}

.frameHead {
    display: flex;
    object-fit: contain;
    justify-content: space-between;
    align-items: center;
}

.imgSize {
    height: 80px;
    width: 80px;
    object-fit: contain;
}

.collapsible {
    border: 1px solid #000 !important;
    background-color: #f2f2f2 !important;
    text-align: center !important;
    color: black;
    cursor: pointer;
    padding: 18px;
    width: 50%;
    outline: none;
    font-size: 15px;
}

.active,
.collapsible:hover {}

.content {
    padding: 0 10px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f2f2f2;
}

.imgSize2 {
    height: 80px;
    width: 80px;
    object-fit: contain;
}

.separateImg {
    margin-right: 15px;
}

.borderHistorial {
    padding: 10px;
}

.fileDownload {
    color: #8d8d8d;
}

.historialButton {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.text {
    color: #7b4397;
    margin-left: 20px;
    font-size: 18px;
    font-weight: 500;
}

.buttonBack {
    background: #7b4397;
    color: #fff;
    border-radius: 10px;
    border: 1.5px solid #dc0021;
    font-size: 20px;
    font-weight: 500;
    padding-left: 60px;
    padding-right: 60px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}

.spaceTop {
    margin-top: 10px;
}

.input-field2 {
    display: flex;
    justify-content: flex-end;
    padding: 0px !important;
}

.input-field2 input[type=text] {
    border: 1px solid #000;
    box-shadow: #000 !important;
    text-align: center;
    color: #7b4397;
    font-weight: 500;
    font-size: 16px;
}

.frameBoxCollapse {
    display: flex;
    justify-content: center;
    margin: 0px !important;
}

.frameBoxAreaTitle,
.frameBoxArea {
    width: 100%;
    border-top: 0.3px solid #000;
    border-right: 1px solid #000;
    border-bottom: 0.3px solid #000;
    border-left: 1px solid #000;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    display: grid;
}

.frameBoxArea {
    background: #f2f2f2;
}

.ulBox {
    padding: 0px !important;
    margin: 0px !important;
}

.boxReachProcess {
    display: flex;
}

.text2 {
    color: #7b4397;
    text-align: center;
    /* padding: 0px !important;
    margin: 0px !important; */
}

.pcp {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px !important;
}

.selectorPro {
    background: #f2f2f2;
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    font-size: 20px;
    text-align: center;
}

.boxIcon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.backIcon {
    color: #8d8d8d;
    transform: rotate(220deg);
}

.backIconExit {
    color: #8d8d8d;
    transform: rotate(180deg);
}

.file-select {
    position: relative;
    display: inline-block;
}

.file-select::before {
    background-color: #f2f2f2;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    /* content: 'Seleccionar'; */
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.file-select input[type="file"] {
    opacity: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
}

#src-file1::before {
    content: 'Adjuntar archivos';
}

.textArea1 {
    height: 100px;
    padding: 10px;
    border: 1px solid #000;
}

textarea::placeholder {
    color: #8d8d8d;
    font-size: 16px;
    font-style: italic;
}

.aprobacionBox {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px !important;
}

.showdata {
    width: 100%;
    background: #f2f2f2;
    border-top: 1px solid #fff;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
}

.selectorPro2 {
    background: #f2f2f2;
    width: 100%;
    height: 25px;
    border: 1px solid #000;
    font-size: 12px;
    text-align: center;
}

.endButton {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}