* {
    font-family: 'Montserrat';
}

body {
    background: rgb(0, 99, 174);
    background: -webkit-radial-gradient(64% 55%, circle, rgb(0 99 174 / 60%) 0%, rgba(0, 99, 174, 1) 44%);
    background: -moz-radial-gradient(64% 55%, circle, rgb(0 99 174 / 60%) 0%, rgba(0, 99, 174, 1) 44%);
    background: -o-radial-gradient(64% 55%, circle, rgb(0 99 174 / 60%) 0%, rgba(0, 99, 174, 1) 44%);
    background: radial-gradient(circle at 64% 55%, rgb(0 99 174 / 60%) 0%, rgba(0, 99, 174, 1) 44%);
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 100vh;
}

.anno {
    width: 650px !important;
}

label {
    cursor: auto;
    margin-bottom: 0;
}

.input-group-addon.info {
    color: rgb(255, 255, 255);
    background-color: rgb(57, 179, 215);
    border-color: rgb(38, 154, 188);
    width: 40px;
}

.input-group-addon.primary {
    color: rgb(255, 255, 255);
    background-color: #0068B2;
    border-color: #0068B2;
    border-radius: 6px 0 0 6px;
    width: 40px;
}

.input-group-addon.info i,
.input-group-addon.primary i {
    top: 9px;
    position: absolute;
    left: 9px;
    font-size: 21px;
}

.button-prev-outline {
    margin-left: 20px;
}

.top-bar .logo {
    margin: 45px auto !important;
}

.danger {
    border-left-color: #d9534f;
    /* Left side border color */
    background-color: rgba(217, 83, 79, 0.1);
    /* Same color as the left border with reduced alpha to 0.1 */
}

.error {
    margin-left: 0px !important;
    color: #dc3545 !important;
}

.error~label {
    margin-top: 6px;
    float: left;
    width: 100%;
    font-weight: 500;
    margin-left: 20px !important;
}

#lawyer-data-content input.error,
#modal-login input.error,
#contratacao input.error {
    border-color: #dc3545;
    padding-right: -webkit-calc(1.5em + 0.75rem);
    padding-right: -moz-calc(1.5em + 0.75rem);
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right -webkit-calc(0.375em + 0.1875rem) center;
    background-position: right -moz-calc(0.375em + 0.1875rem) center;
    background-position: right calc(0.375em + 0.1875rem) center;
    -webkit-background-size: -webkit-calc(0.75em + 0.375rem) -webkit-calc(0.75em + 0.375rem);
    -moz-background-size: -moz-calc(0.75em + 0.375rem) -moz-calc(0.75em + 0.375rem);
    -o-background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

#lawyer-data-content select.error,
#contratacao select.error {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    border-color: #dc3545;
    padding-right: -webkit-calc(0.75em + 0.8125rem);
    padding-right: -moz-calc(0.75em + 0.8125rem);
    padding-right: calc(0.75em + 0.8125rem);
    background-position: right 1.2rem center, center right 1.75rem;
    -webkit-background-size: -webkit-calc(0.75em + 0.375rem) -webkit-calc(0.75em + 0.375rem);
    -moz-background-size: -moz-calc(0.75em + 0.375rem) -moz-calc(0.75em + 0.375rem);
    -o-background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    background-repeat: no-repeat;
}


input.error {
    border: 1px solid #f00 !important;
    color: #f00 !important;
}

input.error::-webkit-input-placeholder {
    color: red !important;
}

input.error:-moz-placeholder {
    /* Firefox 18- */
    color: red !important;
}

input.error::-moz-placeholder {
    /* Firefox 19+ */
    color: red !important;
}

input.error:-ms-input-placeholder {
    color: red !important;
}

.badge-product {
    margin-left: 3px;
    margin-top: 5px;
    background: #06afd5;
    color: #f5f5f5;
    font-size: 14px;
    padding: 0.25em 0.1em 0.25em 0.4em;
    border-radius: 7px;
    background: #0063AE;
    border-radius: 3px;
}

.two-buttons {
    width: 500px;
}

.btn-delete {
    background-color: #ff3030;
    background-image: url(../../images/cadastro/deletar-ico.png);
    background-repeat: no-repeat;
    -webkit-background-size: 25px 25px;
    -moz-background-size: 25px;
    -o-background-size: 25px;
    background-size: 25px;
    background-position: center center;
    padding: 10px 10px 10px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    width: 35px;
    height: 35px;
    display: inline-block;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    vertical-align: top;
}

.btn-delete:hover {
    background-color: #ee1a1a;
}

.button-next {
    background-color: #E88224;
    border: 1px solid #E88224;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    padding: 3px 31px;
}

.float-right {
    float: right !important;
}

.padding-0 {
    padding: 0;
}

.padding-right-10 {
    padding-right: 10px;
}

#loading {
    display: block;
}

.input-group-addon.form-cliente-data,
.input-group-addon.form-law-firm-data {
    width: 42px;
    border-radius: 6px 0 0 6px;
    font-size: 21px;
}

