#template-update_ownership .custom_form_label {
    margin-bottom: 5px;
}

#modal-update_ownership .to_transfer_items .add_tag_to_list {
    background-color: #337ab7;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
}

#modal-update_ownership .modal-body {
    max-height: 75vh;
    overflow: auto;
}

#modal-update_ownership .to_transfer_items .add_tag_to_list.is_disabled {
    background-color: grey;
    cursor: not-allowed !important;
}

#template-update_ownership .tuo-option_group {
    display: inline-flex;
    width: 100%;
    background: grey;
    border-radius: 5.0px;
    overflow: hidden;
    margin-bottom: 15px;
}

#template-update_ownership .tog {
    width: 50%;
    text-align: center;
    padding: 5px;
    margin: 5px;
    cursor: pointer;
}

#template-update_ownership .tog.active {
    background-color: white;
    border-radius: 5.0px;
    font-weight: 700;
}

#modal-update_ownership .form-errors,
#modal-update_ownership .modal_btn-back {
    display: none;
}

#modal-update_ownership .form-errors {
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    color: red;
}

#template-update_ownership .form-btn_check_tag {
    background-color: #337ab7;
    color: #FFFFFF;
    border: 0px;
    cursor: pointer;
}