.license_activation {
    display: flex;
}
.license_envato_form {
    max-width: 60%;
    margin-right: 20px;
}
.requarement ul li {
    list-style: disc;
    list-style-position: inside;
}
.license_envato .input_box input {
    width: 100%;
}
.license_envato input[type='submit'] {
    background: #83b04c;
    border: none;
    color: #fff;
    padding: 6px 30px;
    font-size: 14px;
}
.license_envato input[type='submit']:hover,
.license_envato input[type='submit']:active,
.license_envato input[type='submit']:focus {
    background: #769e44;
    box-shadow: none;
}
input#unlink_envato_token {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.envato_account_details {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 10px;
}
.envato_account_details h3 {
    margin: 0 0 5px 0;
}
.alert{
    background: #fff;
    border: 1px solid #c3c4c7;
    border-left-width: 4px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 4%);
    padding: 12px;
}
.alert-danger{
    border-left-color: #dc3545;
}
.deactivate,
.deactivate:hover {
    color: #b32d2e;
}
.display_code {
    overflow-y: scroll;
    height: 300px;
    width: 80%;
    border: 1px solid #999999;
    border-radius: 2px;
    word-wrap: break-word;
    background: #fff;
    resize: none;
}
.display_code code {
    background: none;
}
.display_code.small_box {
    height: 100px;
}
@media screen and (max-width: 860px) {
    .license_activation {
        display: inherit;
    }
    .license_envato_form {
        max-width: 100%;
        margin-right: 0px;
    }
}