.inactive-client,
.inactive-client input[type="text"] {
    color: rgba(0, 0, 0, 0.3);
    pointer-events: none;
}

.inactive-client>button {
    pointer-events: all;
    opacity: unset;
}

.representatives {
    padding-top: 20px;
    position: relative;
    bottom: 0
}

.big-title {
    font-size: 24px;
}

.err-feedback {
    color: rgb(139, 0, 0);
    display: none;
    font-size: 14px;
}

.small-box {
    min-height: 566px;
    max-height: 800px;
    overflow-y: auto;
    margin-bottom: 2%;
}

.tiny-box {
    min-height: 135px;
    max-height: 800px;
    overflow-y: auto;
    margin-bottom: 2%;
}

.client-modal-flex {
    width: 45%;
    min-width: 400px;
}

#invitation-results-table {
    display: none;
}

#invitation-results-table h3 {
    margin-top: 5%;
}
.edit-org-details {
    display: none;
}

.delete-account {
    color: rgb(139, 0, 0);
    background: none;
    border: none;
    padding: 0;
}

.delete-account:hover {
    color: rgb(180, 25, 25);
}

.fancy.filter {
    margin-left: 0.5%;
    padding: 5px 10px;
    background-color: #e9e9ed !important;
    color: black;
}

.fancy.filter.selected {
    background-color: #003476 !important;
    color: white;
}
.margin-left {
    margin-left: 1%;
}

.add {
    position: relative;
    bottom: 3px;
    font-size: 15px;
    padding: 10px 15px;
}

#org-form {
    margin-bottom: 5%;
}

.delimiter-select {
    margin-left: 2%;
    padding: 8px;
    padding-right: 16px;
}
.invite-client-modal {
    width: 50% !important;
    margin: auto !important;
}

#invitation-accepted,
#revokation-successful {
    width: 80vw;
    max-width: 750px;
    text-align: center;
    margin: auto
}

.show-org-details#pills,
#eligible-domains {
    max-width: 300px;
    overflow-x: auto;
    display: flex;
}

#eligible-input {
    width: 300px;
    position: relative;
}

#add-eligible-mail-domain {
    margin: 0px;
    width: 100%;
    /* outline: none; */
    /* height: 30px; */
    /* border-radius: 5px; */
}

#button-eligible-mail-domain {
    position: absolute;
    top: 0;
    border-radius: 4px;
    right: 2px;
    z-index: 2;
    border: none;
    top: 1px;
    height: 28px;
    cursor: pointer;
    color: white;
    transform: translateX(2px);
    background-color: #003476;
    padding: 2px 10px;
}

#create-np {
    margin-left: 20px;
    padding: 7px 10px;
}
.client-body {
    min-height: 150px;
}
.Pill {
    border-radius: 15px;
    display: flex;
    width: fit-content;
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
    font-weight: 400;
    margin: 4px;
    background-color: #003476;
    border: none;
    color: #fff;
}

button.PillDelButton {
    border: none;
    background: none;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    padding-bottom: 3px;
    margin-left: 5px;
    margin-right: -3px;
    outline: none;
}


button.PillDelButton:focus {
    outline: none;
}

.NewMailDomain {
    height: 30px;
    margin-top: 10px;
}

.EnterBtnHint {
    color: #888;
    font-size: 11px;
    font-weight: 300;
}

@media screen and (max-width: 1000px) {
    .invite-client-modal {
        width: 70% !important;
    }
}

@media screen and (max-width: 480px) {
    #create-np {
        margin-top: 5px;
        margin-left: 0;
    }
}