#license-management-add-modal .no-key-exists-title {
    color: #cf0724;
    font-weight: 600;
}

#license-management-add-modal .no-key-exists-input {
    color: #cf0724;
    font-weight: 600;
    border: 1px solid #cf0724;
}

#license-management-add-modal .lg-modal--large .lg-modal__sidebar {
    width: 15%;
}

#license-management-add-modal .lg-modal--large .lg-modal__content {
    width: 85%;
    margin-left: 15%;
}

.lg-modal__section.lg-modal__section_license-generate {
    padding: 0em 6.25em 0em 3.125em;
    margin-bottom: 0;
}

#license-add-form .license-details-container {
    font-size: 0.875em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

#license-add-form .license-details-container .license-details-detail {
    width: 50%;
    padding: 0.3em 1em 0.3em 0em;
}

#license-add-form
    .license-details-container
    .license-details-detail
    .license-details-detail-title {
    font-size: 0.875em;
    margin-bottom: 0.4em;
}

.lg-modal-table-full #license-key-table {
    padding-top: 3.5em;
}

.lg-modal-table-full #license-key-table tr {
}
.lg-modal-table-full #license-key-table tr td {
    font-size: 0.8em;
    border-bottom: none;
    text-align: left;
}

.lg-modal-table-full #license-key-table tr th {
    border-bottom: none;
    text-align: left;
}

.lg-modal-table-full #license-key-table tr td:first-child {
    padding-left: 3.5em;
}

.lg-modal-table-full #license-key-table tr th:first-child {
    padding-left: 3.5em;
}

.lg-modal-table-full #license-key-table tr td div,
.lg-modal-table-full #license-key-table tr th div {
    word-break: break-all;
}