.form-cliente-data {
    background: #0068B2;
    color: #fff;
}

.form-cliente-data i {
    position: relative;
    top: 4px;
    left: 15px;
}

.form-cliente-data.form-with-text,
.form-law-firm-data.form-with-text {
    width: auto;
    font-size: 17px;
    padding: 0 10px;
}

.form-with-text label {
    top: 7px;
    position: relative;
}

.form-cliente-data .email {
    left: 11px;
}

.form-cliente-data .user {
    left: 13px;
}

.form-law-firm-data {
    background: #0068B2;
    color: #fff;
}

/*NOVO LAYOUT*/

.content-step3 .form-control {
    border-radius: 0 6px 6px 0;
}

.content-step3 .adv-form-group input,
select {
    margin: 0px;
}

.margin-top-25 {
    margin-top: 25px;
}


.copywrite-content {
    margin-top: 37px;
}

.copywrite-content h1 {
    color: #fff !important;
    font-size: clamp(18px, 1.8vw, 25px);
}

.title-welcome span:nth-child(1) {
    font-size: clamp(15px, 1.8vw, 20px);
}

.copywrite-content h3 {
    font-weight: 400;
    font-size: clamp(10px, 2.5vw, 16px);
    /* font-size: 16px; */
    text-align: center;
    color: #fff !important;
}

.copywrite-content strong {
    font-weight: 700;
}

.lawyer-profile {
    color: #fff !important;
}



.modal-email-not-unique {
    color: #434e65;
    max-width: 750px;
}

.modal-email-not-unique .modal-content {
    padding: 20px;
    font-size: 16px;
    border-radius: 5px;
    border: none;
}

.modal-email-not-unique .modal-header {
    background: #e85e6c;
    border-bottom: none;
    position: relative;
    text-align: center;
    margin: -20px -20px 0;
    border-radius: 5px 5px 0 0;
    padding: 35px;
}

.modal-email-not-unique h4 {
    text-align: left;
    font-size: 36px;
    margin: 10px 0;
}

.modal-email-not-unique p {
    font-size: 1.1rem;
}

.modal-email-not-unique .form-control,
.modal-email-not-unique .btn {
    min-height: 40px;
    border-radius: 3px;
}

.modal-email-not-unique .close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #000;
    text-shadow: none;
    opacity: 0.8;
    font-size: 2.0rem;
    z-index: 1000;
}

.modal-email-not-unique .close:hover {
    opacity: 0.8;
}

.modal-email-not-unique .icon-box {
    color: #e85e6c;
    width: 95px;
    height: 95px;
    display: inline-block;
    border-radius: 50%;
    z-index: 9;
    border: 5px solid #e85e6c;
    padding: 15px;
    text-align: center;
}

.modal-email-not-unique .modal-content-message {
    gap: 21px;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}


.modal-email-not-unique .icon-box i {
    font-size: 58px;
    margin: -2px 0 0 -2px;
}

.modal-email-not-unique.modal-dialog {
    margin-top: 80px;
}

.modal-email-not-unique .btn,
.modal-email-not-unique .btn:active {
    color: #fff;
    border-radius: 4px;
    background: #E88224 !important;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    border-radius: 30px;
    margin-top: 10px;
    padding: 6px 20px;
    min-width: 150px;
    border: none;
    display: flex;
    min-height: 40px;
    border-radius: 3px;
    align-content: center;
    align-items: center;
    justify-content: center;
    max-width: 250px;
}

.modal-email-not-unique .btn:hover,
.modal-email-not-unique .btn:focus {
    background: #ff904c !important;
    outline: none;
}

.trigger-btn {
    display: inline-block;
    margin: 100px auto;
}

.modal-email-not-unique .whats-button {

    margin-top: 5px;

}

.modal-email-not-unique .whats-button a {
    text-decoration: none;
    color: #3C3C3C;
    align-content: center;
    align-items: center;
    justify-content: center;
    gap: 10px;
    display: flex;
}

.modal-email-not-unique .whats-button i {
    font-size: 3.5rem;
    color: #009d00;
}

.modal-email-not-unique .whats-button #texto {
    font-size: 1.5rem;
}

.modal-email-not-unique .btn-login {
    color: #fff;
    background-color: #509D43 !important;
    border: 1px solid #509D43;
}

.modal-email-not-unique .btn-login:hover,
.modal-email-not-unique .btn-login:focus {
    background-color: #438d37 !important;
    border: 1px solid #438d37;
}

.modal-email-not-unique .management-buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 750px;
    }
}

#modal-recuperar-senha {
    z-index: 1057;
    margin-top: 6rem;
}

#modal-recuperar-senha .btn-close {
    z-index: 10;
    position: absolute;
    top: 10px;
    right: 10px;
}

.backdrop-modal-recuperar-senha {
    z-index: 1056;
    opacity: 0.3 !important;
}