@import '@spglobal/ca-mfe-package-utils/dist/styles/global';

.government-adjustment-conatiner {
.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;
    margin-bottom: 8px;
    line-height: unset !important;
}

.opacity-3 {
    opacity: 0.3;
}

.red {
    color: red;
}

.blue {
    color: #0d71c6;
    cursor: pointer;
}

.prop-green {
    color: $prop-color;
}

.label-conatiner{
    width: 40%;
}

.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;
        }

    }
    
}

:global {
    .input-field:has(.ca-input-hasError) .invalid-icon {
        visibility: visible;
    }
}

.GSouter {
    display: flex;
    gap: 36px;
}
.col {
    flex: 1;
    display: flex;
    flex-direction: column;  
    // margin-right: 100px; 
    // width: 370px;
}
.col:last-child{
    margin-right: 0;
}
.inlinecollabel {
    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;
}
.content {
    width : 120px;
}

.negative-value-error{
    width: 7vw;
}
}
