﻿.input-edit_profile {
    width: 100%;
    border: 1px solid #C4C6CA;
    font-size: 14px;
    padding: 13px 10px;
    border-radius: 0 20px 0 0;
    position: relative;
}

.choices__inner {
    width: 100%;
    border: 1px solid #C4C6CA;
    font-size: 14px;
    padding: 5px;
    border-radius: 0 20px 0 0;
    background-color: #fff;
}


input[type="file"].input-edit_profile {
    border: 0;
    padding: 0;
}


.certifications-wrapper {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    padding: 40px;
}

.title-certifications {
    border-bottom: 1px solid #313A48;
    padding-bottom: 10px;
}

.img-certifications {
    min-width: 117px;
    min-height: 117px;
    max-width: 117px;
    max-height: 117px;
    background-color: #C4C6CA;
    border-radius: 0 15px 0 0;
    padding: 10px;
}

    .img-certifications img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.certifications-item {
    border-bottom: 1px solid #C4C6CA;
    padding: 20px 0;
}

    .certifications-item:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
