.custom-divider {
    /* background-color: black; */
    display: flex;
    flex-direction: row;
    width: 80%;
    /* border: solid; */
    border-bottom: solid;
    border-width: thin;
    border-color: #c1c2c3;
    /*margin-left: 2em;*/
    border-top: none;
}

.btn-primary.customPrimaryColor {
    background-color: #173EAE;
    border-color: #173EAE;
}

.instructions{
    color: #173EAE;
    background-color: #EFF9FF;
    padding: 8px 16px 8px 16px;
    border-radius: 8px;
}

.input-container {
    position: relative;
    height: 85px;
}

.input-icon {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-35%);
    pointer-events: none;

}

.view-pw-icon{
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-35%);

    cursor: pointer;
    z-index: 100;
}

.form-control {
    padding-left: 35px;
    padding-right: 35px;
}

.form-control.is-invalid{
    background-image: none;
}
.form-control.is-valid{
    background-image: none;
}

.eyeIcon{
    width: 19px;
    height: 16px;
}

.custom-paginator{
    display: flex;
    justify-content: end;
    align-items: center;
    color: black;
    gap: 29px;
}

.custom-paginator li::marker {
    color: #161616;
}

input.form-control:read-only,
input:read-only,
textarea:read-only {
    /*border: 0;*/
    box-shadow: none;
    /*background-color: #ddd;*/
}

.card.info-add-contract {
    padding: 40px 65px;
}

.subtitle-wrapper {
    display: flex;
    align-items: center;
}

.has-error .form-control{
    border-color: var(--bs-danger) !important;
}


.breadcrumb-card {
    display: flex;
    width: 100%;
    padding: 40px;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 8px;
    background: rgba(253, 194, 0, 0.15);
}

.breadcrumb-int-1 {
    display: flex;
    align-items: center;
    gap: 651px;
}

.breadcrumb-int-2 {
    display: flex;
    width: 285px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.breadcrumb-int-3 {
    display: flex;
    width: 285px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.breadcrumb-text-1 {
    width: 374px;
    color: #333B54;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 27.3px */
    letter-spacing: -0.42px;
}

.breadcrumb-text-box-1 {
    display: flex;
    align-items: flex-start;
}

.breadcrumb-text-2 {
    color: var(--Light-Theme-Gray-Medium-blue-grey, #7C8FAC);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
    letter-spacing: -0.28px;
}

.persona-box-1 {
    display: flex;
    height: 121px;
    padding: 24px;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 8px;
    background: #F8FAFF;
}

.persona-box-1-1 {
    display: flex;
    width: 175px;
    flex-direction: column;
    align-items: center;
    gap: var(--Space-300, 12px);
    flex-shrink: 0;
}

.persona-box-1-2 {
    display: flex;
    width: 24px;
    height: 24px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 2px;
    background: #2E51B6;
}

.persona-box-1-1-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.persona-box-1-text-1 {
    color: #2A3547;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 130%; /* 20.8px */
}

.persona-box-1-text-2 {
    display: flex;
    width: 111px;
    height: 13px;
    flex-direction: column;
    justify-content: center;
    color: #ACB6C7;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%; /* 19.6px */
    letter-spacing: -0.14px;
}

.bread-divider {
    display: flex;
    width: 100%;
    padding: 10px 20px;
    align-items: center;
    gap: 16px;
    background: var(--Action-light-info, #EBF3FE);
}

.bread-divider-in-1 {
    display: flex;
    align-items: center;
    gap: 8px;
}

.bread-divider-text-1 {
    color: var(--Dark-Blue-Grey, #2A3547);

    /* Corpo bold */
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 19.6px */
    letter-spacing: -0.28px;
}

.bread-divider-freccia {
    width: 11.518px;
    height: 7.018px;
    /*transform: rotate(90deg);*/
    flex-shrink: 0;
    fill: var(--Dark-Blue-Grey, #2A3547);
}

.bread-divider-in-2 {
    display: flex;
    align-items: center;
    gap: 8px;
}

.bread-divider-text-2 {
    color: var(--Blue-button, #173EAE);

    /* Corpo bold */
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 19.6px */
    letter-spacing: -0.28px;
}

.form-inserimento {
    display: flex;
    width: 1105px;
    flex-direction: column;
    align-items: flex-start;
}

.form-inseriemento-title {
    display: flex;
    padding: 20px 30px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border: 1px solid var(--Light-Theme-Gray-Lighter-Grey, #EAEFF4);
    background: var(--background, #F2F6FA);
}

.form-inseriemento-title-in {
    display: flex;
    width: 286px;
    align-items: center;
    gap: 16px;
}

.form-inserimento-title-text {
    width: 183px;
    flex-shrink: 0;
    color: var(--Light-Theme-Gray-Dark-Blue-Grey, #2A3547);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 16.8px */
}

.form-inseriemento-content {
    display: flex;
    padding: 30px 40px;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    row-gap: 10px;
    align-self: stretch;
    flex-wrap: wrap;
    border-radius: 0px 0px 8px 8px;
    background: var(--Action-light-info, #EBF3FE);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
}

.form-inseriemento-content-submit{
    display: flex;
    width: 1025px;
    height: 46px;
    padding-top: var(--Space-300, 12px);
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.leftbarside {
    border-right: 0px !important;
}
