@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200;300;400;500;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700&display=swap');

@font-face {
    font-family: SF-Pro-Display-Semibold;
    src: url('../../fonts/SF-Pro-Display-Semibold.otf') format(opentype);
}

.body {
    /* height: 100vh; */
    background-color:#fff !important;
    /* overflow-y: scroll; */
    max-width: 600px;
    margin: 30px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 17px;
    box-shadow: 0 1px 7px rgba(0,0,0,0.15);   
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

p,
h1,
h2,
h3 {
    padding: 0;
    margin: 0;
}

/* ------------------------------------------------*/

#header {
    /* height: 295px; */
    padding: 0px 25px;
}

#formulario {
    height: 80%;
    padding: 0px 25px;
}

/* ---------------------------------------------------------------------*/

.img-seta-back {
    height: 36px;
    position: relative;
    right: 12px;
}

#header h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 28px;
    font-weight: 600;
    margin-top: 50px;
}

input[type="text"] {
    height: 46px;
    width: 100%;
    border: solid 1px #E4E4E4;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #ffffff;
    color: #555555;
}

input[type="password"] {
    height: 46px;
    width: 100%;
    border: solid 1px #E4E4E4;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #ffffff;
    color: #555555;
    margin-bottom: 10px;
}

textarea {
    border: solid 1px #E4E4E4;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #ffffff;
    color: #555555;
}

#header .nome-usuario {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #4B545A;
}

#header .email-usuario {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #97ADB6;
}

#formulario h1 {
    font-family: 'SF-Pro-Display-Semibold', sans-serif, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #222222;
    margin-bottom: 5px;
}

.postal-code {
    width: 40% !important;
}

/*------------------------------------------------------------------------------------------colar aqui*/
#formulario label {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #151522;
    margin: 20px 0 7px 0;
}

#preview {
    background-color: #0084F4;
    display: flex;
    justify-content: center;
    border-radius: 100%;
    max-width: 120px;
    max-height: 120px;
}


#especialidades .tag {
    background-color: #60145F;
    margin: 3px;
    padding: 8px;
    border-radius: 7px;
}

#especialidades .tag>p {
    font-family: 'Raleway', sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #ffffff;
    background-color: #60145F;
    margin: 3px;
    padding: 8px;
    border-radius: 7px;
    display: flex;
}

/* ----------------------- 1 -----------------------*/
.form-check-1 {
    padding-left: 8px;
    background-color: #60145F;
    width: 102px;
    border-radius: 5px;
    display: inline-block;
    height: 25px;
}

.form-check-1 .form-check-input {
    float: right;
    margin-right: 8px;
    background-color: #60145F;
    border: 2px solid #fff;
}

.form-check-1>label {
    float: left !important;
    font-family: 'Raleway', sans-serif !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    margin-top: 7% !important;
}


/* ----------------------- 2 -----------------------*/
.form-check-2 {
    padding-left: 8px;
    background-color: #60145F;
    width: 109px;
    border-radius: 5px;
    display: inline-block;
    height: 25px;
}

.form-check-2 .form-check-input {
    float: right;
    margin-right: 8px;
    background-color: #60145F;
    border: 2px solid #fff;
}

.form-check-2>label {
    float: left !important;
    font-family: 'Raleway', sans-serif !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    margin-top: 5% !important;
}


/* ----------------------- 3 -----------------------*/
.form-check-3 {
    padding-left: 8px;
    background-color: #60145F;
    width: 66px;
    border-radius: 5px;
    display: inline-block;
    height: 25px;
}

.form-check-3 .form-check-input {
    float: right;
    margin-right: 8px;
    background-color: #60145F;
    border: 2px solid #fff;
}

.form-check-3>label {
    float: left !important;
    font-family: 'Raleway', sans-serif !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    margin-top: 9% !important;
}


/* ----------------------- 4 -----------------------*/
.form-check-4 {
    padding-left: 8px;
    background-color: #60145F;
    width: 97px;
    border-radius: 5px;
    display: inline-block;
    height: 25px;
}

.form-check-4 .form-check-input {
    float: right;
    margin-right: 8px;
    background-color: #60145F;
    border: 2px solid #fff;
}

.form-check-4>label {
    float: left !important;
    font-family: 'Raleway', sans-serif !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    margin-top: 7% !important;
}

/* ----------------------- 5 -----------------------*/
.form-check-5 {
    padding-left: 8px;
    background-color: #60145F;
    width: 97px;
    border-radius: 5px;
    display: inline-block;
    height: 25px;
}

.form-check-5 .form-check-input {
    float: right;
    margin-right: 8px;
    background-color: #60145F;
    border: 2px solid #fff;
}

