input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid #ffffff;
    -webkit-text-fill-color: #ffffff;
    -webkit-box-shadow: 0 0 0px 1000px var(--main-color) inset;
    transition: background-color 5000s ease-in-out 0s;
}

.form-cadastro-colaboradores .text--form {
    background-color: #1C1C1E;
    padding: 130px 0px 60px;
}

.form-cadastro-colaboradores .text--form .container {
    display: flex;
    justify-content: space-between;
}

.form-cadastro-colaboradores .title {
    font-size: 30px;
    line-height: 32px;
    color: #FFFFFF;
    margin: 69px 0 15px;
    font-weight: 500;
}

.form-cadastro-colaboradores .subtitle {
    font-size: 17px;
    line-height: 26px;
    color: #FFFFFF;
    margin: 0 0 22px;
    max-width: 285px;
}

.form-cadastro-colaboradores .subtitle.margin-bottom-0 {
    margin-bottom: 0px;
}

.form-cadastro-colaboradores .subtitle.max-width-340 {
    max-width: 340px;
}

.form {
    margin-top: 190px;
}

.text {
    width: 100%;
}

.title-form {
    color: #FFFFFF;
    font-size: 30px;
    line-height: 32px;
    margin: 0 0 30px;
    font-weight: 900;
}

/*FORM*/
#cadastro-colaboradores {
    background-color: #000000;
    padding: 40px;
    width: 652px;
    border-radius: 5px;
}

#cadastro-colaboradores>.hide-robot {
    display: none;
}

#cadastro-colaboradores label {
    background: #000000;
    font-weight: 400;
    font-size: 16px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 0;
    color: #EBEBF5;
    position: absolute;
    margin: 13px 0 0 16px;
    transition: .5s all;
    clip: auto;
    width: auto;
    display: block;
    float: none;
    text-align: left;
}

#cadastro-colaboradores .newsletter label {
    position: relative;
    width: fit-content;
    left: 10px;
}

.email:before,
.email_confirm:before {
    content: '';
    background: url(../images/envelope-b.svg) center -3px no-repeat;
    width: 16px;
    background-size: 16px;
    height: 12px;
    margin-right: 8px;
    display: inline-block;
}

.password:before,
.password-confirmation:before {
    content: '';
    background: url(../images/lock-b.svg) center no-repeat;
    width: 16px;
    background-size: 16px;
    height: 14px;
    margin-right: 8px;
    display: inline-block;
}

.email.active:before,
.email_confirm.active:before,
.password.active:before,
.password-confirmation.active:before {
    display: none;
}

.obs-senha {
    color: var(--main-color);
    font-size: .775rem;
    line-height: 1rem;
    margin-top: -15px;
    padding: 0;
}

#cadastro-colaboradores .newsletter label.active {
    margin-top: 0;
    font-size: 16px;
    z-index: 1;
    color: #EBEBF5;
}

#cadastro-colaboradores label.active {
    margin-top: -11px;
    font-size: 14px;
    z-index: 1;
    color: #EBEBF5;
}

#cadastro-colaboradores input,
#cadastro-colaboradores select {
    margin: 0 0 20px;
    border: solid 1px #7d7d7d;
    border-radius: 4px;
    padding: 0 16px;
    font-size: 16px;
    color: #ffffff;
    background: transparent;
    height: 50px;
    width: 100%;
    display: block;
    float: none;
    text-align: left;
}

#cadastro-colaboradores select {
    background: #000000;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    z-index: 1;
}

#cadastro-colaboradores .lnr-chevron-down:before {
    content: '\00a0';
    background: url(../images/svg/chevron-down-fff.svg) center no-repeat;
    width: 20px;
    position: absolute;
    right: 20px;
    top: 15px;
    z-index: 2;
    pointer-events: none;
}

#cadastro-colaboradores input.margin-bottom-none {
    margin-bottom: 0px;
}

