@charset "UTF-8";
.identify-verification-producer {
    /* padding-top: 113px; */
}
.identify-verification-producer .tabs div:hover {
    background-color: #f2f1f9;
    color: #8379b8;
    border-radius: 25px;
}

.identify-verification-producer .tabs div i:hover {
    color: #8379b8;
}

.identify-verification-producer .tabs div img {
    margin-right: 10px;
}

.identify-verification-producer .tabs div i {
    margin-right: 10px;
}
.identify-verification-producer .verification {
    display: flex;
    align-items: center;
    gap: 20px;
}

.identify-verification-producer .verification .icon {
    background-color: #44bda4;
    width: 75px;
    height: 75px;
    border-radius: 50%;
}

.identify-verification-producer .verification .icon i {
    font-size: 50px;
    color: #ffffff;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.identify-verification-producer .verification .title {
    color: #000000;
    font-weight: Bold;
    font-size: clamp(23px, 3vw, 32px);
    line-height: 100%;
    letter-spacing: 0%;
}

.identify-verification-producer .verification .sub-title {
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #44bda4;
}

/*# sourceMappingURL=identifyVerification-producer.css.map */
