*{
    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;
  }

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;
}