.form-check-5>label {
    float: left !important;
    font-family: 'Raleway', sans-serif !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    margin-top: 7% !important;
}



#accept label {
    font-family: 'SF-Pro-Display-Semibold', sans-serif, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #999999;
    margin-top: 0;
    padding-top: 2px;
    margin-left: 11px;
}

.input-accept {
    height: 20px;
    width: 20px;
}

#content .label-nome {
    font-family: 'SF-Pro-Display-Semibold', sans-serif, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #151522;
    margin-bottom: 10px;
    text-align: start;
}

#content .label-email {
    font-family: 'SF-Pro-Display-Semibold', sans-serif, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #151522;
    margin-top: 16px;
    margin-bottom: 10px;
    text-align: start;
}



.text-footer {
    font-family: 'SF-Pro-Display-Semibold', sans-serif, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #999999;
    padding-bottom: 8px;
}

#content .btn-form {
    background-color: #621661;
    color: #fff;
    border-radius: 50px;
    width: 100%;
    height: 54px;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 500;
}


#content .btn-1 {
    background-color: #831F81;
    color: #fff;
    border-radius: 50px;
    width: 100%;
    height: 54px;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 2vh;
}

#content .btn-2 {
    background-color: #0084F4;
    color: #fff;
    border-radius: 50px;
    width: 100%;
    height: 54px;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 2vh;
}

#content .btn-3 {
    background-color: #4EAEFF;
    color: #fff;
    border-radius: 50px;
    width: 100%;
    height: 54px;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.content-form {
    margin-top: 54%;
}

.logo-button {
    float: left;
}

form h1 {
    margin-bottom: 4%;
    font-family: 'SF-Pro-Display-Semibold', sans-serif, Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: 400;
}

.btn-form {
    background-color: #621661;
    color: #fff;
    border-radius: 50px;
    width: 100%;
    height: 54px;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-top: 23px;
    margin-bottom: 43px;
}

.btn-form:hover {
    background-color: #732e72;
    color: #acacac;
}


#professional input {
    height: 20px;
    width: 20px;
    margin-right: 5px;

    background-color: #60145F;
    border: 2px solid #dddddd;
}

#professional label {
    font-family: 'SF-Pro-Display-Semibold', sans-serif, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: #151522;
    margin-top: 0px;
    margin-right: 42px;
}


.perfil-tradutor {
    font-family: 'SF-Pro-Display-Semibold', sans-serif, Arial, Helvetica, sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #151522 !important;
}

.sobre-voce {
    font-family: 'SF-Pro-Display-Semibold', sans-serif, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #151522;
    margin-top: 16px;
}

textarea {
    width: 100%;
    border: 2px solid #E4E4E4;
    border-radius: 7px;
    height: 120px;
}

.filed-numero-complemento {
    display: flex;
    position: relative;
    height: 93px;
}

.numero {
    width: 35% !important;
    position: absolute;
    top: 48px;
    left: 0px;
}

.complemento {
    width: 60% !important;
    position: absolute;
    top: 48px;
    left: 40%;
}

.label-complemento {
    position: absolute;
    left: 40%;
}

span {
    font-family: 'SF-Pro-Display-Semibold', sans-serif, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #151522;
}

#input-youtube {
    width: 80%;
}

.img-add-youtube {
    height: 39px;
    padding-left: 5px;
}

.tbn-add-youtube {
    padding: 0;
}

.img-btn {
    height: 40px;
}

#border-cx-tag {
    padding: 11px;
    border: 2px solid #E4E4E4;
    border-radius: 10px;
}

.upload-1 {
    height: 120px;
    width: 144px;
    background-color: #F9FAFB;
    border-color: #D6D9E4;
    border-style: dashed;
    border-width: 2px;
    border-radius: 15px;
}

.text-input-file {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #A6AAB4;
    display: block;
    margin-top: 6px;
}

.img-add-input-file {
    height: 40px;
    margin-top: 15px;
}

.ss-value {
    background-color: #60145f !important;
}

.ss-value>span {
    color: white !important;
    font-size: 1rem;
}

.ss-main .ss-multi-selected {
    width: 100%;
    min-height: 2.7em;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    border: 2px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.ss-main .ss-single-selected {
    width: 100%;
    min-height: 2.7em;
    font-weight: 600em;
    line-height: 1.5em;
    color: #212529;
    border: 2px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.placeholder {
    background-color: white;
    color: #000000 !important;
}

input[type="search"] {
    height: 46px;
    width: 100%;
    border: solid 1px #E4E4E4;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    /* background-color: #ffffff; */
    color: #555555 !important;
}