#cadastro-colaboradores a.submit {
    background-color: #ffffff;
    color: #141414;
    padding: 0;
    height: 40px;
    line-height: 40px;
    font-weight: 500;
    font-size: 1rem;
    width: 168px;
    box-shadow: none;
    outline: 0;
    text-decoration: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 4px;
    display: block;
    text-align: center;
}

#cadastro-colaboradores input:focus {
    border: 1px solid #CCCCCC;
}

#cadastro-colaboradores a.submit:hover {
    opacity: .8;
}

#cadastro-colaboradores input.mage-error {
    border-color: var(--main-color-13);
}

#cadastro-colaboradores div.mage-error {
    font-size: 0.8rem;
    margin-top: 0px;
    color: var(--main-color-13);
    padding-left: 0;
    line-height: 16px;
    margin-bottom: 0;
    position: relative;
    margin-top: 0;
    z-index: 3;
    top: -20px;
}

#cadastro-colaboradores .disabled {
    pointer-events: none;
    opacity: 0.5;
}

.senhas {
    display: flex;
    gap: 16px;
}

.senhas div {
    width: 100%;
    position: relative;
}

.btn-eye {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    font-size: 20px;
    top: 14px;
    z-index: 1;
    display: block;
    cursor: pointer;
    color: #ffffff;
}

.eye-active .btn-eye:before {
    content: "\e6a5";
}

/*Posts Instagram*/

.posts-insta {
    display: flex;
    justify-content: space-between;
}

.posts-insta div {
    width: 100%;
}

.posts-insta .posts img {
    max-width: 397px;
    margin-top: -194px;
}

.posts-insta .insta div {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
    gap: 23px;
}

.posts-insta .insta div p {
    margin: 0;
    font-size: 17px;
    line-height: 19px;
    color: #1C1C1E;
    max-width: 298px;
}

.posts-insta .insta div p a {
    color: #1C1C1E;
    text-decoration: underline;
}

.title-insta {
    font-size: 30px;
    line-height: 30px;
    font-weight: 900;
    margin: 104px 0px 47px;
    text-transform: uppercase;
    max-width: 340px;
}

/*Footer*/

.logos-footer-prescritor {
    border-top: 1px solid #DBDBDB;
    width: 100%;
    text-align: center;
    margin-top: 106px;
    padding-top: 120px;
    padding-bottom: 106px;
}

.logos-footer-prescritor ul {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-top: 60px;
    gap: 40px;
}

.logos-footer-prescritor ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.modal-popup._show .modal-inner-wrap {
    max-width: 370px;
}

.cpf-sede {
    display: flex;
    gap: 16px;
}

.cpf-sede div {
    width: 100%;
    position: relative;
}

@media (max-width: 767px) {

    .form-cadastro-colaboradores .text--form .container,
    .posts-insta,
    .senhas {
        display: block;
    }

    .posts-insta {
        padding-top: 40px;
    }

    .form-cadastro-colaboradores .text--form {
        padding: 60px 0px;
    }

    #cadastro-colaboradores {
        width: 100%;
        padding: 20px;
    }

    .form-cadastro-colaboradores .title {
        margin: 40px 0 15px;
    }

    .form {
        margin-top: 40px;
    }

    .posts-insta .posts img {
        max-width: 100%;
        margin-top: 40px;
    }

    .title-insta {
        margin: 40px 0px 20px;
    }

    .logos-footer-prescritor {
        margin-top: 40px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .logos-footer-prescritor ul {
        margin-top: 40px;
        flex-wrap: wrap;
        padding: 0;
    }

    .logos-footer-prescritor ul li {
        display: contents;
    }

    .btn-eye {
        width: 50px;
        height: 50px;
        position: absolute;
        right: 0;
        line-height: 50px;
        text-align: center;
        font-size: 20px;
        top: 0;
        z-index: 2;
        display: block;
        cursor: pointer;
    }

    .cpf-sede {
        display: block;
    }
}