@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

@font-face {
    font-family: 'Avenir';
    src: url('/Avenir-Regular.woff2') format('woff2'),
         url('/Avenir-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }
 

html{
    --font-Manrope: "Manrope", sans-serif;
    --font-Avenir: 'Avenir', sans-serif;
}
.upload_cft {
    color: #683DE6!important;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.36px;
    padding: 4rem 0;
}
.formats {
    font-size: 18px;
    font-family: var(--font-Avenir);
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    color: #878787;
    display: flex;
    justify-content: end;
    margin-bottom: 12px;
}
.profile_form-upload{
    border: 1px dashed #000;
    height: 142px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
}
.profile_form-upload button{
    border: 0;
    background-color: transparent;
}
.profiletabcontent__form-input .dropdown{
    border-radius: 20px;
    border: 1px solid #bbb;
    background-color: #fff;
    box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.10);
    width: 100%;
}