/*********************** Init ***********************/

#init {

}

#initTitle {

}

#initForm {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#initFormSubdomain {

}

#initFormAccessToken {

}

/************************ View ************************/

#webhooksView {

}

#webhooksViewTitle {

}

#webhooksViewTable {
    margin-bottom: 10px;
}

.webhooksViewTableRow {

}

.webhooksViewTableRowTopic,
.webhooksViewTableRowAddress,
.webhooksViewTableRowMetafieldNamespaces {
    min-width: 200px;
    display: block;
}

.webhooksViewTableRowDelete {
    padding: 0;
    text-decoration: underline;
    cursor: pointer;
}

#webhooksViewLoad {

}

/*********************** Create ***********************/

#webhooksCreate {

}

#webhooksCreateTitle {

}

#webhooksCreateForm {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#webhooksCreateFormTopic {

}

#webhooksCreateFormAddress {
}

#webhooksCreateFormMetafieldNamespaces {
}

#webhooksCreateFormSubmit {
}


/************************ View ************************/

#carriersView {

}

#carriersViewTitle {

}

#carriersViewTable {
    margin-bottom: 10px;
}

.carriersViewTableRow {

}

.carriersViewTableRowDelete {
    padding: 0;
    text-decoration: underline;
    cursor: pointer;
}

#carriersViewLoad {

}

/*********************** Create ***********************/

#carriersCreate {

}

#carriersCreateTitle {

}

#carriersCreateForm {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#carriersCreateFormName {

}

#carriersCreateFormCallbackURL {
}

#carriersCreateFormSubmit {
}

/********************** Scopes List ***********************/

#appScopes {

}

#appScopesTitle {

}

#appScopesForm {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#appScopesFormSubdomain {

}

#appScopesFormToken {

}

#appScopesFormSubmit {

}