.bg-mix-5d57f4{
    background-color: color-mix(in srgb, #5d57f4, transparent 95%);
}
.orgText{
    outline: none;
    background-color: #F5F5F5;
    min-height: 350px;
    width: 100%;
    border-radius: 8px;
    border:1px solid #F5F5F5;
    resize: none;
    padding: 10px;
    font-weight: 600;
    font-size: 14px;
}
.tool-txt{
    color: #222;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.convertNow{
    width: 250px;
    background-color: #5d57f4;
    color: #fff;
    font-size: 18px;
    padding: 16px;
    border: 1px solid #5d57f4;
    border-radius: 15px;
}
.sampleBtn, .clearTxt, .importFile, .downBtn, .copyBtn {
    color: #5d57f4;
    border: 1px solid #5d57f4;
    background-color: #fff;
    display: inline-block;
    font-size: 11px;
    border-radius: 4px;
    padding: 4px;
    cursor: pointer;
}
.sampleBtn:hover, .clearTxt:hover, .importFile:hover, .downBtn:hover, .copyBtn:hover {
    color: #fff;
    border: 1px solid #5d57f4;
    background-color: #5d57f4;
}
.clearTxt, .importFile, .downBtn, .copyBtn{
    margin-left: 5px;
}

.toolSelectors, .toolSelectors:focus{
    border: 1px solid #5d57f4;
    box-shadow: none;
    cursor: pointer;
    color: #000;
    box-shadow: none;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    padding: 10px;
    border-radius: 7px;

}
.functArea{
    padding: 10px;
    width: 500px;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fromNto{
    font-size: 16px;
    color: #222;
    font-weight: 600;
    margin-right: 13px;
    margin-left: 13px;
    display: inline-block;
}

.boxImgs img{
    background-color: #eeeefd;
    padding: 13px;
    border-radius: 12px;
}
.ulBoxes{
    list-style: none;
    width: 550px;
    margin: 0px auto
}
.ulBoxes li {
    background: linear-gradient(145deg, color-mix(in srgb, #5d57f4, transparent 95%), #ffffff);
    border: 2px solid color-mix(in srgb, #5d57f4, transparent 85%);
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.section-title{
    position: relative;
    margin: 40px auto; 
}
.section-title h2:before {
    content: "";
    position: absolute;
    display: block;
    width: 160px;
    height: 1px;
    background:  color-mix(in srgb, #212529, transparent 60%);
    left: 0;
    right: 0;
    bottom: 1px;
    margin: auto;
}
.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 3px;
    background: #5d57f4;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.bg-f4f4f4{
    background-color: #f4f4f4; 
}
.header{
    width: 100%;
    background-color: #fff !important;
    border: 1px solid #fff !important;

}
.toolSection{
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    border: 0.5px solid #efefef;
    margin-top: 20px;
}

.accordion-item:has(.accordion-button:not(.collapsed)) {
    border: 1px solid #5d57f4;
}
.accordion-button:focus {
    box-shadow: none !important;
    border: none !important; 
}
.frequentes-accordions .accordion-item{
    margin-bottom: 15px;
    border-radius: 8px;
    border: 1px solid #E0DFF1;
    background: #fff;
    padding: 10px;
}
.frequentes-accordions .accordion-button{
    font-size: 20px;
    font-weight: 600;
    padding: 15px;
    border-radius: 16px;
    background-color: #fff;
}
.frequentes-accordions .accordion-button:not(.collapsed){
    border: 0px;
    box-shadow: none;
    color: #222 !important;
}
.site-footer {
    background-color: #5d57f4;
    overflow: hidden;
}
.inner-footer p{
    color: #fff;
    font-size: 16px;
    margin-bottom: 0px;
}
.inner-footer p a{
    text-decoration: none;
    color: #fff;
}
.h-318{
    height: 318px;
}
@media (max-width: 991px){
    .h-318{
        height: auto;
    }
}
@media (max-width: 768px){
    .ulBoxes, .functArea{
        width: 100% !important;
    }
}