$oa-gray-border: #d9d2d0;
$oa-gray-background: #f2f2f2;
/* stylelint-disable selector-class-pattern */
.OAProjectInfo {
    /* stylelint-enable selector-class-pattern */
    border-bottom: 1px solid $koala;
    border-left: 1px solid $koala;
    border-right: 1px solid $koala;
    margin-bottom: 20px;
    width: 100%;

    &-link {
        font-size: 11px;
        font-weight: 500;
        padding-bottom: 7px;
        padding-top: 8px;
        text-transform: uppercase;
    }
}

/**
 * Exceptions to address drop down not being visible outside of
 * the modal view.
 */
.ExceptionModal {
    overflow: visible;

    .ReactModal-content {
        overflow: scroll;
        width: 90%;
    }

    .ReactModal-body {
        overflow: visible;
    }

}

.ReactModalPortal {

    &-ReactModal-content {
        width: 90%;
    }
}

.Cancelbtnspacing {
    display: flex;
    justify-content: space-between;
}

.DeleteBtnSection {
    margin-left: 10px;
}

.FieldSection {
    align-items: center;
    display: flex;
    justify-content: start;
    padding-top: 20px;
}

.ExceptionTypes {
    width: 25%;
}

.DistributionTypes {
    width: 30%;
}

.Cancelbtn {
    border-radius: 5px;
    padding: 15px 20px;
}

.Savebtn {
    background: #ff5733;
}

.Labeltext {
    color: #a9a9a9;
    font-weight: 700;
    margin-left: 25px;
    margin-right: 25px;
}

.ExceptionValues-tags {
    align-items: center;
    background-color: hsl(0deg 0% 100%);
    border-color: hsl(0deg 0% 80%);
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    padding: 7px;
}

@media screen and (max-width: 992px) {

    .FieldSection {
        display: block;
    }

    .ExceptionTypes {
        width: 90%;
    }

    .ExceptionValues {
        width: 90%;
    }

    .DistributionTypes {
        width: 90%;
    }
}

.Settings {
    vertical-align: middle;
}

.ExceptionsBtn .Icons-gear {
    margin-right: 3px;
}

.ExceptionsBtn {
    margin-left: -15px;
}

.ExceptionValueGroup {
    width: 30%;
}

.ErrorExceptionValues {
    color: red;
}

/* stylelint-disable selector-class-pattern */
.react-tagsinput-input {
    border: none;
}

.ExceptionValueSelectInput-id {
    margin-left: 3px;
}

.SubaccountSelect-id {
    margin-left: 3px;
}
