.toplevel_page_snapplify_oauth img {
    width: 24px;
    height: auto;
}

input:disabled {
    border-color: unset;
}

i.icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}

i.icon-true {
    background-color: #6ccaa2;
    -webkit-mask: url('../img/true.svg') no-repeat center /contain;
    mask: url('../img/true.svg') no-repeat center /contain;
    cursor: pointer;
}

i.icon-false {
    background-color: #fb5454;
    -webkit-mask: url('../img/false.svg') no-repeat center /contain;
    mask: url('../img/false.svg') no-repeat center /contain;
    cursor: pointer;
    width: 18px;
    height: 18px;
}

#snapplify_single_sign_on_mo_migration textarea {
    height: 150px;
    overflow: hidden;
    resize: none;
}