@import '@spglobal/ca-mfe-package-utils/dist/styles/global';

.parent-adjustment-conatiner {

    .parent-select-container {
        button > span > span:first-child{
            color: black !important;
        }
    }

    &.PCA-header {
        margin-top: 12px;
    }
    .pageheading {
        font-family: Akkurat,Helvetica,Arial,sans-serif;
        font-weight: 700!important;
        display: flex;
        align-items: center;
    }
    .heading-box {
        background-color: #F2F2F2;
        border: 1px solid #E3E3E3;
        text-transform: uppercase;
        line-height: unset !important;
        margin-bottom: 8px;
    }


    .PCAouter2 {
        display : flex;
        gap: 36px;
    }
    .col {
        flex: 1;
        display: flex;
        flex-direction: column;
    }
    .col:last-child{
        margin-right: 0;
    }
    .searchParentCompany{
        flex-wrap: wrap;
        height: auto;
        min-height: 28px;
        padding: 1px 8px;
        width:100%;
        max-width: 354px;
        margin-bottom: 10px;
    }
    .inlinecollabel {
        flex-basis: 100%;
        max-width: 30%;
        flex-grow: 0;
        flex-shrink: 0;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        color: #000;
        font-family: Akkurat,Helvetica,Arial,sans-serif;
        font-weight: 400;
    }

    .label-conatiner{
        width: 40%;
    }

    .red {
        color: red;
    }

    .blue {
        color: #0d71c6;
        cursor: pointer;
    }
    .negative-value-error{
        width: 7vw;
    }

    .prop-green {
        color: $prop-color;
    }

    .input-wrapper{
        height: 30px;
        align-content: center;
    }
    
    .input-container {
        width: 55% !important;

        input {
            text-align: right;
        }
    }

    .input-field {
        width: 50% !important;
        display: flex;
        align-items: center;

        & > div {
            width: 100% !important;
        }

        :global {
            .ca-input-suffix {
                margin-top: 4px !important;
            }

            .invalid-icon {
                visibility: hidden;
            }
    
            .spg-label {
                font-weight: 400 !important;
            }
    
        }
    }
    .opacity-3{
        opacity: 0.3;
    }

    .pd-version {
        display: inline-block;
        background: green;
        padding: 0 3px;
        margin-left: 3px;
        color: white;
        font-size: 10px;
        height: 12px;
    }

    .content{
        width : 220px;
    }

    .inlinecollabelRight {
        flex-basis: 100%;
        max-width: 50%;
        flex-grow: 0;
        flex-shrink: 0;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        color: #000;
        font-family: Akkurat,Helvetica,Arial,sans-serif;
        font-weight: 400;
    }

    .contentRight {
        width : 120px;
    }
    .PCNFI 
    {
        margin-bottom: 15px;
    }
    .FCFI
    {
        margin-bottom: 10px;
    }

    :global {
        .ca-select-hasError + .invalid-icon {
            visibility: visible;
        }

        .invalid-icon {
            visibility: hidden;
        }

        .input-field:has(.ca-input-hasError) .invalid-icon {
            visibility: visible;
        }
    }
}
